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

/* ENLACES */
#pagina_enlaces
{
	clear:both;
	float:left;
	width:659px;
}
#pagina_enlaces_cabecera{
	background-image:url(../../img/montaje/modulos/enlaces/cabecera.jpg);
	background-repeat:no-repeat;
	width:659px;
	height:60px;
}

#pagina_enlaces_detalles
{
	clear:both;
	float:left;
	background-image:url(../../img/productos/fondos/caracteristicas.jpg);
	background-repeat:repeat-y;
	width:659px;
	padding:0;
	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:11px;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
}


