/* Hoja de estilos del proyecto. */

/* Estilos para la imágen del buscador. */
#centro_izquierda_buscador_imagen {
	float: left;
	width: 90%;
	position: relative;
	left: -5px;
}	

/* Estilos para el buscador. */
#centro_izquierda_buscador {
	float: left;
	width: 90%;
	position: relative;
	
border-left: 4px dotted #C20080;
border-right: 4px dotted #C20080;
	
/*	border-left: dotted;
	border-right: dotted;
	border-left-color: #c20080;
	border-left-style: 4px dotted;
	border-right-color: #c20080;
	border-right-style: 4px dotted;*/
}

/* Estilos para la imágen de destacados. */
#centro_izquierda_destacados_imagen{
	float: left;
	width: 90%;
	position: relative;
	left: -5px;	
}	

/* Estilos para destacados. */
#centro_izquierda_destacados{

border-bottom: 4px dotted #C20080;
border-left: 4px dotted #C20080;
border-right: 4px dotted #C20080;
float: left;
position: relative;
width: 90%;

/*	float: left;
	width: 90%;
	position: relative;
	border-left: dotted;
	border-right: dotted;
	border-bottom: dotted;
	border-left-color:#c20080;
	border-left-style: 4px dotted;
	border-right-color: #c20080;
	border-right-style: 4px dotted;
	border-bottom-style: 4px dotted;
	border-bottom-color: #c20080; */
}

/* Estilos para la parte de los puntitos. */
#centro_derecha_puntos {
	float: left;
	width: 100%;
	left: 15px;
	position: relative;
	top: -55px;
}





/* Estilos para la parte de las cajas de los enlaces. */
#centro_derecha_cajas_enlaces {
	height: 230px;
	width: 30%;
	padding: 0px;
	float: right;
	position: relative;
	right: -10px;
	top: -400px;
}




#centro_derecha_abajo{
	width: 100%;
	padding: 0px;
	float: left;
	position: relative;
}
	



.fuente_pie{
	font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; text-align: center; font-weight:bold;
}
