/*************** Contacto ****************/

.dialogo { display: none; }

form#bax_contacto { position: relative; margin: 0 auto; padding: 20px; width: 443px;  min-height: 260px;}
form#bax_contacto div.texto { padding-top: 30px; }
form#bax_contacto label { width: 80px; margin-bottom: 10px; display: inline-block; vertical-align: top; padding-top: 4px; } 
form#bax_contacto label.largo {
	width: 100%;
	text-align: center;
	background: rgba(240, 240, 240, 0.3);
	margin-bottom: 4px;
	color: #222;
	font-weight: bold;
	display: none;
}
form#bax_contacto label.largo.error {
	display: block;
}
form#bax_contacto input[type=text], form#bax_contacto select { background: white; display: inline-block; width: 356px; margin-bottom: 10px; border: 1px solid #AAA; height: 24px;}
form#bax_contacto input[type=button] {
	background: url(../image/donaciones-flecha.png) no-repeat right 5px #006577;
	padding: 4px;
	padding-right: 24px;
	height: 27px;
	cursor: pointer;
	display: block;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	border: none;
}

form#bax_contacto input[type=button]:hover { background-color: #ADADAD; }

form#bax_contacto textarea { background: white; border: 1px solid #AAA; width: 356px; height: 105px; margin-bottom: 10px; }
form#bax_contacto input.captcha, form#bax_contacto img.captcha { width: 88px; height: 24px; margin: 0px 4px; vertical-align: middle; }
form#bax_contacto input.captcha { width: 54px; }
form#bax_contacto label.captcha { margin-bottom: 17px; }
form#bax_contacto input.error, form#bax_contacto textarea.error { background: #E05454 !important; }
form#bax_contacto .loading { width: 487px; height: 460px; position: absolute; background: url(../image/ajax_loader.gif) center no-repeat rgba(255, 255, 255, 0.7); display: none; left: 0; z-index: 20;}
form#bax_contacto .formulario { display: block; }
form#bax_contacto .agradecimiento { display: none; }

form#bax_contacto.agradecimiento .formulario { display: none; }
form#bax_contacto.agradecimiento .agradecimiento { display: block; }

form#bax_contacto .agradecimiento h1 { padding-left: 5px; }
