/* Created by TopStyle Pro Trial Version - www.bradsoft.com */


/******   BLOQUES     *******/

.noticias_bloque{
	width: 749px;
	margin-left: 17px;
	background-image: url(../images/bloque1_cuerpo.jpg);
	background-repeat: repeat-y;
	float: left;
	display: inline;
	position: relative;
}

.noticias_bloque .noticias_bloque_cabecera{
	background-image:  url(../images/bloque1_cabecera.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 8px;
	width: 732px;
	height: 29px;
	float: left;
	display: inline;
}

.noticias_bloque .noticias_bloque_pie{
	background-image:  url(../images/bloque1_pie.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
	margin-left: 8px;
	width:732px;
	height: 7px;
	float: left;
	display: inline;
	margin-top: 40px;
}


/******    TEXTOS		********/

h3.noticias{
	float: left;
	width: 570px;
	display: inline;
	margin-left: 120px;

}

p.noticias{
	font-size: 11px;	/*Tipo de fuente */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 150%;
	width:570px;
	text-align: justify;
	margin-left: 120px;
	margin-top: 15px;
}


/******   DISE�O    ********/

/*Caja con dibujo pra la fecha*/
.noticias_fecha{
	height:70px;
	width: 60px;
	background-image: url(../images/noticias_calendario.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	left:35px;
	text-align: center;
}

/* Textos de la fecha */

.noticias_fecha_dia{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 23px;
	color: White;
	position: absolute;
	top: 7px;
	left: 6px;
	width: 46px;
	text-align: center;
	}
.noticias_fecha_mes{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	position: absolute;
	top: 36px;
	left: 6px;
	width: 46px;
	text-align: center;
	}

.noticias_fecha_ano{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	position: absolute;
	top: 50px;
	left: 6px;
	width: 46px;
	text-align: center;
	
}
 
 
 /***** SUMARIO  DE NOTICIAS *****/
/***** SUMARIO  DE NOTICIAS *****/

.sumario { /* Contenedor del sumario*/
    background-color:#F2F2F2;
	width: 398px;
	height: 55px;
	padding: 5px 15px 15px 15px;
	margin-bottom:25px;
}
.sumario_bloque{
	float: left;
	display: inline;
	position: relative;
	margin-top:5px;
}
.sumario p.parrafo {
	float: left;
	display: inline;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	width: 245px;
}
.sumario p.fecha {
	float: left;
	display: inline;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #698AAC;
	width:77px;
}

a.leer_mas {
	float: right;
	display: block;
	text-decoration: none;
	color: #AA0000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a.leer_mas:hover {
	text-decoration: none;
}


