@charset "utf-8";
/* CSS Document */


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#556BB7;}
a:hover{color:#FEAA01;}
a img {border-width:0;}


body{
	background-color:#E2E7EC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#122E46;
}

#todo{
	position:relative;
	margin: 0 auto;
	width:970px;
	background-color:#FFFFFF;
	background-image:url("img/fondo.gif");
	background-position: center;
	background-repeat:repeat-y
	
}

#superior{
	padding: 0 10px;
}

#construyendofuturo{
	position:absolute;
	left:540px;
	top:150px;
}

#menu{
	position:absolute;
	left:30px;
	top:220px;
}

#menu a{
	display:block;
	width:147px;
	height:27px;
	margin:2px;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	background-image:url("img/menu.gif");
	background-repeat:no-repeat;
	padding: 13px 8px 0 25px;
	color:#122E46;
}
#menu a:hover{
	background-image:url("img/menu-act.gif");
	padding: 13px 0 0 33px;
	color:#000000;
}


#central{
	width:680px;
	padding: 0 40px 20px 240px;
	background-image:url("img/logo-fondo.gif");
	background-position:560px bottom;
	background-repeat:no-repeat;
	height:440px;
}

h1{
	font-size: 22px;
	color:#316E9F;
	margin: 0 0 15px 0;
}

h2{
	font-size:15px;
	margin: 3px 0;
	color:#095F9F;
}

#central p, #central ul{
	margin: 0 0 20px 0;
	font-weight:normal;
	line-height: 150%;
	text-align:justify;
}

#central li{
	list-style: square inside;
}

.enlaces{
	padding:15px;
	margin:40px;
	border:#cfd6dc 1px solid;
	background-color:#ffffff;
	background-image:url("img/fondo-enlaces.gif");
	background-position:bottom;
	background-repeat:repeat-x;
}
.enlaces a{
	background-image:url("img/flecha.gif");
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	padding:10px 0 10px 25px;
	color:#0F2A45;
}
.enlaces a:hover{
	color:#65AAE8;
}

.enlaces a img{
	position:relative;
	top:3px;
}

#inferior{
	clear:both;
	width:930px;
	margin:0 10px;
	padding:30px 10px 10px 10px;
	text-align:center;
	background-image:url("img/fondo-inferior.gif");
	background-repeat:repeat-x;
	background-position:bottom;
}

#inferior img{
	border:#215889 1px solid;
	margin: 0 10px;
}
#inferior a{color:#044C87;}
#inferior a:hover{color:#0076D7;}

