.container {
   height: auto;
   overflow: hidden;
   padding:10px;
   background-color: white;
   margin-bottom: 120px;
}
    
.right {
    width: 30%;
    float: right;
    
	padding:10px;
}

.naranja{ background-color:#008B0B }



/*-----------------------------------------*/
.button_resevar1 {
display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;

    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    text-shadow: 1px 1px 1px #000000;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.2);

    background: #006699;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006699), color-stop(57%, #00496C));
    background-image: -webkit-linear-gradient(#006699, #00496C 57%);
    background-image: -moz-linear-gradient(#006699, #00496C 57%);
    background-image: -o-linear-gradient(#006699, #00496C 57%);
    background-image: linear-gradient(#006699, #00496C 57%);

    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.tachado{text-decoration:line-through;}
.precio{ font-weight:bold; color:#009900}

/*-----------------------------------*/
.css3button1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 7px 20px;
	background: -moz-linear-gradient(
		top,
		#0da6ff 0%,
		#0177bb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#0da6ff),
		to(#0177bb));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #3a5b9e;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

/*-------------------------------------*/



#cuadro1_iz{ width:85%; float:left; }
#cuadro1_de{ width:35%;float:right; background-color:#F9F7D9; padding:10px;}
.limpiar{ clear:both}
.alto20{ height:20px;}
.cuadro_reservas_blanco{ padding:10px; background-color:#FAFAFA; border:1px solid #E1E1E1}
.fuente_gris{ color:#666666}
.bordeblanco{ border:4px #FFFFFF solid}
.input{ padding:4px;}
input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}
#segura{ text-align:center; padding-top:50px; padding-bottom:50px}
#botones{ text-align:right; width:99%; background-color:#DBE6E8; padding:10px; color:#000}
.button_resevar{

display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;

    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    text-shadow: 1px 1px 1px #000000;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.2);

    background: #006699;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006699), color-stop(57%, #00496C));
    background-image: -webkit-linear-gradient(#006699, #00496C 57%);
    background-image: -moz-linear-gradient(#006699, #00496C 57%);
    background-image: -o-linear-gradient(#006699, #00496C 57%);
    background-image: linear-gradient(#006699, #00496C 57%);

    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}
.bordehabita{ border:#0099CC 1px solid}
.errores{ background-color:#F2DEDE; border:1px solid #E4BAC0; height:35px; color:#990000; text-align:center; display:none}
.error{ color:#990000}
.redondeado{-webkit-border-radius: 5px;border-radius: 5px; }
.box{ border:1px solid #999999; background-color:#F7FBFE}
.box .titulo{ background-color:#C5D3E0; text-align:center; padding:10px}
.box .normal{padding:10px; }
.opcion{ webkit-border-radius: 5px;border-radius: 5px; border:1px solid #999999; margin-bottom:10px; margin-top:10px; padding:10px; background-color:#FFFFFF }


.cuadro_redondo{ webkit-border-radius: 5px;border-radius: 5px; border:1px solid #999999; margin-bottom:10px; margin-top:10px; padding:10px; background-color:#FFFFFF }


.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 7px 20px;
	background: -moz-linear-gradient(
		top,
		#0da6ff 0%,
		#0177bb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#0da6ff),
		to(#0177bb));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #3a5b9e;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

/*------------------------------------------*/
button, input[type='button'], input[type='reset'], input[type='submit']{
    border: 0;
}

.hotel_mod_occupation{
    width: 68px;
    font-size: 11px;
}

.button, a.button-more{

    display: inline-block;
    height: 52px;
    line-height: 32px;
    padding: 0 15px;

    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
	color: #FFF; background-color:#006699;
	 width: 230px;
}
/*
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    text-shadow: 1px 1px 1px #000000;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.2);
	

    background: #006699;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006699), color-stop(57%, #00496C));
    background-image: -webkit-linear-gradient(#006699, #00496C 57%);
    background-image: -moz-linear-gradient(#006699, #00496C 57%);
    background-image: -o-linear-gradient(#006699, #00496C 57%);
    background-image: linear-gradient(#006699, #00496C 57%);

    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	*/
}

.button2{ display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;

    font-size: 14px;
    color: #FFF; background-color:#006699}

.button:hover, a.button-more:hover{
   /* background: #00496C;*/
	/*
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006FA4), color-stop(57%, #006FA4));
    background-image: -webkit-linear-gradient(#006FA4, #006FA4 57%);
    background-image: -moz-linear-gradient(#006FA4, #006FA4 57%);
    background-image: -o-linear-gradient(#006FA4, #006FA4 57%);
    background-image: linear-gradient(#006FA4, #006FA4 57%);
	*/
}

.errores{ background-color:#F2DEDE; border:1px solid #E4BAC0; height:35px; color:#990000; text-align:center; display:none}
.error{ color:#990000}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}	
.verdecito{ color:#003366}	
.blanco{ background-color: white }
#urgente{ 
color:white;
font-size: 14px;
background-color:#900;
padding: 4px;
border-radius: 5px;
}

.leftcolumn{ width: 60% }

@media print, screen and (max-width: 480px) {
 #cuadro1_iz{  display:block; width:100%}
 .leftcolumn{ width: 100% }
 .textoNara{ font-size: 18px }
 .medio{width: 320px;}
 .itemsMedio{width: 320px;}
}




