/* CSS Document NOTICIAS */
#Layout_noticia {
	position:absolute;
	left:0px;
	top:0px;
	width:380px;
	height:220px;
}

#tit-noticia_ {
	position:absolute;
	left:0px;
	top:0px;
	width:380px;
	height:24px;
	background-color: #86a4ca;
}
/*

#tit_noticia {
	width:956px;
	height:28px;
	background-color: #86A4CA;
}*/

#Cuerpo-noticia_{
	position:absolute;
	left:0px;
	top:24px;
	width:380px;
	height:190px;
	background-image: url(../images/bkg.jpg);
}

#imagen-noticia_ {
	position:absolute;
	left:9px;
	width:127px;
	height:152px;
	top: 10px;
}

#Texto_noticia {
	position:absolute;
	left:136px;
	top:10px;
	width:235px;
	height:152px;
	margin-left: 10px;
}

#links-noticia_ {
	position:absolute;
	left:9px;
	top:183px;
	width:362px;
	height:28px;
	background-image: url(../images/bkg_links.jpg);
}

#footer-noticia_ {
	position:absolute;
	left:0px;
	top:211px;
	width:380px;
	height:9px;
}
/*///////////////////////////////////Textos----------------*/

.tit_noticia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #424242;
	text-decoration: underline;
}
.desarrollo_noticia_index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}
.link_ver_mas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e07004;
}
.link_ver_mas a:link,
.link_ver_mas a :visited {
	text-decoration: underline;
	color: #E07004;
}

.link_ver_mas a:hover {
	color: #E07004;
	text-decoration: none;
}
/*///////////////////////////////////Textos Links----------------*/
.link_mas_noticias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e7899;
	padding-top: 7px;
}
.link_mas_noticias a:link,
.link_mas_noticias a :visited {
	text-decoration: underline;
	color: #294e82;
}

.link_mas_noticias a:hover {
	color: #294e82;
	text-decoration: none;
}
</style>
	
