@charset "utf-8";
body {
	font-family: Cambria;
	margin: 0px;
	color: #FFF;
	font-size: 20px;
	background-color: #b5b3b4;
	background-image: url(../images/fondo.jpg);
}
.textbox {
	font-family: Cambria;
	font-size: 20px;
	width: 220px;
}
.texto_error {
	color: #F30;
	text-align: center;
	font-size: 24px;
}
.boton_1 {
	font-family: Cambria;
	font-size: 22px;
	color: #FFF;
	background-color: #13395e;
	width: 350px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tabla {
	background-color: #0c5099;
}
