body {
	background-color: #fbba00;
	font-family: Verdana, Geneva, sans-serif;
}
#contenedor {
	width: 990px;
	height: 550px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -275px;
	margin-left: -495px;
	background-color: #fbba00;
	padding: 0px;
	overflow: hidden;
}
#izda {
	height: 550px;
	position: absolute;
	width: 222px;
	left: 54px;
	top: 0px;
	background-image: url(../images/izda_fondo.jpg?Sds);
	background-repeat: no-repeat;
}
#izda_relleno {
	height: 550px;
	position: absolute;
	width: 54px;
	left: 0px;
	top: 0px;
	background-image: url(../images/izda_relleno.jpg);
	background-repeat: no-repeat;
}
#izda_masinfo {
	height: 81px;
	position: absolute;
	width: 222px;
	left: 0px;
	top: 0px;
}
#izda_form {
	height: 375px;
	position: absolute;
	width: 222px;
	left: 0px;
	top: 81px;
	background-image: url(../images/regform.gif?Sdsd);
	background-repeat: no-repeat;
}
#izda_form_confirm {
	height: 375px;
	position: absolute;
	width: 222px;
	left: 0px;
	top: 81px;
	background-image: url(../images/regconfirm.gif);
	background-repeat: no-repeat;
}
#izda_form_thanks {
	height: 375px;
	position: absolute;
	width: 222px;
	left: 0px;
	top: 81px;
	background-repeat: no-repeat;
}
#izda_ctc {
	height: 71px;
	position: absolute;
	width: 222px;
	left: 0px;
	top: 465px;
}

#dcha {
	height: 550px;
	position: absolute;
	width: 715px;
	left: 275px;
	top: 0px;
	border-top-color: #0F9;
	border-right-color: #0F9;
	border-bottom-color: #0F9;
	border-left-color: #0F9;
}


.regform {
padding: 64px 14px 0px 14px;
}

.txtRegform {
	font-size: 12px;
	color: #fff;
	text-align: left;
}

.txtConfirm {
font-size: 10px;
color: #fff;
text-align: left;
}

input {
	width: 130px;
	height: 15px;
	border: 1px solid #f7a900;
	font-size: 12px;
	color: #000;
	background-color: #f9b900;
}

select {
	width: 128px;
	height: 20px;
	border: 1px solid #f7a900;
	font-size: 12px;
	color: #000;
	background-color: #f9b900;
}
select.hora {
	width: 87px;
	height: 20px;
	background-color: #f9b900;
}

.txtPrivacidad {
	font-size: 9px;
	color: #fff;
	text-align: left;
}
.txtPrivacidad a {
color: #fff;
}

.noInput {
	width: 14px;
	height: 14px;
	border: none 0px;
	background-color: #6a3328;
}

.botonEnviar {
	cursor: pointer;
	width: 88px;
	height: 28px;
	background: url(../images/boton_enviar.gif) no-repeat;
	border: none;
	margin-left: 90px;
}

.botonConfirmar {
	cursor: pointer;
	width: 88px;
	height: 28px;
	background: url(../images/boton_confirmar.gif) no-repeat;
	border: none;
}

.botonModificar {
	cursor: pointer;
	width: 72px;
	height: 23px;
	background: url(../images/boton_modificar.gif) no-repeat;
	border: none;
}

/* ----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;
}
