/***** CSS PARA NOTICIAS DE TIPO 1 BASICAS*****/

*{																			/*	Eliminacion de m�rgenes por defecto */
	margin: 0;
	padding: 0;
}


/******************************NOTICIAS*********************************/
/***** ETIQUETAS HTML *****/
																			/* ENCABEZADOS	*/	
h3.titular {																/* H3 para noticias */
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px;
}			
																			/* P�RRAFOS	*/	
p.noticia_fecha {															/* Parrafo de fecha */
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B9B9B9;
	margin-top: 5px;
}
.noticia_cuerpo p {														/* Parrafo general de noticia */
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999;
	margin-bottom: 15px;
	text-indent: 20px;
	line-height: 130%;
}
.noticia_cuerpo a {														/* Enlace general de la noticia */
    text-decoration: underline;
	font: 11px Verdana;
	color:#BAD305;
}

.noticia_cuerpo a:hover {												/* Hover para el enlace general de la noticia */
    text-decoration: none;
}

.noticia_cuerpo img {
	width: 133px;
	height: 94px;
	margin-right: 15px;
	background-color: Gray;
	float: left;
	display: inline;
	border:0;

}


/***** CAPAS DE ESTRUCTURA GENERAL*****/
.noticia {																/*	Contenedor de cada noticia */
	margin-bottom: 25px;	
												
}
.noticia_cuerpo {	
    width:506px;													/* Contenedor de los parrafos de cada noticia */
	margin-top: 10px;
	margin-bottom:25px;
	padding:15px 20px 5px 20px;
	border: 1px solid #CB8D32;
	border-style: dotted;
	float:left;
	display:inline;
	background-color: #FFF;
}