BODY {
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-image: url(img/css_bg_iframe_interna.jpg);
}

/*secciones */
.titulos {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	letter-spacing: 2px;
}
.texto {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #0D0D0D;
	text-decoration: none;
	line-height: 22px;
}
.texto:hover {
	color: #146EBA;
}
.texto_chiquito {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #0D0D0D;
	text-decoration: none;
}
.texto_chiquito:hover {
	color: #146EBA;
}

.colorfilete {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #806600;
}

/* revistas */
.titulo_revista {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #104E81;
	text-decoration: none;
	font-weight: bold;
}
.texto_revista {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #1A3C21;
	text-decoration: none;
	line-height: 14px;
}
.borde_tabla {
	border: 1px solid #114D7F;
	background-color: #FFFFFF;
}

/* noticias */
.titulo_noticia {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.texto_noticia {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #0D0D0D;
	text-decoration: none;
	line-height: 22px;
}
.titulo_noticia_interna {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #1868AF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;


}
.texto_noticia_interna {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #0D0D0D;
	text-decoration: none;
	line-height: 22px;
}
.link_volver {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0F0F0F;
	text-decoration: none;
}
.link_volver:hover {
	color: #CC0000;
}
.link_leer_mas {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #3E5B00;
	text-decoration: none;
	text-transform: uppercase;

}
.link_leer_mas:hover {
	color: #BF9900;
}
.fecha_noticia {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #0D0D0D;
	text-decoration: none;
	line-height: 22px;
}
/* revistas */
.bg_ficha_revista {
	background-color: #27BAFD;

}
.titulo_ficha_revista {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.texto_revista {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}

/* fotos */
.borde_foto {
	border: 1px solid #0C0C0C;
}

/* */

.bg_filete {
	background-image: url(img/css_bg_filete.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

