@charset "UTF-8";
.fondo_flash {
	background-image: url(imagenes/fondo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.texto_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: bottom;
}
.Subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.volver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.enlace {
	color: #006699;
	text-decoration: none;
}
.formulario {
	background-color: #FFFFFF;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.boton {
	background-color: #99FF00;
	border: thin solid #333333;
}
.enlace2 {
	color: #006699;
	text-decoration: none;
	font-size: 10px;
}
