#entradilla
{
	margin: 0 0 0 2px;
	width: 604px;
	height: 156px;
	background: url(../img/noticias/entradilla.jpg) no-repeat;
}

.noticia
{
	margin: 10px 0 0 112px;
	overflow: hidden;
	width: 464px;
}

.noticia .fondoNaranja
{
	background-color: #FFC451;
}

.noticia .fondoVerde
{
	background-color: #869A83; 
}


.noticia a
{
	color: #E8AE3B;
}

.noticia h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	
	margin: 0px;
	padding: 0px; 
}


.noticia h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	
	margin: 0px;
	padding: 0px;
}

.noticia h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFC451;
	font-size: bold;
	
	margin: 5px 0 10px 0;
	padding: 0px;
}

.noticia p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767676;
	
	float: left;
	clear: both;
	
	margin: 0 0 10px 0;
	padding: 0;
	
	width:100%;
	overflow: hidden;
}

.noticia strong
{
	color: #006940;
}

.noticia .interseccion
{
	background: url(../img/comunes/fondo_interseccion.jpg) no-repeat;
	width: 565px;
	height: 33px;
	
	margin: 0 0 0 -38px;
	float: left;
	clear: both;
}

.noticia .cabeza
{	
	background: url(../img/comunes/cabeza.jpg) no-repeat;
	width: 565px;
	height: 43px;
	margin: 0 0 0 -38px;

	float: left;
	clear: both;
}

.noticia .pie
{	
	background: url(../img/comunes/fondo_pie_seccion.jpg) no-repeat;
	width: 565px;
	height: 44px;
	margin: 0 0 0 -38px;

	float: left;
	clear: both;
}

.noticia .subir
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position :relative;
	float: left;
	clear: both;
	
	width: 435px;
	text-align: right;
}

.noticia .subir a
{
	background-color: #007648;
	text-decoration: none;
	color: #F3F9F2;
}

.noticia ul
{
	margin:0 10px 0 10px;
	padding:0;
}

.noticia ul li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #758d72;
	font-weight:bold;
	list-style:none;
	background:url(../img/comunes/bullet_lista.gif) no-repeat top left;
	margin:0 0 8px 0;
	padding-left:12px;
}

.noticia .flotader{
	float:right;
	padding:0 0 10px 15px;
	}
	
.noticia .flotaizq{
	float:left;
	padding:0 15px 5px 0;
	}