@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, verdana, sans-serif;
	color: rgba(0,0,0,0.5);
	margin: 0px;
	background: rgba(0,0,0,0.05);

    opacity: 1;
    transition: 1s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}
.contenedor{
	margin: 25px auto;
	border: solid 2px rgba(0,0,0,0.3); 
	border-radius: 5px;
	background: rgba(255,255,255,1);
	padding: 25px;
	text-align: center;
	max-width: 700px;
	width: 95%;
	box-shadow: 0 5px 30px rgba(0,0,0,0.2);
}
.bloque{
	display: inline-block; 
	text-align: center;
}
.centro{
	text-align: center;
}
.izquierda{
	text-align: left;
}
.derecha{
	text-align: right;
}
.justificado{
	text-align: justify;
}
.rojo{
	color: rgba(255,0,4,1.00);
}

.azul{
	color:rgba(0,13,255,1.00);
}

.verde{
	color:rgba(7,99,18,1.00);
}

input[type="submit"]{
	padding: 10px 15px;
	font-size: 16px;
}
input[type="date"], select, textarea, input[type="text"],  input[type="number"], input[type="email"], input[type="password"] {
	margin: 5px;
	padding: 10px 15px !important;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	border: solid 1px rgba(0,0,0,0.1);
}
.confirmacion input[type="text"]{
width:320px;
} 
.confirmacion select{
width:350px;
} 

label{
	font-size: 20px;
	font-weight:400;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color:rgba(0,47,3,0.8); 
	vertical-align: top;
}
.datosC {
    display: inline-block;
    width: 200px;
    text-align: right;
    padding: 10px;
    font-weight: bold;
    line-height: 5px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    color: rgba(0,47,3,0.7);
}

/* Habitaciones */
.tablaTitulo{
	text-align: center;
}
.cajaHabitacion{
	border: solid 1px rgba(255,0,4,0.3);
	max-width: 700px;
	margin: 30px auto;	
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	min-height: 400px;
	height: auto;
	overflow: hidden;
	padding: 10px;
	background: #fff;
}

.tit{
	position: relative;
	width: 100%; 
	margin: auto; 
	clear: both; 
	text-align: center;
	
}


.des{
	position: relative;
	width: 420px;
	min-height: 220px;
	height: auto; 
	text-align: left; 
	margin: 5px; 
	float: left;
	overflow: hidden;
	
}

.pie{
	clear: both;
	background: #c5deea; /* Old browsers */
	background: -moz-linear-gradient(top, #c5deea 0%, #8abbd7 31%, #066dab 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c5deea 0%,#8abbd7 31%,#066dab 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c5deea 0%,#8abbd7 31%,#066dab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=0 ); /* IE6-9 */
    width: 93%;
    text-align: left;
    padding: 1px 20px 15px;
	margin: auto;
	border-radius: 10px;
	position: relative;
    top: 0px;
	color: #fff;
	border: solid 2px #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	
}

.bot{
	position: absolute;
    width: 250px;
    margin: 5px;
    float: right;
    text-align: center;
    display: inline-block;
    top: 25px;
    right: -20px;
	
}
.bot a{
	padding: 20px 25px;
	border-radius: 7px;
	text-decoration: none;
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-transform: uppercase;
	transition:  linear 0.3s;
	border: solid 2px rgba(255,253,253,0.8);
    box-shadow: 0 3px 6px rgba(0,0,0,0.5);
	
}

.bot a:hover{
	padding: 20px  25px;
	text-decoration: none;
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top, #ff3019 0%, #931007 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff3019 0%,#931007 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff3019 0%,#931007 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#931007',GradientType=0 ); /* IE6-9 */
	color: #fff;
	transition:  linear 0.3s;
	border: solid 2px rgba(255,253,253,1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.5);
}


.img{
	position: relative;
	width: 250px; 
	height: 250px; 
	margin: -15px 5px; 
	float: right;
}
img.imgCart, .imgCart, .imgCart img {
	width: 300px !important; 
	margin: -15px 5px 15px 5px !important;  
	float: right !important;	
    border: solid 3px #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    border-radius: 10px;
}
.img img {
    width: 100%;
    border: solid 3px #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    border-radius: 10px;
}
.img h4, .img h3{
	text-align: center;
	line-height: 0px;
	color: rgba(126,70,8,1.00);
}

.res30{
    max-width: 450px;
    display: inline-block;
}
.precio{
	color:rgba(255,0,4,1.00);
	font-size: 1.5em;
	padding: 12px;
    display: block;
    margin-bottom: -20px;
}
.precio30, span.precio30{
	color: red;
    display: inline-block;
    line-height: 35px;
    font-size: 1.4em;
}
#widget_valor{
	font-size:12px !important; color: red !important;
}
.em12{
	font-size: 1.2em !important;
	line-height: 16px;
}
.sombraTo{
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
.sombraTc{
	text-shadow:1px 1px 1px rgba(255,255,255,0.5);
}



/*Formularios*/
.Label{
	display:inline-block;
	width: 200px; 
	text-align: right;
	padding: 10px;
    font-size: 18px;
}
textarea{
	width: 600px;
	height: 400px;
	overflow-y: scroll;
}
.btnVolver {
    padding: 10px 12px !important;
    text-decoration: none;
    background: rgba(28,24,116,1.00);
    color: #fff;
    transition: all 0.3s;
    margin: 10px auto 0;
    display: block;
    width: 150px;
    position: absolute;
    right: 20px;
    bottom: 15px;
    text-align: center;
    border-radius: 5px;
    border: solid 2px rgba(255,255,255,0.8);
    box-shadow: 0 3px 6px rgba(0,0,0,0.5);
}

.btnVolver:hover{
    border: solid 2px rgba(255,255,255,1);
    background: rgba(28,24,116,0.8);
}
.Cart{
	background: url(../img/empty-cart-light.png) right center no-repeat, rgba(59,58,58,1.00);
	padding: 20px 70px 20px 25px !important;
	text-decoration: none;
	color: #fff;
	transition:  all 0.3s;
	margin-left: 38%;
}

.Cart:hover{
	background: url(../img/empty-cart-light.png) right center no-repeat, rgba(59,58,58,0.8);
	padding: 20px 70px 20px 25px !important;
	text-decoration: none;
	color: #fff;
	transition:  all 0.3s;
}
a{
	text-decoration: none !important;
}


.boton{
	padding: 20px 25px !important;
	text-decoration: none;
	background: rgba(59,58,58,1.00);
	color: #fff;
	transition:  all 0.3s;
}

.boton:hover{
	padding: 20px 25px !important;
	text-decoration: none;
	background: rgba(59,58,58,0.7);
	color: #fff;
	transition:  all 0.3s;
}

.error, label.error{
	color: red;
    font-size: 0.8em;
    margin-left: 230px;
    text-shadow: none;
}

/*TABLAS*/
.confirmacion td, td.confirmacion{
	border: none !important;
}

table{
	width: 90%; 
	margin: auto;
	border: none;
}
td, th{
	border: solid 1px rgba(0,0,0,0.3);
	padding: 5px;
	min-width: 5px;
}

.TablaConf td{
	
	border: none;
}


/*ADMIN*/
nav {
	position: relative;
	top: 0;
	width: 100%;
	height: auto; 
	overflow: hidden; 
	border-bottom: solid 2px rgba(0,0,0,0.2);
	text-align: center;
	padding: 10px 0;
	word-spacing: 0px;
	margin: 0px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	
}
nav a{
	color: #fff;
	padding: 25px;
}
nav a:hover{
	background: rgba(8,20,55,0.1);
}
footer, .footer{
	height: auto;
	overflow: hidden;
    text-align: center;
	position: fixed;
	width: 100%;
	bottom: 0px !important;
	background: rgba(0,0,0,0.4);
	color: #fff;
	padding: 10px 0;
	margin-top: 30px;
}
section{
	margin: 35px;
}
/*ADMIN*/




/*ANIMACION*/

/*ANIMACION*/