.back {
	background-attachment: fixed;
	background-color: #FF0000;
	background-image: url(../imagenes/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.back_black {
	background-color: #000000;
}
.back_blue {
	background-color: #006599;
}
.back_white {
	background-color: #FFFFFF;
}

body {
	margin: 0px;
	background-color: #000000;
}
.inputype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-left: 3px;
	border: 1px solid #FF0000;
}
.backs {
	background-attachment: fixed;
	background-image: url(../imagenes/backs.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000066;
}

.textgral_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textgral_contacto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	text-decoration: underline;
	color: #FFFFFF;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	border: 1px solid #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.padding {
	padding: 5px;
}

