/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #b8b8b8;
	margin: 0px;
	background-image: url(imagenes/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
}
a {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.azul {
	font-size: 12px;
	color: #004387;
	margin: 0px;
	font-weight: normal;
}
.azul:link {
	font-size: 12px;
	color: #004387;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
}
.azul:visited {
	font-size: 12px;
	color: #004387;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
}
.azul:hover {
	font-size: 12px;
	color: #004387;
	margin: 0px;
	font-weight: normal;
	text-decoration: underline;
}
.azul:active {
	font-size: 12px;
	color: #004387;
	margin: 0px;
	font-weight: normal;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma;
	margin: 0px;
}
h1 {
	font-size: 12px;
	color: #004387;
	margin: 0px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	color: #000000;
	margin: 0px;
}
h3 {
	font-size: 16px;
	color: #000000;
	margin: 0px;
}
h4 {
	font-size: 14px;
	color: #FF0000;
	margin: 0px;
}
form {
	margin: 0px;
}
.main {
	border: 0px;
}
.bg_login {
	background-image: url(imagenes/ventana_login.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.bg_registro {
	background-image: url(imagenes/ventana_registro.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.bg_datospersonales {
	background-image: url(imagenes/ventana_datospersonales.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.bg_informacion {
	background-image: url(imagenes/ventana_informacion.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.bg_contacto {
	background-image: url(imagenes/ventana_contacto.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.bg_ofertas {
	background-image: url(imagenes/ventana_ofertas.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.logo_completo {
	padding-bottom: 13px;
}
.logo_completo2 {
	padding-bottom: 16px;
}
.txt {
	border: 1px solid #CCCCCC;
	font-size: 10px;
}
.txt2 {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	background-color: #FFE3E3;
}
.combo {
	width: 27em;
	border: 1px solid #CCCCCC;
	font-size: 10px;
}
.combo2 {
	width: 12em;
	border: 1px solid #CCCCCC;
	font-size: 10px;
}