

/* NOTICIAS */

/* Portada */

.NoticiaEnListado {
	display: block;
	padding: 12px;
	background-repeat: repeat-x;
	margin-bottom: 12px;
	border-bottom: 1px dotted #6c5903;
}

.NoticiaEnListado h1 {
	margin: 0px;
	margin-bottom: 6px;
}


.NoticiaEnListado h3 {
	margin: 0px;
	margin-bottom: 12px;
}


.NoticiaEnListado p {
	margin: 0px;
	margin-bottom: 12px;
}


.NoticiaEnListado .Subtitulo {
	margin-top: 6px;
	padding: 12px;
	margin-bottom:12px;
	display: block;
	background-color: #120b03;
}

.NoticiaEnListado .FotoNoticiaListado {
	margin-bottom: 12px;
	text-align: center;
}

.NoticiaEnListado .FotoNoticiaListado img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.NoticiaEnListado .GaleriaListadoNoticias {
	clear: both;
	float: left;
	margin-bottom: 12px;
}

.NoticiaEnListado .FotoGaleriaListadoNoticias {
	display: block;
	float: left;
	margin: 6px;
	overflow: hidden;
	border: 1px solid #fff;
}


.NoticiaEnListado .FotoGaleriaListadoNoticias a {
	width: 130px;
	height: 90px;
	display: block;
}



.NoticiaEnListado .FotoGaleriaListadoNoticias img {
	width: 130px;
	display: block;
}

.NoticiaEnListado .Texto {
	margin-bottom: 12px;
}

#PaginadorNoticiasPortada table td {
	border: 0px;
}

#PaginadorNoticiasPortada a {
	font-weight: bold;
}

#FotosGaleria {
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
}

.FotoGaleria {
	width: 184px;
	float: left;
	margin: 3px;
	padding: 4px;
	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 a span {
	display: block;	
	width: 180px;
	height: 120px;
	margin-bottom: 5px;
	overflow: hidden;
	border: 2px solid #fff;
}

.FotoGaleria a:hover span {
	border: 2px solid #ffc800;
}

.FotoGaleria a {
	color: #000;
	font-weight: bold;
}

.FotoGaleria img {
	width: 180px;
	min-height: 120px;
}

#Subtitulo {
	padding: 12px;
	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;
}


.RecursosNoticias {
	width: 300px;
}


.RecursosNoticias #FotosGaleria {
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
}

.RecursosNoticias .FotoGaleria {
	width: 284px;
	float: left;
	margin: 3px;
	padding: 4px;
	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;
}



.RecursosNoticias .FotoGaleria a span {
	display: block;	
	width: 280px;
	height: auto;
	margin-bottom: 5px;
	overflow: hidden;
	border: 2px solid #fff;
}

.RecursosNoticias .FotoGaleria a:hover span {
	border: 2px solid #ffc800;
}

.RecursosNoticias .FotoGaleria a {
	color: #000;
	font-weight: bold;
}

.RecursosNoticias .FotoGaleria img {
	display: block;
	width: 280px;
	min-height: auto;
}
