
/*******ESTILOS FORMULARIOS*******/

fieldset{ border:none;}

legend{
	margin:5px 0px 10px -8px;
	color:#BA9500;
	font-weight:bold;
	border-bottom:solid 1px #BA9500;
}

.fila{
	clear:both;
	margin:2px 0px;
}

label {
	float:left;
	width:95px;
}

input, textarea{
	float:left;
	border:solid 1px #B6BDC5;
	background-color:#DEE2E7;
	color:#6A5915;
	font-size:110%;
	font-family:arial;
	padding:0px 4px;
	margin-right:15px;
	margin-bottom:5px;	
}

* html input{	
	height:15px;
	margin-bottom:2px;
}


select{
	float:left;
	border:solid 1px #B6BDC5;
	background-color:#DEE2E7;
	color:#6A5915;
	font-size:110%;
	font-family:arial;
	margin-right:15px;
	margin-bottom:5px;	
}


/**************ANCHURA DE LOS CAMPOS**************/


.anchura70{ 
	width:70px;  
	float:left;
	display:block;
}

.anchura90{ 
	width:90px;  
	float:left;
	display:block;
}

.anchura95{ 
	width:95px;  
	float:left;
	display:block;
}


.anchura125{ 
	width:125px;  
	float:left;
	display:block;
}


.anchura250{ 
	width:250px;  
	float:left;
	display:block;
}

.ancho50{width:50px;}

.ancho68{width:68px;}

.ancho75{width:75px !important;}

.ancho85{width:85px !important;}

.ancho95{width:95px;}

.ancho100{width:100px;}

.ancho120{width:120px;}

.ancho177{width:170px;}

* html .ancho177{width:175px;}

.ancho250{width:250px;}

.ancho290{width:290px;}

.ancho325{width:331px;}

* html .ancho325{width:325px;}


.ancho390{width:390px;}

.ancho450{width:450px;}

.oculto {
	display:none;
}


/*** comunes **/

.cua_datos {
	border:solid 1px #DEE2E7;
	background-color:#EFF1F3;
	color:#455466;
	font-size:110%;
	font-family:arial;
	margin:20px 00px 150px 0px !important;
	font-weight:bold;
	text-align:center;
	padding:30px 0px;
}

.cua_datos span{
	display:block;
	margin:10px 0px;
}
