p {
line-height: 14px;
}

#logo_home {
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: 3;
}

.img_principal {
	position: absolute;
	top: 86px;
	left: 106px;
	z-index: 2;
}

.img_noticia_1 {
	position: absolute;
	top: 86px;
	left: 443px;
	z-index: 2;
}

.img_noticia_2 {
	position: absolute;
	top: 228px;
	left: 443px;
	z-index: 2;
}

.img_noticia_3 {
	position: absolute;
	top: 370px;
	left: 443px;
	z-index: 2;
}

.img_titulo {
	/*position: absolute;
	top: 527px;
	left: 106px;
	z-index: 2;*/
	clear: both;
	margin-left: 106px;
	margin-top: 20px;
}

#espacio_noticias {
	/*position: absolute;
	top: 85px;
	left: 0px;*/
	float: left;
	margin-top: 55px;
	/*height: 420px;*/
}

.noticia {
	/*position: absolute;
	top: 86px;
	left: 663px; 
	width: 210px;
	z-index: 2;*/
	float: left;
	width: 210px;
	padding-left: 640px;
	padding-top: 0px;
}

.noticia h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #b2bb1c;
	margin-top: 15px;
	margin-bottom: 5px;
}

.noticia h1.primero {
	margin-top: 0px;
}

.noticia p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 5px;
}

.noticia a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8c980a;
	text-decoration: none;
}

.noticia a:hover {
	text-decoration: underline;
}

.noticia a.ver_todas {
	font-weight: bold;
}