@charset "UTF-8";
/* CSS Document */

body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10pt;
	margin:0px;
	width:100%;
	text-align:center;
	background-color:#152571;
}

p{
	color:#666;
}

#contenedor{
	width:100%;
	margin:0 auto;
	z-index:0;
}

#cabecera{
	width:96%;
	min-width:980px;
	height:88px;
	background-color:#152571;
	padding-top:6px;
	text-align:center;
}

#antes{
	width:950px;
	margin:0 auto;
}

#naviz{
	width:14%;
	min-width:180px;
	float:left;
	margin-top:7px;
}


#logopadi{
	width:70px;
	float:left;
	margin-left:25px;
}

#logo{
	width:200px;
	float:left;
}

#navegador{
	width:80%;
	min-width:600px;
	height:40px;
	float:left;
	margin:15px 0px 0px 0px;
}

#navder{
	width:720px;
	float:right;
}

#contenido{
	margin:0px;
	height:500px;
	width:100%;
	min-width:1024px;
	position:absolute;
	z-index:1;
}

#imagen{
	width:100%;
	min-width:1024px;
	text-align:center;
}

#oculto2{
	width:700px;
	height:26px;
	bottom:0px;
	left:50%;
	margin-left:-350px;
	position:fixed;
	z-index:15;
	background-image:url(file:///Macintosh%20HD/Users/jorgenolorman/Documents/dise%C3%B1o%20grafico/Websites/img/colaboran.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

#oculto2:hover{
	height:100px;
	overflow:hidden;
}

#sombra{
	position:absolute;
	width:100%;
	min-width:1024px;
	height:8px;
	z-index:3;
	text-align:center;
}

#pie{
	height:5px;
	width:95%;
	text-align:right;
	font-size:8pt;
	color:#FFF;
	padding:10px 2% 17px 0px;
}

.seccion3:link, .seccion:visited, .seccion:active{
	text-decoration:none;
	color:#FFF;
}

.seccion3:hover{
	color:#999;
	text-decoration:underline;
}
