@charset "utf-8";
body {
	font-family: Calibri, Arial, Helvetica;
	margin: 0px;
	color: #FFF;
	font-size: 20px;
	background-color: #FFF;
}
.textbox {
	font-family: Calibri, Arial, Helvetica;
	font-size: 20px;
	width: 220px;
}
.texto_error {
	color: #ff0000;
	text-align: center;
	font-size: 24px;
}
.boton_1 {
	font-family: Calibri, Arial, Helvetica;
	font-size: 22px;
	color: #FFF;
	background-color: #13498f;
	width: 350px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tabla {
	background-color: #74899c;
}
