/* CSS Document */
*{padding:0; margin:0px;}
body {
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffe6;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.contenido {
	width:900px;
	margin:0px auto;
	margin-top:0px;
	margin-bottom:10px;
	border:solid 1px rgb(150,150,150);
	font-size:1em;
	background-color: #FFFFFF;
}
.encabezado {
	font-size:120%;
	width:900px;
	height:150px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #FFFFCC;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	background-image:url(../mapi.jpg);
}
.sitelogo {
	width:80px;
	height:80px;
	position:absolute;
	z-index:1;
	margin:22px 0 0 20px;
	background-image: url(../logo_apes_inicio.gif);
}
.principal {clear:both; width:900px; padding-bottom:30px;}
.navegador-principal{
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:200px;
	background-color: #F0F0F0;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	
}
.navegador-principal dt a, .navegador-principal dt a,visited {
	display:block;
	min-height:2em;
	height:auto !important;
	height:2.0em /*IE6*/;
	line-height:2em;
	padding:0px 10px 0px 20px;
	text-decoration:none;
	color:#6666CC;
	font-weight:bold;
	font-size:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(200,200,200);
	border-right: solid 1px rgb(200,200,200);
	border-bottom:solid 1px rgb(200,200,200);
}
.navegador-principal dd a, .navegador-principal dd a:visited {display:block; min-height:1.7em /*Non-IE6*/; height:auto !important; height:1.7em /*IE6*/; line-height:1.7em; padding:0px 10px 0px 40px; border:none; font-weight:normal; text-decoration:none; color:rgb(70,122,167); font-size:120%;}
.contenido-principal {
	display:inline;  /*Fix IE floating margin bug*/
	float:left;
	width:650px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	border: 1px;
	border-color: #666666;
}
.contenido-principal h1 {color:#3399CC; font-size:110%; padding-bottom:10px;}
.contenido-principal h2 {color:#990066; font-size:110%; padding-bottom:5px; padding-top:10px;}
.contenido-principal li {margin-left:50px;}
.espacio {
	clear:both;
	width:900px;
	padding:1.0em 0 0 0;
	font-size:1em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #FFFFFF;
}
.footer {
	clear:both;
	width:900px;
	padding:1.0em 0 0 0;
	font-size:0.8em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	vertical-align: baseline;
	background-color: #CCCCCC;
	background-position: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px;
	border-color: #666666;
	margin-top: 10px;
}

