@charset "utf-8";
/* CSS Document */



#formulario {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width:237px;
	height: 288px;
}
#formulario_thanks {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 237px;
	height: 288px;
	background-image:url(../images/fondo_form_gracias.gif);
	background-repeat: no-repeat;
	}
.form {
	background-image:url(../images/fondo_form.gif);
	background-repeat: no-repeat;
	height: 288px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 237px;
}


.formconfirm {
	background-image:url(../images/fondo_form_comprueba.gif);
	background-repeat: no-repeat;
	height: 288px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 237px;
}

input {
	font-size: 12px;
	width: 142px;
	height: 15px;
	border: solid 1px #7c7c7c;
}
select {
	font-size: 12px;
	width: 142px;
	height: 20px;
	border: solid 1px #7c7c7c;
}
.noinput {
	width:14px;
	height: 14px;
	border: none;
}
.txtForm {
	text-align:left;
	font-size: 11px;
	color:#666666;
	font-family: Verdana, Geneva, sans-serif;
}
.txtConfirm {
font-size: 12px;
color: #000;
text-align: left;
}
.txtPrivacidad {
	text-align:left;
	font-size: 9px;
	color:#666666;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.txtPrivacidad a{
	text-align:left;
	font-size: 9px;
	color:#666666;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
.txtPrivacidad a:hover{
	text-align:left;
	font-size: 9px;
	color:#666666;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.txtComprueba {
	text-align:left;
	font-size: 11px;
	color:#962b35;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	line-height: 13px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.botonModificar{
	cursor: pointer;
	width: 100px;
	height: 34px;
	border: 0px none;
	background-image: url(../images/bot_modificar.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #f3f3f3;
}
	 
.botonConfirmar{
	cursor: pointer;
	width: 109px;
	height: 34px;
	border: 0px none;
	background-image: url(../images/bot_confirmar.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f3f3f3;
}
/* ----PRIVACIDAD---- */

body.privacidad {
	margin: 10px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #666;
	text-align: justify;
	background-color: #FFF;
}
body.privacidad a {
	margin: 10px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #666;
	text-align: justify;
	background-color: #FFF;
	text-decoration: underline;
}
body.privacidad a:hover {
	margin: 10px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #666;
	text-align: justify;
	background-color: #FFF;
	text-decoration: underline;
}