/* Noticia Listado */

.NOT_CONTE_modulo{
	width: auto;
	height: auto;
}

.NOT_CONTE_bloqueNoticiaListado{
   width: auto;
   height: auto;
   padding-bottom: 20px;
}

/*.NOT_CONTE_bloque2{
   width: auto;
   height: auto;
   padding: 10px 0;
}*/

.NOT_CONTE_bloqueNoticiaTexto{
   width:65%;
	height:auto;
	float: left;
}

.NOT_CONTE_bloqueNoticiaImagen{
   width:auto;
	height:auto;
	float: right;
}

/* Contenedor Enlace */

.NOT_CONTE_enlaces{
   width: auto;
   height: 20px;
   padding: 10px 0px 0px 0px;
	position: relative;
}

.NOT_enlaceVerAntiguas{
   width: auto;
	height: auto;
	position: absolute;
	top: 10px;
	right: 5px;
}

.NOT_enlaceVerAntiguas p{
   font:normal 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#535353;
   margin: 0;
   padding: 6px 0px 6px 8px;
	background: url(images/modulos/vineta_2a.gif) no-repeat 0px;
}

.NOT_enlaceVerAntiguas p a:link{ 
	color:#333333;
	text-decoration:none;
}

.NOT_enlaceVerAntiguas p a:visited{ 
	color:#333333;
	text-decoration:none;
}

.NOT_enlaceVerAntiguas p a:hover{ 
	color:#8C2533;
	text-decoration:underline;
}

.NOT_enlaceVerAntiguas p a:active{ 
	color:#333333;
	text-decoration:none;
}

.NOT_enlaceVerRecientes{
   width: auto;
	height: auto;
	position: absolute;
	top: 10px;
	right: 80px;
}

.NOT_enlaceVerRecientes p{
   font:normal 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#535353;
   margin: 0;
   padding: 6px 0px 6px 8px;
	background: url(images/modulos/vineta_2a.gif) no-repeat 0px;
}

.NOT_enlaceVerRecientes p a:link{ 
	color:#535353;
	text-decoration:none;
}

.NOT_enlaceVerRecientes p a:visited{ 
	color:#535353;
	text-decoration:none;
}

.NOT_enlaceVerRecientes p a:hover{ 
	color:#8C2533;
	text-decoration:underline;
}

.NOT_enlaceVerRecientes p a:active{ 
	color:#535353;
	text-decoration:none;
}


.NOT_lineaSeparadora{ 
	width:100%;
	height:1px;
	background:#BBBBBB;
	margin-top: 20px;
	clear: both;
	overflow: hidden;
}


/* Textos Modulos */

.NOT_TXT_tituloLista{
   font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8C2533;
   padding-left:23px;
   margin: 0px;
	display: inline-block;
	background: url(images/modulos/vineta_5.gif) no-repeat 0px 3px;
}

.NOT_TXT_tituloLista a:link{
   color: #8C2533;
   text-decoration:underline;
}

.NOT_TXT_tituloLista a:visited{
   color: #8C2533;
   text-decoration:underline;
}

.NOT_TXT_tituloLista a:hover{
   color: #8C2533;
   text-decoration:none;
}

.NOT_TXT_tituloLista a:active{
   color: #8C2533;
   text-decoration:underline;
}



.NOT_TXT_resumen{
   font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
   color:#535353;
   margin:0px;
}

.NOT_TXT_resumen a:link{
   color:#535353;
   text-decoration:none;
}

.NOT_TXT_resumen a:visited{
   color:#535353;
   text-decoration:none;
}

.NOT_TXT_resumen a:hover{
   color:#535353;
   text-decoration:underline;
}

.NOT_TXT_resumen a:active{
   color:#535353;
   text-decoration:none;
}


.NOT_TXT_fuenteListado{
   font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #535353;
   padding-left:23px;
   margin:0px;
}

.NOT_TXT_fuenteListado a:link{
   color: #535353;
   text-decoration:underline;
}

.NOT_TXT_fuenteListado a:visited{
   color: #535353;
   text-decoration:underline;
}

.NOT_TXT_fuenteListado a:hover{
   color: #535353;
   text-decoration:none;
}

.NOT_TXT_fuenteListado a:active{
   color: #535353;
   text-decoration:underline;
}

.NOT_TXT_enlaceDetalle{
   font: normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8C2533;
   padding-left:32px;
   margin:0px;
	background: url(images/modulos/back_ver.gif) no-repeat 23px 8px;
	padding-top: 7px;
}

.NOT_TXT_enlaceDetalle a:link{
   color: #8C2533;
   text-decoration:none;
}

.NOT_TXT_enlaceDetalle a:visited{
   color: #8C2533;
   text-decoration:none;
}

.NOT_TXT_enlaceDetalle a:hover{
   color: #8C2533;
   text-decoration:none;
}

.NOT_TXT_enlaceDetalle a:active{
   color: #8C2533;
   text-decoration:none;
}


.NOT_TXT_fechaListado{
   font:normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif; 
   color:#919191;
   padding-left:23px;
   margin:0px;
	padding-bottom: 10px;
}

.NOT_TXT_fechaListado a:link{
   color:#919191;
   text-decoration:none;
}

.NOT_TXT_fechaListado a:visited{
   color:#919191;
   text-decoration:none;
}

.NOT_TXT_fechaListado a:hover{
   color:#919191;
   text-decoration:underline;
}

.NOT_TXT_fechaListado a:active{
   color:#919191;
   text-decoration:none;
}


/* Noticia Detalle */

.NOT_CONTE_bloqueNoticiaDetalle{ 
	width: auto;
	height: auto;
}

.NOT_TXT_tituloDetalle{
   font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8C2533;
	margin: 0px;
}

.NOT_TXT_tituloDetalle a:link{
   color:#8C2533;
   text-decoration:none;
}

.NOT_TXT_tituloDetalle a:visited{
   color:#8C2533;
   text-decoration:none;
}

.NOT_TXT_tituloDetalle a:hover{
   color:#8C2533;
   text-decoration:underline;
}

.NOT_TXT_tituloDetalle a:active{
   color:#8C2533;
   text-decoration:none;
}

.NOT_TXT_fechaDetalle{
   font:normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
   color:#919191;
   margin:0px 0px 10px 0px;
}

.NOT_TXT_fechaDetalle a:link{
   color:#919191;
   text-decoration:none;
}

.NOT_TXT_fechaDetalle a:visited{
   color:#919191;
   text-decoration:none;
}

.NOT_TXT_fechaDetalle a:hover{
   color:#919191;
   text-decoration:underline;
}

.NOT_TXT_fechaDetalle a:active{
   color:#919191;
   text-decoration:none;
}




/*  Estilos FKedit  */

.NOTF_titulo1{
   font:bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
   color:#000000;
}

.NOTF_subtitulo1{
   font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
   color:#8C2533;
}

.NOTF_texto1{
   font:normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
   color:#535353;
}

.NOTF_texto1 a:link{
   color: #535353;
   text-decoration:underline;
}

.NOTF_texto1 a:visited{
   color: #535353;
   text-decoration:underline;
}

.NOTF_texto1 a:hover{
   color: #535353;
   text-decoration:none;
}

.NOTF_texto1 a:active{
   color: #535353;
   text-decoration:underline;
}

.NOTF_texto2{
   font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
   color:#535353;
}

.NOTF_texto2 a:link{
   color: #535353;
   text-decoration:none;
}

.NOTF_texto2 a:visited{
   color: #535353;
   text-decoration:none;
}

.NOTF_texto2 a:hover{
   color: #535353;
   text-decoration:underline;
}

.NOTF_texto2 a:active{
   color: #535353;
   text-decoration:none;
}

.NOTF_vineta1{
   font:normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#535353;
   padding-left:20px;
   margin: 0px;
	display: block;	
	background: url(images/modulos/vineta_1.gif) no-repeat 3px 3px;
}

.NOTF_vineta1 a:link{
   color: #535353;
   text-decoration:none;
}

.NOTF_vineta1 a:visited{
   color: #535353;
   text-decoration:none;
}

.NOTF_vineta1 a:hover{
   color: #535353;
   text-decoration:underline;
}

.NOTF_vineta1 a:active{
   color: #535353;
   text-decoration:none;
}