@charset "utf-8";
/* CSS Document */
/*.banner_contacto {
background-image:url(../imagenes/iconos_publicidad/sin_reducir/vergara_dorado_45.jpg);
background-size:100vw 100vh;
}*/
iframe {
  box-sizing:border-box;
  box-shadow: 0 0 20px 1px rgba(0,0,0,0.3);
  margin-bottom:20px;
  padding: 5px;
  border:0px;
  border-radius: 10px;
}


form {
  max-width: 100%;
  padding: 10px;
  box-sizing:border-box;
  box-shadow: 0 0 20px 1px rgba(0,0,0,0.3);
  border-radius: 10px;
}
input, textarea  {
  width: 100%;
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
  border-radius: 10px;
  margin-bottom:20px;
  padding: 7px;
  box-sizing:border-box;
  font-size:17px;
  border: none;
}
textarea {
	min-height:100px;
	max-height:200px;
	max-width: 100%;
}
#boton_correo {
    background-color: rgba(9, 57, 130, 0.7);
	font-size: 20px;
	color: #FFF;
	padding: 10px;
	border: 0px;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.3);
    text-shadow:12px 1px 8px #000000;  /* Sombra del texto */
    box-shadow: inset 3px 3px 3px rgba(255,255,255,.7);
}
#boton_correo:hover {
	font-size: 30px;
    text-shadow: 3px 3px #000000;	
    border: 0px;
	color: #FFF;
	cursor: pointer;
}

