body {
	background-color: #00a1e5;
	font-family: Arial;
font-size: 12px;
}
#contenedor {
	width: 990px;
	height: 550px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -275px;
	margin-left: -495px;
	background-color: #FFF;
	padding: 0px;
	overflow: hidden;
}
#izda_franja {
	width: 54px;
	height: 550px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/izda.gif);

}
#izda {
	height: 550px;
	position: absolute;
	width: 237px;
	left: 54px;
	top: 0px;
	background-image: url(../images/fondo_form.gif);

}
#izda_confirm {
	height: 550px;
	position: absolute;
	width: 237px;
	left: 54px;
	top: 0px;
	background-image: url(../images/fondo_form_confirm.gif);

}
#izda_logo {
	height: 138px;
	position: absolute;
	width: 237px;
	left: 0px;
	top: 0px;
}
#izda_form {
	position: absolute;
	width: 213px;
	left: 12px;
	top: 208px;
}
#izda_form_confirm {
	position: absolute;
	width: 213px;
	left: 12px;
	top: 201px;
}
#izda_form_thanks {
	position: absolute;
	width: 237px;
	left: 0px;
	top: 138px;
}

#dcha {
	height: 550px;
	position: absolute;
	width: 699px;
	left: 291px;
	top: 0px;
	border-top-color: #0F9;
	border-right-color: #0F9;
	border-bottom-color: #0F9;
	border-left-color: #0F9;
}
/* ----FORMULARIO---- */

input {
width: 97px;
height: 14px;
font-size: 11px;
color: #000;
border: 0px;
}

select {
width: 97px;
height: 18px;
font-size: 11px;
color: #000;
border: 0px;
}

.txtFormu {
color: #fff;
}

.txtFormu2 {
color: #A7E5FF;
font-size: 11px;
}

.noInput {
width: 15px;
height: 15px;
border: none;
}

.botonEnviar {
cursor: pointer;
width: 120px;
height: 36px;
border: none;
}
.botonModificar {
cursor: pointer;
width: 102px;
height: 34px;
border: none;
}
.botonConfirmar {
cursor: pointer;
width: 102px;
height: 34px;
border: none;
}

.linkPrivacidad {
font-size: 10px;
color: #A7E5FF;
}
.linkPrivacidad a {
font-size: 10px;
color: #A7E5FF;
}


/* ----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;
}

