/*- Estructura dela Pagina */

body {
	color: #444;
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	border: 1px;
	margin: 1 0 30px;
	background: white;
        width: 780px;
	padding-left: 250px;
}

#main {
        margin-top: 15px;
        margin-left: 15px;
}
	
	
#header {
	height: 150px;
	background: url('../images/header.png') center center no-repeat;
	width: 100%;
	}	

#login {
	position: absolute;
	left: 1007px;
        }

#left {
        width: 20%;
        float: left;
        margin-left: 5px;
}

#primary {
	width: 100%;
	float: left;
	padding: 20px 0px 10px 10px;
	display: inline;
	}
	
     
/*- Contenido de la Pagina */

.tamano_fijo {
    height: 150px;
}


/*- Menu superior */

#menu_principal {
	position: absolute;
	left: 250px;
        top: 119px;
	width: 90%;
        }

#menu_rubros {
	position: absolute;
        left: 0px;
        top: 160px;
	width: 90%;
        }

ul {
	
	}

ul li {
	margin-top: 6px;
	
	}

ul.menu li {
	display: inline;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	color: #333;
	}

ul.menu li a {
        background: #57A9D2;
}

ul.menu li.color2 a {
        background: #C61;
        }


ul.menu li a:hover {
	background: #5c5c5c;
	color: #eee !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}
	
a img,:link img,:visited img { border:none }	

/*- Headings */

h1, h3, h4 {
	font: bold;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 16px;
	text-align:left ;
	}
h2 {
    font-size: small;
    margin: 0px;
}

	
h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	
	}

h1:hover {
	text-decoration: underline;
	}
	
	
/*- Menu de abajo */

#footer {
	margin-top: 20px;
	text-align: center;
	}

#footer a {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: black;
	}
	
small {
	font-size: .9em;
	line-height: 1.5em;
	}

small, strike {
	color: #777;
	}	
	
/*- Links */

a{
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	color: #369;
	border: none;
		

}

a:active { 
 	border: none;
 	color:#36c;
 	}

a:hover {
	 border: none;
	 color: #36c;
	 text-decoration: underline;
 }
 

img.fotos {
	max-width: 140px;
	max-height: 140px;
	margin: 0 5px;
	padding: 4px;
	border: 1px solid #ccc;
	float: left;
	}

img.thb {
	max-width: 110px;
	max-height: 110px;
	width: 110px;
	margin: 10px 20px 20px 5px;
	border: 1px solid #ccc;
	padding: 4px;
	
	float: left;
}

img.logo {
	max-width: 140px;
	max-height: 140px;
	width: 140px;
	margin: 0 5px;
	padding: 4px;
	border: 1px solid #ccc;
	float: left;
}
img.lat {
	width: 150px;
	height: 150px;
	max-height: 150px;
	margin: 0 5px;
	padding: 4px 4px 4px 4px;
	border: none;
	align: center;
}

table {
	font-size:11px;
        border-collapse: collapse;
}

th {
        background-color: #47a7d5;
        color: white;
        border: 1px solid white;
}

th a {
        color: white;
        font-weight: bold;
        text-decoration: underline;
}

th a:visited {
        color: white;
}

th a:hover {
        color: white;
}

table.borde td  {
       border: thin solid #47a7d5;
}

label {
    margin-right: 6px;
}

ul.form {
	
}

ul.form li{
    list-style: none;
    margin-top: 4px;
}

ul.form li.titulo {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
}

.cuadro {
    margin: 2px;
    border: 1px solid black;
}
