/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
/*top, right, bottom, left*/
* { padding:0; margin:0; }
#page-wrap { width:100%; overflow: hidden; height: 100%;}
.info-col {float:left; width: 132px; height: 100%; padding: 30px 0 0 0px;}/*titulo*/
.info-col h2 {text-align: center; font-weight: bold; padding: 7px 0; font-size: 16px; font-family: "Lucida Grande", Arial, sans-serif; color:#161613; }

.image { height: 136px; text-indent: -9999px; display: block; border-right: 1px solid white; }
.paqueteUno { background: url(../../imagenes/hotel/paquete1.png) center center no-repeat;}
.paqueteDos { background:url(../../imagenes/hotel/paquete2.jpg) center center no-repeat;}
.paqueteTres { background:url(../../imagenes/hotel/paquete3.png) center center no-repeat;}
.paqueteCuatro { background: url(../../imagenes/hotel/paquete4.jpg) center center no-repeat;}
.paqueteCinco { background: url(../../imagenes/hotel/paquete5.jpg) center center no-repeat;}
.paqueteSeis { background: url(../../imagenes/hotel/paquete6.jpg) center center no-repeat;}
.paqueteSiete { background: url(../../imagenes/hotel/paquete7.jpg) center center no-repeat;}
dt {padding: 1px; background: #900; color: white; border-bottom: 1px solid white; border-right: 1px solid white; border-left: 1px solid white; font-size: 16px; font-style:normal; font-family: "Lucida Grande", Arial, sans-serif; text-align:center;}
dd {position: absolute; left: -9999px; top: -9999px; width: auto; background: #900; padding: 10px; color: white; border-right: 1px solid white; text-align:justify; font-size: 14px; font-style:normal; font-family: "Lucida Grande", Arial, sans-serif; border-left: 1px solid white;}

dt:nth-of-type(1) { background: #b44835; }
dd:nth-of-type(1) { background: #b44835; }

dt:nth-of-type(2) { background: #ff7d3e; }
dd:nth-of-type(2) { background: #ff7d3e; }

dt:nth-of-type(3) { background: #ffb03b; }
dd:nth-of-type(3) { background: #ffb03b; }

dt:nth-of-type(4) { background: #c2a25c; }
dd:nth-of-type(4) { background: #c2a25c; }

dt:nth-of-type(5) { background: #4c443c; }
dd:nth-of-type(5) { background: #4c443c; }

dt:nth-of-type(6) { background: #656b60; }
dd:nth-of-type(6) { background: #656b60; }

.curCol { /*-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); z-index: 1; position: relative;*/
-moz-box-shadow: 0 0 2em #D1CFCF;
-webkit-box-shadow: 0 0 2em #D1CFCF;
box-shadow: 0 0 2em #D1CFCF;}

#tableTarifas
{
	padding:5px 5px 5px 5px;
	width:auto; height:auto;
	border: solid 1px #D1CFCF;	
	-moz-box-shadow: 0 0 1em #D1CFCF;
	-webkit-box-shadow: 0 0 1em #D1CFCF;
    box-shadow: 0 0 1em #D1CFCF;
	background-color:#FFF;
}
#tableTarifas td{ width: auto; height:auto; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:14px; color:#161613; text-align:left; vertical-align:top;}
#tableTarifas span{ width: auto; height:auto; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:16px; color:#F60; font-weight:bold;}
#tableTarifas img{ border:none; background-repeat:no-repeat; margin-top:1px; margin-bottom:9px; margin-left:1px; margin-right:1px;}