/* CSS Document */

#formulario {
	height: 408px;
	width: 600px;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	padding: 20px;
}
#formulario #form1{
	width: 100%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
.fila {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	color: #237887;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}
  .fila label {
	display:block;
	float:left;
	margin-top:2px;
	width:15%;
	padding-right: 20px;
	text-align: right;
}
.caja_texto {
	font-size: 12px;
	color: #2E98AB;
	width: 60%;
	background-color: #F8FBFC;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;
}
legend {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	color: #FE9900;
	text-transform: lowercase;
	font-weight: bold;
	text-align: left;
}
fieldset {
	border: 1px dashed #FE9900;
	padding-top: 20px;
	padding-bottom: 10px;
}

.enviar {
	text-align: center;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #2E98AB;
	margin-right: 135px;
}
#contenedor #cuerpo_principal_circulo #formulario #form1 .enviar #movil {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #71A9B3;
	margin: 0px;
	width: 120px;
	float: right;
}

.cont_central p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}
#formulario p {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.texto_11 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left!IMPORTANT;
}
.solicita {
	width: 366px;
	float: left;
}
.texto_11 a {
	color: #237583;
	text-decoration: none;
}

.formula {
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: bold;
	color: #2E98AB;
	font-size: 15px;
	line-height: 18px;
	width: 100%;
	float: right;
}
.clear {
	clear: both;
	float: left;
}
/*clases para la validacion */
#error{
	margin-left: 100px;
	color: #FF0000;
	font-weight: bold;
}
input.error { border: 1px dotted red; }
div.container {
	background-color: #F9F9F9;
	border: 1px solid red;
	width: 490px;
	padding-right: 97px;
	font-family: "Trebuchet MS", Verdana;
	margin-bottom: 20px;
}
div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
	color: #999999;
}
.aviso_errores{
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
div.container { display: none }
.container label.error {
	display: inline;
}
/*form.cmxform label.error {
	display: block;
	margin-left: 1em;
	width: auto;
}*/
/*---------------------------------------------*/
.clear_sin {

	clear: both;
}

