@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../lbg.gif);
}

.texto_contenido_rojo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #771B0E;
}

.titulo_rojo {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #771B0E;
font-size: 36px
}

.texto_contenido {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #771B0E;
}

.texto_pie {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #F9F8F3;
}

.texto_negro {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px
}

.texto_contenido2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #e7e0ce;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #990000;
}
.campo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
	border: 1px solid #CC0000;
	background-color: #FBFAF5;
	}