@charset "utf-8";
.texto_chico {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
}
.texto_error {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #FF3333;
	font-weight: bolder;
	font-style: oblique;
}
.texto_chico_sub {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	text-decoration: underline;
}
body {
	margin-top: 3px;
}
.texto_normal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
.texto_normal_apagado {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #CCCCCC;
}
.texto_normal_justificado {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	text-align: justify;
}
a:link {
	color: #007EC7;
}
a:visited {
	color: #007EC7;
}
.background {
	background-attachment: fixed;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.texto_ejemplos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.texto_combo_apagado {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #CCCCCC;
}
.texto_ejemplos_apagado {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.marginar-izquierda {
	float: left;
}
.marginar_derecha {
	float: right;
}
.resaltado_naranja {
	color: #FF6600;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.resaltado_azul {
	color: #008FE2;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.resaltado_naranja2 {
	color: #FF6600;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.resaltado {
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
}
.tabla {
	text-align: center;
	vertical-align: middle;
	margin-top: 15px;
}
.texto_footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.texto_logo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #008FE2;
	font-size: 11px;
	letter-spacing: 0.2em;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin solid #008FE2;
	width: 900px;
	height: 350px;
	padding: 10px;
	background-image: url(images/trans2.png);
}