
/***** noticia individual *****/

#noticia_individual
{

	min-height: 50px;
	/height: 50px;

	margin: 10px 5px 10px 0px;
	/margin: 10px 5px 5px 0px;

	padding-bottom: 13px;

	background-image: url(../imagenes/noticias/pie_noticia.gif);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}

	#noticia_individual #cabecera_noticias
	{
		min-height: 65px;
		/height: 65px;

		clear: right;
		display: block;

		background-image: url(../imagenes/noticias/cabecera_noticia.gif);
		background-repeat: no-repeat;
		background-position: 20px bottom;

		padding-bottom: 25px;
		
	}

		#noticia_individual #cabecera_noticias img
		{
			margin: 0px 10px 5px 15px;
			float: left;
		}

		#noticia_individual #cabecera_noticias #imagen_noticia
		{
			width: 65px;
			height: 65px;
			margin: 0px 10px 5px 15px;
			float: left;
		}



		#noticia_individual #cabecera_noticias h3
		{
			color: #c98027;
			font-size: 10px;
			font-family: Verdana, Arial, Sans-serif;
			font-weight: normal;

			margin-right: 15px;

		}

		#noticia_individual #cabecera_noticias em
		{
			color: #164456;
			font-size: 10px;
			font-family: Verdana, Arial, Sans-serif;
			font-weight: normal;
			font-style: normal;

			display: block;
			margin-right: 15px;

		}

	#noticia_individual #texto_noticia
	{
		font-family: Verdana,Arial,sans-serif;
		font-size: 10px;
		text-align: justify;
		line-height: 19px;
		text-align: justify;
		margin: 0px 15px 0px 20px;
		color: #164456;

		padding: 20px 35px 25px 25px;

		background-image: url(../imagenes/noticias/fondo_noticia.gif);
		background-repeat: repeat-y;
		background-position: left top;

		line-height: 1.8em;

	}

		#noticia_individual #texto_noticia ul
		{
			margin: 15px 0px 15px 35px
		}


		#noticia_individual a:link, #noticia_individual a:visited, #noticia_individual a:active
		{
			font-family: Verdana;
			font-size: 11px;
			color: #999999;
			font-weight: bold;
			text-decoration: underline;
		}

		#noticia_individual a:hover
		{
			font-family: Verdana;
			font-size: 11px;
			color: #999999;
			font-weight: bold;
			text-decoration: none;
		}


		#noticia_individual h3
		{
			font-family: Verdana;
			font-size: 10px;
			color: #868686;
			font-weight: bold;
		}


#volver_noticias
{
	margin: 10px 0 0 0;

	width: 120px;
	height: 20px;

	background-image: url(../imagenes/noticias/volver_noticias.gif);
	background-position: left top;
	background-repeat: no-repeat;

	float: right;

}

#volver_noticias span
{
	display: none;
}

/***** Sección novedades *****/
#bloque_novedades_seccion
{
	float: left;
	width: 540px;
	margin: 10px 0 20px 0;

}

#bloque_novedades_seccion .novedad_seccion
{
	position: relative;
	float: right;
	border-width: 0px 0px 1px 0px;
	background-image: url(../imagenes/noticias/separacion_noticias.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

	clear: both;
	width: 520px;
	margin: 0 10px 0 0px;
	/margin-left: 10px;
	padding: 4px 0 9px 0;
	/padding: 4px 0 2px 0;

	min-height: 50px;
	/height: 50px;
}

#bloque_novedades_seccion .imagen_novedad_seccion
{
	float: left;
	width: 81px;
	height: 76px;
	margin: 0px 10px 0px 0px;
}

#bloque_novedades_seccion .imagen_novedad_seccion img
{
	border: 1px solid #868686;
}

#bloque_novedades_seccion .novedad_seccion .la_noticia
{
	position: relative;
	float: left;
	width: 427px;
	
	min-height: 60px;
	/height: 60px;
	clear:right;

}

#bloque_novedades_seccion .novedad_seccion h3
{
	font-family: Verdana;
	font-size: 10px;
	color: #c98027;
	font-weight: normal;
	margin: 0px;
	clear:right;

}

#bloque_novedades_seccion .novedad_seccion h4
{
	font-family: Verdana;
	font-size: 10px;
	color: #164456;
	font-weight: normal;
	margin: 2px 0 0 0;
	clear:right;
}

#bloque_novedades_seccion .novedad_seccion p
{
	float: right;
	margin: 0px;
	width: 60px;
}

#bloque_novedades_seccion .novedad_seccion p a, #bloque_novedades_seccion .novedad_seccion p a:hover
{
	font-family: Verdana;
	font-size: 10px;
	color: #164456;
	text-decoration: none;
	font-weight: bold;
}


#bloque_novedades_seccion .novedad_seccion  .novedad_texto
{
	min-height: 70px;
	/height: 70px;
}



