
/***** noticia individual *****/
#noticia_individual
{

}
#noticia_individual div
{
	font-family: Verdana;
	font-size: 10px;
	color: #767676;
	font-weight: normal;
	text-align: justify;
	line-height: 13px;
	margin: 0px 5px 0px 0px;
	clear: none;
	padding-left: 50px;
}
#noticia_individual span.titulo
{
	color: #4C5708;
	width: 300px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	float: left;
}
#noticia_individual span.subtitulo
{
	color: #8AB21E;
}
#noticia_individual a:link, #noticia_individual a:visited, #noticia_individual a:active
{
	font-family: Verdana;
	font-size: 10px;
	color: #4C5708;
	font-weight: normal;
	text-decoration: none;
}

#noticia_individual a:hover
{

	text-decoration: underline;
}

#noticia_individual img
{
	border: 1px solid #C0D24C;
	padding: 3px;
	margin: 0px 0px 30px 30px;
	float: right;
}

#noticia_individual h3
{
	font-family: Verdana;
	font-size: 10px;
	color: #868686;
	font-weight: bold;
}


/***** Sección novedades *****/
#bloque_novedades_seccion
{
	float: left;
	width: 553px;
}

#bloque_novedades_seccion table
{
	margin: 0px;
	padding: 8px 0px 0px 50px;
	/margin: 5px 0px 0px 50px;
}

#bloque_novedades_seccion table td
{
	vertical-align: top;
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	color: #83941A;
	font-weight: regular;
}

#bloque_novedades_seccion table td span
{
	color: #4C5708;
}

#bloque_novedades_seccion table td a
{
	font-size: 9px;
	font-weight: bold;
	color: #979797;
	float: right;
}

#bloque_novedades_seccion table td a:hover
{
	color: #333333;
}

#bloque_novedades_seccion table tr td img
{
	width: 66px;
}

#bloque_novedades_seccion table p a, a:hover
{
	font-family: Verdana;
	font-size: 10px;
	color: #868686;
	text-decoration: none;
	font-weight: bold;
}


#bloque_novedades_seccion table  .novedad_texto
{
	min-height: 70px;
	/height: 70px;
}

.textoNormal img
{
	float: right;
}

