.Fondo {
	background-image: url(imagenes/Fondo1.jpg);
	background-repeat: no-repeat;
}
.Texto {
	font-size: 12px;
	color: #DFDFDF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.Titulo {
	font-family: "trebuchet MS";
	font-size: 17px;
	font-weight: bold;
	color: #AC9675;
}
.Borde {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AC9675;
}
.Links {
	font-family: Arial Narrow;
	font-size: 11px;
	color: #AC9675;
	text-decoration: none;
}
A.Links {
	font-family: Arial Narrow;
	font-size: 11px;
	color: #AC9675;
	text-decoration: none;
}
A.Links:hover {
	font-family: Arial Narrow;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.LinksOn {
	font-family: Arial Narrow;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
A.LinksOn {
	font-family: Arial Narrow;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
A.LinksOn:hover {
	font-family: Arial Narrow;
	font-size: 11px;
	color: #AC9675;
	text-decoration: none;
}
.FondoIndex {
	background-image: url(imagenes/Fondo.jpg);
	background-repeat: no-repeat;
}
.TextoFormulario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DFDFDF;
	text-decoration: none;
}
.TextoIndex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DFDFDF;
	text-decoration: none;
}
.FondoIndexFinal {
	background-image: url(imagenes/FondoIndex.jpg);
	background-repeat: no-repeat;
}
