/* Contenedores */

.ENL_CONTE_modulo{
	width: auto;
	height: auto;
}

.ENL_CONTE_modulo form{
	padding: 0px;
	margin: 0px;
}

.ENL_CONTE_tituloTema {
	width:auto;
	height:auto;
   padding:10px 12px 12px 0px;
}

.ENL_CONTE_tituloTema h2{
	font: bold 17px  "Gill Sans MT", Arial, Helvetica, sans-serif;
    color:#454545;
    margin: 0px;
/*	padding-left: 10px;
	background: url(images/modulos/vineta_2b.gif) no-repeat 0px 6px;*/
}

.ENL_CONTE_bloqueEnlace{
   width: auto;
   height: auto;
   padding: 0px 22px 20px 0px;
}

.ENL_CONTE_bloqueEnlaceTexto{
   width:85%;
	height:auto;
	float: left;
}

.ENL_CONTE_bloqueEnlaceImagen{
   width:auto;
	height:auto;
	float: right;
}



/* Contenedor Subir */

.ENL_CONTE_subir{
	width: auto;
   height: 25px;
   padding: 10px 0px 0px 0px;
	position: relative;
}

.ENL_enlaceSubir{
   width: auto;
	height: auto;
	position: absolute;
	top: 10px;
	right: 5px;
}

.ENL_enlaceSubir p{
   font:normal 9px    Arial, Helvetica, sans-serif;
	color:#7e7e7e;
   margin: 0px;
   padding: 9px 0px 6px 2px;
	background: url(images/modulos/flecha_arriba.gif) no-repeat center 0px;
}

.ENL_enlaceSubir p a:link{ 
	color:#7e7e7e;
	text-decoration:none;
}

.ENL_enlaceSubir p a:visited{ 
	color:#7e7e7e;
	text-decoration:none;
}

.ENL_enlaceSubir p a:hover{ 
	color:#c70b21;
	text-decoration:none;
}

.ENL_enlaceSubir p a:active{ 
	color:#c70b21;
	text-decoration:none;
}


.ENL_lineaSeparadora{ 
	width:100%;
	height:1px;
	background:#BBBBBB;
	overflow: hidden;
}


/* Formato de Contenidos */


.ENL_TXT_tituloLista{
   font: bold 12px   Arial, Helvetica, sans-serif;
	color: #c70b21;
   padding:0 0 0 23px;
   margin: 0px;
	background: url(images/modulos/vineta_5.gif) no-repeat 0px 3px;
}

.ENL_TXT_tituloLista a:link{
   color: #c70b21;
   text-decoration:none;
}

.ENL_TXT_tituloLista a:visited{
   color: #c70b21;
   text-decoration:none;
}

.ENL_TXT_tituloLista a:hover{
   color: #c70b21;
   text-decoration:underline;
}

.ENL_TXT_tituloLista a:active{
   color: #c70b21;
   text-decoration:none;
}

.ENL_TXT_descripcion{
   font:normal 11px    Arial, Helvetica, sans-serif;
   color:#848587;
   padding-left: 35px;
   margin:0px;
}

.ENL_TXT_descripcion a:link{
   color: #848587;
   text-decoration:underline;
}

.ENL_TXT_descripcion a:visited{
   color: #848587;
   text-decoration:underline;
}

.ENL_TXT_descripcion a:hover{
   color: #848587;
   text-decoration:none;
}

.ENL_TXT_descripcion a:active{
   color: #848587;
   text-decoration:underline;
}


.ENL_TXT_url{
   font:normal 11px    Arial, Helvetica, sans-serif;
   color:#c70b21;
   padding-left: 35px;
   margin:0px;
}

.ENL_TXT_url a:link{
   color: #c70b21;
   text-decoration:underline;
}

.ENL_TXT_url a:visited{
   color: #c70b21;
   text-decoration:underline;
}

.ENL_TXT_url a:hover{
   color: #c70b21;
   text-decoration:none;
}

.ENL_TXT_url a:active{
   color: #c70b21;
   text-decoration:underline;
}




.ENL_TXT_fecha{
   font:normal 11px    Arial, Helvetica, sans-serif; 
   color:#919191;
   padding-left:35px;
   margin:0px;
	padding-bottom: 10px;
}

.ENL_TXT_fecha a:link{
   color: #919191;
   text-decoration:none;
}

.ENL_TXT_fecha a:visited{
   color: #919191;
   text-decoration:none;
}

.ENL_TXT_fecha a:hover{
   color: #919191;
   text-decoration:underline;
}

.ENL_TXT_fecha a:active{
   color: #919191;
   text-decoration:none;
}

