@charset "utf-8";
/* CSS Document */

.txt_normal{ font-family:calibri, tahoma, arial; font-size:13px; color:#333;}

.txt_forms { font-family:tahoma, calibri, arial; font-size:12px; font-weight:bold; text-shadow:#FFF 0.09em 0.09em}

.titulo_validacion { font-family:calibri, tahoma, arial; font-size:16px; font-weight:bold; color:#3E668E;}

.inputbox {
	border:none;
	padding:0px;
	width:202px;
	height:40px;
	padding:5px;
	border:#F5F5F5 solid 1px;
	font-family:calibri, tahoma, arial;
	font-size:25px;
	font-weight:bold;
	color:#999;
}

.select {
	border:none;
	padding:0px;
	width:410px;
	height:40px;
	padding:5px;
	border:#F5F5F5 solid 1px;
	font-family:calibri, tahoma, arial;
	font-size:16px;
	font-weight:bold;
	color:#999;
}
hr { height:1px; background-color:#BFD2EA; border:1px;}
.Contenido{
	position:relative;
	top: -9px;
}
.Footer{
	position:relative;
	top: -18px;
}
