@charset "utf-8";
@import "comun.css";
/* CSS Noticias */
#contenidoNoticias {
	width: 870px;
	height: auto;
	margin: auto;
	overflow: hidden;
	clear: both;
	background-color: #FFF;
	padding-top: 10px;
	/*font-family:Verdana,Arial,Geneva,sans-serif;*/
}
.noticias {
	width: 750px;
	height: auto;
	margin: auto;
}
.descripcion {
	width: 700px;
	float: left;
	padding-bottom: 20px;
}
.titulo {
	height: 31px;
	position: relative;
	background: no-repeat 0px 15px;
	border-bottom: #9b9f8f 1px solid;
	padding: 10px 0px 15px 0px;
}
.numeroNoticia, .numeroNoticia2 {
	position: absolute;
	color: #616456;
	font-size: 18px;
}
.numeroNoticia {
	top:12px;
	left: 8px;
}
.numeroNoticia2 {
	top:19px;
	left: 7px;
}
.titulo h1 a, .titulo h2 {
	height: 20px;
	color: #616456;
	font-size: 14px;
	padding-left: 35px;
}
.descripcion p {
	color: #606456;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 13px;
	/*text-align: justify;*/
}
.imagen {
	width: 174px;
	float: left;
	margin-top: 70px;
	margin-left: 15px;
	background:url(../img/noticias/marcoImagen.jpg) no-repeat;
}
.imagenA {
	width: 174px;
	height: 116px;
	position: relative;
}
.imagenA img {
	width: 154px;
	height: 96px;
	position: absolute;
	top: 9px;
	left: 10px;
}
.adjuntos img.hora {
	padding-right: 22px;
}
.adjuntos span {
	position: relative;
	top: -6px;
	color: #53564c;
}
.adjuntos img.adjunto {
	padding-left: 22px;
}
/*Detalle Noticias*/
#tituloNoticia {
	width: 740px;
	height: 60px;
	overflow: hidden;
	border-bottom: #999 solid 1px;
	padding-bottom: 5px;
}
#texto{
	width: 620px;
	float: left;
	font-size: 12px;
	color: #FC0;
	display: inline-block;
	padding-top: 25px;
}
#texto h1 { 
	font-size: 16px;
}
#texto h2 { 
}
#tituloNoticia a {
	float: right;
	vertical-align: bottom;
}
#tituloNoticia a img {
	margin-top: 20px;
}
#descripcionDetalle p {
	padding-bottom: 20px;
	padding-top:10px;
	text-align: justify;
	color: #606456;
	font-size:13px;
	line-height: 25px;
}
