﻿/**** formulario ISGASTRONOMIA ****/

h2 {	
background: #3d4045 !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
p {
	/*color: #555;*/
	float: none !important ;
}
a{
	color: #000;
}

a:hover{
	color: #58a81a;
}

#clausula p {
	color: #555 !important;
}
input {
	width: 500px !important;
}
#boton input{
	width: auto !important;

}
#checklopd{
	width: auto !important;

}
#imagen_informacion {
	    height: 300px!important;
}
@media (max-width:600px) {
input, textarea[cols], input[size] {
    width: 100% !important;
}
 }