/******************************************************************************************************
Formulario
******************************************************************************************************/
#formulario
{
	background-color: #FFE194;
/*#FFCC00;*/
	border: 1px solid #FFCC33;
/*#CCCCCC;*/
	margin-top: 10px;
	margin-bottom: 10px;
}
#formulario H1
{
	color: #676766;
/*#2763A5;*/
	text-align: center;
}
#formulario H2
{
	color: #2762A5;
	text-align: center;
}

#formulario H4
{
	color: #676766;
	text-align: center;
/*	margin-top: 0px;		*/
	font-size: 11px;
	font-style: oblique;	
}

#formulario .seccion
{
	color: #010101;
/*text-align : center;*/
	border-bottom: 1px solid #676766;
	font-size: small;
	display: block;
	/*[disabled]background:#F2F4F5;*/
	margin: 8px 0px 4px;
	padding: 0px;
}
FORM
{
/*background-color: #FFCC00;
#BFA87B;
#E8E595;
Amarillo  #FFCC00;
Gris #EEEEEE;
font-size: 1.3em;*/
	font-size: 11px;
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
/*border : solid 1px #CCCCCC;*/
	width: 400px;
}
FORM HR
{
	height: 0px;
/*solo queremos borde*/
	text-align: left;
	border-top: 0px;
/*quita el grosor extra de Opera y FFox*/
	border-bottom: 1px solid #263248;
}
FORM H1
{
	color: #263248;
/*color:#2763A5;*/
	text-align: left;
/*border-bottom : solid 2px #263248;*/
	font-size: 1.5em;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
}
FORM H2
{
	color: #263248;
	text-align: left;
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
}
FIELDSET
{
	border: none;
}
/*fieldset legend{
color: #2763A5;
font-size: 1.2em;
font-weight: bolder;
}*/
FORM LABEL
{
	text-align: right;
	vertical-align:middle;	
}
.myBox
{
	margin-top: 20px;
/*border: 0px solid #ffffff;
color: #ffffff;
width: 60%;
padding: 20px;
text-align: left;
background-color: #ff0000;
border: 3px solid #ffffff;
/*
background-image: url(back_test2.jpg);
background-repeat: no-repeat;
*/
}
.button
{
	border: none;
/*margin-left: 120px;*/
	height: 60px;
	width: 240px;
/*	background: url(../imagenes/calcular_n.gif) no-repeat left top; */
/*	background: url(../imagenes/enviar-solicitud-para.gif) no-repeat left top;*/
/*	background: url(../imagenes/solicitar_presupuesto.gif) no-repeat left top; */
/*	background: url(../imagenes/solicitar_presupuesto_flech.gif) no-repeat left top;	*/
        background: url(../imagenes/boton-enviar-solicitud.png) no-repeat left top;
	
	
	position: relative;
	top: 5px;
	left: 80px;
/*	cursor: hand;*/
	margin-bottom: 10px;	
}
.botonContacto
{
	border: none;
	margin-left: 120px;
	height: 35px;
	width: 140px;
/*	background: url(../imagenes/enviar.gif) no-repeat left top; */
        background: url(../imagenes/boton-enviar.png) no-repeat left top;
}
/*
td{
border : solid 1px #CCCCCC;
}
*/
.grupo
{
	padding-left: 20px;
}


input {  
		vertical-align:middle;	    
/*        border: 2px solid #888;  
        padding: 4px;  
        font-size: 1em;  
        background-color: #F8F8F8;   */
    }  
    
/*       input:focus {  
	       border: 2px solid #888;  
     outline: none;  
 }  */
 
.opcional
{
	color: red;
}

.vertical
{
vertical-align:middle;
}
