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

/* ENLACES */
#pagina_enlaces
{
	clear:both;
	float:left;
	background-image:url(../../img/montaje/modulos/enlaces/enlaces.png);
	background-repeat:no-repeat;	
	width:660px;
	height:648px;
}

#cabecera_oferta h1
{
	margin:0;
	padding:0.1em 0 0 1em;
	color:#e9f7ff;
}

#pagina_enlaces_detalles
{
	clear:both;
	float:left;
	width:560px;
	padding:5em 0 0 5em;
	margin:0;
}

#pagina_enlaces_detalles .enlace
{
	clear:both;
	float:left;
	margin:0;
	padding:0 0 1em 2em;
	width:88%;
	text-align:justify;
}

#pagina_enlaces_detalles .texto_enlace{
	font-family:"trebuchet MS", arial;
	color:#192f81;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	margin:0;
	padding:0.5em 0 0 0;
}

#pagina_enlaces_detalles a{
	font-family:"trebuchet MS", arial;
	color:#04a3de;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
}



