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


#formulario p{
	clear: both;
}
#formulario{
	display:block;
	position: relative;
	margin: 10px auto;
	width: 95%;
	max-width: 800px;
	padding:20px;
	color:#000;
	text-align:left;
	background: #DEE6F2;
}

#formulario input, #formulario textarea{
	width: 60%;
	max-width: 480px;
	padding:8px;
	margin:3px 10px;
	color:#000;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight:bold;
	box-shadow: #CCC 4px 4px 4px inset;
	border-radius: 0 0 8px 0;
	border: #A8B4C4 1px solid;
}
label{
	display: block;
	float: left;
	width: 30%;
	min-width: 150px;
}
.casilla{
	width:auto !important;
	border-width: 0 !important;
	background:#000 none !important;
	margin: 0 5px 0 10px !important;

}
.boton{
	background:#004EBB !important;
	color:#FFF !important;
	font-weight:bold;
	width: auto !important;
	padding: 8px 20px !important;
	box-shadow: none !important;
	border-radius: 0 0 12px 0;
}
.boton:hover{
	background:#E20 !important;
}

