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

*{
	margin:0;
	padding:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5B5B5B;
	background:#32406B;
}

#centrado{
	margin:auto;
	width:980px;
}

#contenedor{
	margin-top:20px;
	width:980px;
	background:#E6E6E6;
	float:left;
	min-height:627px;	

}

#header{
	width:980px;
	height:188px;
	background:#FFFFFF;
	background-image:url(assets/fondo_header.gif);
	background-repeat:repeat-x;
}

#logo_noray{

	float:right;
	padding-top:9px;
	padding-right:30px;
}

#menusup{
	width:700px;
	padding-left:15px;
	padding-top:86px;
}
#nav
{
	height:53px;
	list-style: none;
}
#menusup #nav li{
	margin:0;
	padding:0;
	float:left;
	height:53px;
	vertical-align:middle;
	line-height:53px;
	/*position:relative;*/

}
/*PARA QUE SE VEA BIEN EL MENU EN IE 6, ESTO LO COGEN TODOS LOS NAVEGADORES*/
#menusup #nav li a{
	height:53px;
	line-height:53px;
	font-size:17px;
	color:#32406B;
	text-decoration:none;	
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
}
/*PARA QUE SE VEA BIEN EL MENU EN IE 6, ESTO LO COGEN TODOS LOS NAVEGADORES MENOS IE6*/
#menusup #nav li > a{
	
	display:block;
	
}

#menusup #nav li a:hover{
	text-decoration:underline;
	

}


#wrapper{
	width:980px;
	min-height:439px;
	float:left;
	height:100%;

}

#flash{
	width:588px;
	height:306px;
	float:left;

}

#contenido_home{
	width:352px;
	float:right;
	background:#0099AB;
	margin-top:41px;
	height:235px;
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	font-size:11px;
	text-align:justify;
	
	
	
}

.texto_home{
	color:#fff;
}

#barra{
	width:803px;
	height:71px;
	background:#0099AB;
	padding-left:177px;
	
	
}

#texto_interior{
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	line-height:18px;
	text-align:justify;
}


#footer{
	width:970px;
	height:25px;
	padding-top:10px;
	padding-right:10px;
	background:#32406B;
	color:#FFF;
	float:right;
	text-align:right;
	
}

.footer_left{
float:left;
padding-left:10px;
}



.enlace_footer{
	text-decoration:none;
	color:#fff;
}
.enlace_footer:hover{
	
	color:#0099AB;
}

li.apartadoActual
{
	background-image:url(assets/fondo_menu_actual_izquierda.png);
	background-repeat:no-repeat;
	background-position:left;

}
li.apartadoActual a
{
	background-image:url(assets/fondo_menu_actual_derecha.png);
	background-repeat:no-repeat;
	background-position:right;
}

#menusup #nav li.apartadoActual a{
	color:#fff;
	}	

.enlace_texto{
	text-decoration:none;
	color:#B5BA05;
}
.enlace_texto:hover{
	
	color:#32406B;
}

.texto_titulo{
font-size:17px;
	color:#0099AB;
	font-weight:bold;
	}
	
.enlaces_contacto{
text-decoration:underline;
font-size:12px;
	color:#5B5B5B;
}

.enlaces_contacto:hover{
	
	color:#B5BA05;
}
