/* CSS Document */
*{
	padding:0;
	margin:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333366;
	background-color:#333366;
	line-height:18px;

}
#centrado{
	width:980px;
	margin:0 auto;
}
#contenedor{
	width:970px;
	background-color:#fff;
	margin-top:5px;
	padding:5px;
	float:left;
}
#header_portada{
	width:970px;
	float:left;
	height:248px;
}
#div_imagen_header_portada{
	width:607px;
	float:left;
}

#div_derecho_header_portada{
	width:352px;
	float:right;
	background-color:#f5f3f4;
	height:248px;

}
#div_idioma{
	float:left;
	width:50px;
	padding-left:10px;
	padding-top:5px;
	font-weight:bold;
}
#div_idioma a{
	font-size:11px;
	text-decoration:none;
	color:#333366;
}
#div_idioma a:hover{
	text-decoration:underline;
}
#div_buscador_header_portada{
	width:292px;
	float:right;


}
#buscador{
	width:100%;
	float:right;
	text-align:right;
	padding-top:2px;
}
.boton_buscar{
	background-image:url(assets/btn_buscar.jpg);
	background-repeat:no-repeat;
	width:56px;
	height:24px;
	font-size:10px;
	color:#666;
	border:0;
	padding-bottom:5px;
	*padding-left:2px;
	padding-left:4px;
}
.input_buscador{
	height:15px;
}
#div_texto_header_portada{
	width:337px;
	float:right;
	padding-top:5px;
	font-size:11px;
	padding-left:10px;
	padding-right:5px;
	line-height:16px;
}
.negrita{
	font-weight:bold;
}
#wrapper{
	width:970px;
	float:left;
	padding-top:15px;
	padding-bottom:5px;
	

}
#div_columna_izq_portada{
	width:485px;
	float:left;
	font-size:12px;
}

#div_columna_dcha_portada{
	width:485px;
	float:left;
	font-size:12px;
}
.imagen_division_right{
	float:right;
}
.texto_division_left{
	width:470px;
	float:left;
	text-align:center;
	padding:10px 15px 5px 0px;
}
.texto_division_left a{
	color:#0066CC;
	text-decoration:none;
}
.texto_division_left a:hover{
	color:#333366;
}
.texto_division_right{
	width:470px;
	float:right;
	text-align:center;
	padding:10px 0px 5px 15px;
}
.texto_division_right a{
	color:#669900;
	text-decoration:none;
}
.texto_division_right a:hover{
	color:#333366;
}
.enlace_azul_normal{
	font-size:11px;
	color:#0066CC;
	text-decoration:none;
 }
.enlace_azul_normal:hover{
	color:#333366;
}

.enlace_azul_normal_grande{
	font-size:19px;
	color:#0066CC;
	text-decoration:none;
	font-weight:bold;
 }
.enlace_azul_normal_grande:hover{
	color:#333366;
}
.texto_grande{
	font-size:19px;
	font-weight:bold;
	font-family:"Century Gothic", Century, "Comic Sans MS";
}


.enlace_verde_normal{
	font-size:11px;
	color:#669900;
	text-decoration:none;
}
.enlace_verde_normal:hover{
	color:#333366;
}
.enlace_verde_normal_grande{
	font-size:19px;
	color:#669900;
	text-decoration:none;
	font-weight:bold;
}
.enlace_verde_normal_grande:hover{
	color:#333366;
}
	
#footer{
	width:980px;
	height:15px;
	padding-top:5px;
	float:left;
	color:#fff;
	font-size:10px;
	text-align:center;
}
#footer a{
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}