
#contact_abajo{
	display:none;
	float:left;
	width:50%;
	height:450px;
	min-height:500px;
/*	background-image:url(../imagenes/fondo_contact.jpg);*/
	background-size:cover;
	background-color:#000;
}


#titulo_contact{
	float:left;
	width:71%;
	padding:0%;
	font-size:30px;
	font-weight:bold;
	color:#333;
	height:auto;
	background:;	
}

#area_formulario{
	float:left;
	width:100%;
	height:auto;
	background:;
	color:#333;
	font-size:15px;	
}

.form_contact{
	padding:10px;
	width:60%;
	border:2px solid #CCC;
	background:#E5E5E5;
	font-size:14px;
}

#descripcion_contact{
	float:left;
	width:90%;
	padding-top:10px;
	font-size:13px;
	color:#FFF;
	height:auto;
	line-height:18px;
	background:;	
}



/******************************************/
/***    DISEÑO PARA TABLETAS  HORIZONTAL   ****/
/******************************************/
@media only screen and (max-width:1024px){



@media only screen and (max-width:900px){


#contact_abajo{
	display:block;
	float:left;
	width:100%;
	height:auto;
/*	background-image:url(../imagenes/fondo_contact.jpg);*/
	background-size:cover;
	background-color:#000;
}

.form_contact{
	width:90%;
}

}

/******************************************/
/***    DISEÑO PARA TABLETAS           ****/
/******************************************/
@media only screen and (max-width:768px){



}

/******************************************/
/***    DISEÑO PARA MOVILES 480        ****/
/******************************************/
@media only screen and (max-width:480px){

#contact_abajo{
	background-size:auto;
	height:200px;
}
	
}
/******************************************/
/***    DISEÑO PARA MOVILES 320        ****/
/******************************************/
@media only screen and (max-width:320px){

}
/******************************************/
/***    DISEÑO PARA MOVILES 240        ****/
/******************************************/
@media only screen and (max-width:240px){
	

}