

/* NOTICIAS */

/* Portada */

.NoticiaEnListado {
	display: block;
	padding: 12px;
	background-color: #fff;
	background-color: #F1F3EA;
	background-image: url(../img/fondo_caja.jpg);
	background-repeat: repeat-x;
	margin-bottom: 12px;
}

.NoticiaEnListado p {
	margin: 0px;
}


.NoticiaEnListado .Subtitulo {
	margin-top: 6px;
	padding-top: 8px;
	padding-bottom: 8px;	
	margin-bottom:12px;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.NoticiaEnListado .FotoNoticiaListado {
	margin-bottom: 12px;
	text-align: center;
}

.NoticiaEnListado .GaleriaListadoNoticias {
	clear: both;
	float: left;
	margin-bottom: 12px;
}

.NoticiaEnListado .FotoGaleriaListadoNoticias {
	width: 130px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 9px;
	text-align: center;
	border: 1px solid #fff;
}

.NoticiaEnListado .FotoGaleriaListadoNoticias img {
	width: 130px;
}

.NoticiaEnListado .Texto {
	margin-bottom: 12px;
}


#PaginadorNoticiasPortada a {
	font-weight: bold;
}

#FotosGaleria {
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
}

.FotoGaleria {
	width: 180px;
	float: left;
	margin: 6px;
	padding: 7px;
	background-color: #F1F3EA;
	background-image: url(../img/fondo_caja.jpg);
	border: 1px solid #ffF;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 0.9em;
	color: #A79694;
}
.FotoGaleria span {
	width: 180px;
	height: 120px;
	overflow: hidden;
	display: block;	
}
.FotoGaleria img {
	width: 180px;
}
#Subtitulo {
	padding: 12px;
	/*padding-left: 0px;
	padding-right: 0px;*/
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 6px;	
	font-size: 1em;
	font-style: italic;
	background-color: #F1F3EA;
}

#FechaNoticia {
	display: block;
	float: left;
	width: 315px;
	font-style: italic;
}

.HEnNoticia {
	float: left;
}

#Herramientas {
}