@charset "utf-8";
/* CSS Document */

/* General */
	img {border:none;}
	li {list-style:none;}

/* Propiedad para dar accesibilidad en el caso de imagenes desabilitadas. */
	h1 { position:absolute; width:766px; z-index:1; top:0; left:0;}
	h1 span { position:absolute; z-index:-1; top:0; left:0; font-size:12px; text-align:right; width:766px; background-color:#CCCCCC; height:17px;}
	
	
	#contenedorNieve {position:relative; z-index:0; float:left; width:766px; background:#fff; height:836px; }
	#imgNieve, #condicionesNieve {position:absolute;}
	#imgNieve {width:766px; z-index:1; top:0; left:0;}
	#condicionesNieve {width:352px; height:102px; z-index:2; background:url(http://www.viajeselcorteingles.es/tiendas_e/eci/viajes/imagenes/nieve/fondo.gif) no-repeat; display:none; top:170px; left:380px; text-align:center}
	
	#condicionesNieve .txtNieve {color:#315cab; font-family:verdana; font-size:9px; width:330px; padding:25px 0 0 0px; text-align:justify; margin:auto;}
	#condicionesNieve #CerrarCondiciones {color:#44a4d3; font-family:verdana; font-size:10px; text-decoration:underline; margin:2px 0 0 140px; cursor:pointer; width:30px; height:15px;}
	#condicionesNieve #CerrarCondiciones:hover {color:#315cab;}
