160px@charset "utf-8";
/* CSS Document */


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#495DA7;}
a:hover{color:#5B60ff;}
a img {border-width:0;}


body{
	background:#7272B2 url("img/fondo.png") repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#353554;
	margin:0;
}

#todo{
	position:relative;
	margin:15px auto;
	width:95%;
	max-width: 1200px;
	background:#fff;
	box-shadow:#000 0 0 20px;
	border:#18185A 1px solid;
}

#superior{
	height:120px;
	background: #4444BA;
}

#logo{
	position:absolute;
	top:0;
	right:0;
}
#iconos{
	position:absolute;
	left:14px;
	top:130px;
}
#iconos a{
	margin: 0 3px;
}

#buscador{
	position:absolute;
	left:20px;
	top:10px;
	width:160px;
}
#buscador a{
	display:block;
	color:#fff;
	padding: 5px;
	letter-spacing: 1px;
}
#buscador a:hover{
	color:#EC8812;
	background:#2C2C9C;
}
#buscador input{
	border: #13137D 1px solid;
	margin: 5px 0;
	padding: 1px 3px 1px 25px;
	width: 130px;
	font-weight:bold;
	background-image:url("img/lupa.gif");
	background-position:6px 2px;
	background-repeat:no-repeat;
}


#menu{
	height: 30px;
	background: #13137D url("img/menu.gif") repeat-y left;
}

#central{
	clear:both;
	background:#fff url("img/central.jpg") no-repeat left top;
	height: auto !important;
	height: 550px;
	min-height: 550px;
}

h1{
	text-align:right;
	clear:both;
	color:#1A1981;
	font-size: 31px;
	font-weight:normal;
	padding: 0 50px;
}

h2{
	color:#B78103;
	font-size: 18px;
	font-weight:normal;
	padding: 2px 0;
	border-bottom:#7272B2 1px solid;
	width: 550px;
}

p{
	line-height:140%;
	text-align:justify;
}

#inferior{
	clear:both;
	background: #4444BA url("img/inferior.gif") no-repeat right center;
	color:#fff;
	padding: 15px 40px;
	font-size: 11px;
	font-weight:normal;
	line-height: 140%;
}

#inferior a{
	color:#8DB2FC;
}

#inferior a:hover{
	color:#EC8812;
}










