@import url(reset.css); 
@import url(text.css);
@import url(menu.css);

body {
	background-color:#ECF0F2;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	line-height: 1.2em;
}
 
#wrapper {
	text-align:center;
	margin:0 auto;
	border:0;
	width: 100%;
	display:block;
	min-width:1010px;
}
#contenedor{
	width:1011px;
	min-width:1011px;
	margin:0 auto;
	text-align:left;
	background-image:url(../images/fondo.jpg);
	background-repeat:repeat-y;
}
#header {
	width:100%;
	margin:0 auto;
	height:190px;
	background-image:url(../images/fondo-header.jpg);
	background-repeat:repeat-x;
	background-color:#ffd101;
}
#footer{
	clear:both;
}
#logo{
padding-top:97px;
padding-bottom:16px;

}
#colLeft {
float:left;
position:relative;
width:736px;
padding:0 0 10px 1px;
}
#colRight {
float:left;
width:273px;
}
#navegacion {
color:#808080;
}
#submenu {
float:left;
width:218px;
padding-top:10px;
padding-right:7px;
color:#808080;
}
#submenu #links {
padding-left:20px; padding-top:5px;
color:#00AEEF;
}
#submenu #links a {
text-decoration:none;
color:#00AEEF;
}
#submenu #links .current{
color:#808080;
}


#contenidos {
padding-top:10px;
float:right;
width:511px;
}
#contenidos a
{
text-decoration:none;
color:#00AEEF;
}
#contacto {
background-color:#0A1F4F;
padding: 100px 9px 45px 10px;
color:#00AEEF;
font-size:16px;
width:241px;
}

#contacto #texto {
padding:10px 7px 10px 7px;
border-color:#C9C9C9;
border-top:solid;
border-top-style:solid;
border-top-width:1px;
border-bottom:solid;
border-bottom-style:solid;
border-bottom-width:1px;
line-height:22px;
}
#contacto #texto hr{
color: #C9C9C9;
background-color: #C9C9C9;
height: 1px;
border: none;
}
.linea{
border: 0; 
height: 2px; 
margin: 0 auto;
background-image:url(../images/linea.gif);
background-repeat:repeat-x;
}
.lineaazul{
border: 0 none; 
height: 5px; 
margin: 0 auto;
color: #00AEEF;
background-color: #00AEEF;
}

#listaderecha{
	list-style-type: none;
	list-style: none;
	padding-top:20px;
	margin-left: 0;
	padding-left: 0;
	

}
#listaderecha li
{
	background-image:url(../images/flecha.gif);
	background-repeat: no-repeat;
	background-position:left 3px;
	padding-left:10px;
	color:#0A1F4F;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
}
#listaderecha li a
{
text-decoration:none;
color:#0A1F4F;
}
#listaderecha ul{
	list-style: none;
	margin:0px;
	padding-left:10px;

}
#listaderecha ul li
{
	background-image:url(../images/bola-gris.gif);
	background-repeat: no-repeat;
	background-position:left 5px;	
	color:#333;
	font-size:11px;
	font-weight:normal;
}
#listaderecha ul li ul
{
background-image:none;
}
#listaderecha ul li a, #listaderecha ul li ul li a
{
	color:#333;
	text-decoration:none;
}

.newsletter{
background-image:url(../images/flecha-fondo-azul.gif);
background-position:left top;
background-repeat:no-repeat;
height:23px;
background-color:#0A1F4F;
color:#fff;
font-weight:bold;
line-height:23px;
padding-left:28px;
}
.newsletter .numero{
font-size:18px;
line-height:13px;
}
.newsletterdescripcion{
padding:5px 0 0 5px;
}
.newsletterdescripcion img{
float:left;
padding:17px 3px 10px 0;
}
.newsletterdescripcion p{
float:left;
}
.newsletterdescripcion a{
text-decoration:none;
color:#00AEEF;
}
