BODY {
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-image: url(img/css_bg_iframe_index.jpg);
}
.titulos_index {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
}
.titulos_noticias_index {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #64B5FD;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.link_leer_mas {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #97E369;
	text-decoration: none;
	text-transform: uppercase;
}
.link_leer_mas:hover {
	color: #FFCC00;
}
.texto_index {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 22px;
}
.borde_foto {
	border: 1px solid #FFFFFF;
	padding: 1px;
}

