<!--

/****************************/
/* IMPORTA .CSS NECESARIOS  */
/****************************/	

	@import url('../../styles/main.css');
	@import url('../../styles/header.css');
	@import url('../../styles/footer.css');

/****************************/
/* INICIA BLOQUE 		    */
/****************************/	
	
#principal #cont_centro {
	float: left;
	width: 520px;
} 

#principal #cont_derecha {
	background-color: #D2D9DF;
	float: right;
	width: 220px;
	margin-top: 7px;
	margin-right: 7px;
	_margin-right: 3px;
	padding-right: 0px;
}

#principal #cont_derecha a {
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
}

#principal #cont_derecha a:hover {
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
}

#principal #cont_derecha li {
	padding:2px;
}

-->