BODY {
	margin: 0px;
	background-color: #000000;
}
.bg_top {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/css_bg_top.jpg);
	height: 188px;
}
.bg_index {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/css_bg_index.jpg);
	height: 462px;
}
.bg_cuerpo {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/css_bg_cuerpo.jpg);
	height: 462px;
}
.bg_sinfin {
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(img/css_bg_sinfin.jpg);
}
.links_pie {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
.links_pie:hover {
	color: #B3E96B;
}
.borde_logo {
	border: 1px solid #000000;
}
.borde_foto {
	border: 1px solid #FFFFFF;
}
.titulos_index {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
}
.titulos {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	letter-spacing: 2px;
}
.texto_index {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 22px;
}
.texto {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #0D0D0D;
	text-decoration: none;
	line-height: 22px;
}
.texto:hover {
	color: #146EBA;
}
.colorfilete {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #806600;
}
.texto_revista {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #1A3C21;
	text-decoration: none;
	line-height: 14px;
}
.titulo_revista {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #1A3C21;
	text-decoration: none;
	font-weight: bold;
}
.bg_filete {
	background-image: url(img/css_bg_filete.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.borde_tabla {
	border: 1px solid #114D7F;
}

