/*********************************************************************ESTILOS COMUNES************************************************************/
/************************************************************************************************************************************************/

#central
{
	position:absolute;
	left:50%;
	margin-left:-475px;
	top:0px;
	width:950px;
	padding-top:0px;
	margin-top:0px;
	z-index:1;
	border:1px solid #0d2659;
/*NECESARIO PARA QUE EN LA BUSQUEDA LA CABECERA SE VEA BLANCA CON LAS CAPAS FLOTANTES*/	
	background-color:#FFFFFF;
}

body
{
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#0d2659;
	background-color:#CCCCCC;	
	background-repeat:no-repeat;
}

.limpiar
{
	clear:both;
}

.enlace_texto_normal
{
	font-family:"Trebuchet MS";
	font-size:15px;
	font-weight:bold;
	color:#0d2659;
	text-decoration:none;
}

.enlace_texto_normal:hover
{
	color:#f69b52;
	text-decoration:underline;	
	cursor:pointer;	
}

.flotar_izq
{
	float:left;
}

.flotar_der
{
	float:right;
}
/*********************************************************************(FIN)ESTILOS COMUNES*******************************************************/
/************************************************************************************************************************************************/
