:focus{
	outline: 0;
}

.form-full{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    position: absolute;
    display: none;
}




.form-cnt{
   display: block;
    /* position: relative; */
    height: 650px;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 2%;
    font-size: 14px;
    overflow: auto;
    
}

#formFull{
    display: none;
}


.form-cnt h1{
	font-size: 16px;
}


.form-cnt h2{
	font-size: 16px;
}



.form-cnt input{
	
}

.formError{
	border-color:red;
	/*
background: red;
	color: red;
*/
}



#esAcre,#enAcre,#esSolicitud,#enSolicitud{
	float: right;
	margin-left: 10px;
}



.en{
	display: none;
}


.combo{
	display: none;
}

.direccionMedio{
	display: none;
}

.productorMedio{
	display: none;
}



.respuestasForm{
/* 	display: none; */
/* color: green; */
padding: 10px 10px 10px 0;
display: none;

}




.cargandoImagen{
	display: none;
	
}


.eliminaImagen{
	display: none;
}

#nombre_imagen{
	display: none;
}



.textosAnteriores{
	/*
width: 80%;
	height: 100%;
	position: absolute;
	background: red;
*/
}

.ocultaFormulario{
	display:none;
}