.fondologo {
	background-image: url(../_gif/logo.jpg);
	background-repeat: no-repeat;
}
.lineafondo {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCFCE;
}
.fondo {
	background-image: url(../_gif/fondo.jpg);
	background-repeat: no-repeat;
	border: 1px solid #333333;
}
.formulario {
	border: 1px solid #990000;
	width: 250px;
	font-family: Verdana, Arial, Times;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.botones {
	background-image: url(../_gif/boton.jpg);
	background-repeat: no-repeat;
	background-color: #990000;
	font-family: Times, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.textonegrita {
	font-family: Times, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

