/*----------------------------------------------- Home   */

div#div_contenedor_general div#div_desarrollo_contenido div.div_noticia_home{
	width: 220px;
	padding-top: 4px;
	float: left;
}

	div.div_noticia_home h2{
		font-family: Times New Roman;
		font-size: 0.90em;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1.15em;
		color: #616136;
		padding: 0 !important;
	}

	div.div_noticia_home p{
		margin-top: 3px;
	}

	div.div_noticia_home a{
		font-size: 0.60em;
		text-decoration: none;
		color: #8aa42f;
		background: url('imgs/fnd_a_leer_noticia.gif') no-repeat;
		width: 104px;
		height: 20px;
		padding: 2px 0 0 14px;
		display: block;
		float: right;
	}

	div.div_noticia_home a:hover{
		text-decoration: underline;
	}

div#div_desarrollo_contenido div#div_banners_home{
	margin-top: 20px;
	overflow: hidden;
}

	div#div_banners_home a{
		margin: 0;
		float: left;
	}

/*------------------------------------------- Fin Home   */
