@charset "utf-8";
body {
	font-family: Calibri, Arial, Helvetica;
	margin: 0px;
	color: #FFF;
	font-size: 20px;
	/*background-image: url("../images/fondo.jpg");*/
	background-repeat: no-repeat;
	background-position-x: center;
}
.textbox {
	font-family: Calibri, Arial, Helvetica;
	font-size: 20px;
	width: 220px;
}
.texto_error {
	color: #f30013;
	text-align: center;
	font-size: 24px;
}
.boton_1 {
	font-family: Calibri, Arial, Helvetica;
	font-size: 22px;
	color: #FFF;
	background-color: #11118b;
	width: 350px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tabla {
	background-color: #487eb0;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #11118b;
	text-decoration: none;
}
a:active {
	color: #11118b;
	text-decoration: none;
}