/* CSS Document */


/* css PopUp-- ------------------------------------------------------------
--------------------------------------------------------------------------- */
#blanket {

   background-color:#111;
   opacity: 0.10;
/*   opacity: 0.10;*/
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
/*	background-image: url(../img/fondo-calc-hipo-es.png);*/
	width:530px;
	height:416px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
	font-family: Arial, Helvetica, sans-serif;
}

#caja-izq {
	position:relative;
	width:232px;
	height:416px;
	padding-top:0px;
	float: left;
	text-align: right;
}

#caja-cen {
	position:relative;
	width:140px;
	height:100px;
	padding-top:220px;
	float: left;
	text-align: left;
}
#caja-cen input {
	font-size: 12px;
	color: #000;
	width: 140px;
	height: 22px;
	border: 1px solid #999999;
	text-align: right;
	padding-bottom:5px;
	border-bottom-width:2px;
}
#linea {
	height:20px;
	font-size:12px;
	color: #fff;
}
#linea-cerrar {
	background-image: url(../img/fondo-calc-hipo-boton.png);
	width:29px;
	height:29px;
	font-size:12px;
	color: #fff;
	float: right;
	text-align: right;
	cursor: pointer;
}
#linea-boton-calcular {
	background-image: url(../img/boton-calcular-cuota.png);
	width:76px;
	height:16px;
	float: right;
	text-align: right;
	cursor: pointer;
}

#caja-der {
	position:relative;
	width:70px;
	height:100px;
	padding-top:200px;
	padding-left:5px;
	float: left;
	text-align: left;
}
