
h2 
{
	background: url(../../imagenes/general/h2_noticias.gif) left top no-repeat;
	width: 620px;
	min-height: 59px;
	float: left;
}
h2 .seccion
{
	margin: 10px 0px 0px 70px;
}

/***** noticia individual *****/

#noticia_individual
{
	background: url(../../imagenes/general/noticias_hover.gif) left top repeat-y;
	width: 590px;
	min-height: 300px;
	height: auto;
	text-align: justify;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	float: left;
}
.textoNormal
{
	color: #03938F;
	padding: 15px 30px 10px 30px;
}
.textoNormal a
{
	color: #009ECB;
	font: normal 10px Verdana,Sans-serif;
}
.textoNormal a:hover
{
	color: #009ECB;
	font: normal 10px Verdana,Sans-serif;
	text-decoration: none;
}
#noticia_individual img
{
	margin: 0px 0px 10px 10px;
}

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


/***** Sección novedades *****/

#bloque_novedades_seccion
{
	background: url(../../imagenes/general/noticias_item.gif) left top repeat;
	width: 590px;
	min-height: 300px;
	height: auto;
	text-align: justify;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#bloque_novedades_seccion a.novedad_seccion
{
	font: normal 10px Verdana,Sans-serif;
	color: #fff;
	text-decoration: none;
	float: left;
	clear: both;
	width: 540px;
	min-height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 9px 25px 9px 25px;
}
#bloque_novedades_seccion a.novedad_seccion:hover
{
	background: url(../../imagenes/general/noticias_hover.gif) left top repeat-y;
	color: #03938F;
}
#bloque_novedades_seccion .imagen_novedad_seccion
{
	float: left;
	width: 120px;
	margin: 0px 10px 0px 0px;
}

#bloque_novedades_seccion .imagen_novedad_seccion img
{
	border: 1px solid #868686;
}

#bloque_novedades_seccion .novedad_seccion h3
{
	font-family: Verdana;
	font-size: 11px;
	color: #868686;
	font-weight: bold;
	margin: 0px;
}

#bloque_novedades_seccion .novedad_seccion h4
{
	font-family: Verdana;
	font-size: 10px;
	color: #868686;
	font-weight: normal;
	margin: 0px;
}

#bloque_novedades_seccion .novedad_seccion p
{
	float: right;
	margin: 0px;
}

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


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

.textoNormal img
{
	float: right;
}

