/* Normal...*/
body{
margin: 0px;
padding: 0px;
background: rgba(255,255,255,1);
overflow-x: hidden;
}

#presupuestoBox{
display: block;
z-index: 50;
width: 100%;
}
#BoxMobile{
display: inline;
z-index: 50;
width: 100%;
background: red;
}

.presupuestoImg{
width: 100% !important;
cursor: pointer;
}
a{
text-decoration: none;
color: #000000;
}

#cabeceraBox{
display: none;
}
#cabeceraGhost{
display: none;
}

#cabeceraText{
box-sizing: border-box;
width: 100%;
height: 50px;
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
background: rgba(8,8,8,0.8);
color:  rgba(255,255,255,1);
font-size: 15px;
}

#telf{
float: right;
text-align: right;}

#logoBox{
background: rgba(222,222,237,0.8);
background-image: none;
background-size: 100%;
background-position: 0px 238px;
height: 160px;
width: 100%;
overflow: hidden;
}

#logoCenter{
text-align: center;
}
#logoImg{
height: 100%;
}

.imageBox{
box-sizing: border-box;
margin: 3px;
overflow: hidden;
width: 200px;
height: 100px;
float: left;
border: rgba(152, 10, 43, 1) 2px solid;
}

#carruselBox{
float:left;
width: 100%;
margin-right: 25px;
border: rgba(152, 10, 43, 1) 2px solid;
border-radius: 15px;
overflow: hidden;
}
#carrusel{
position: relative;
width: 600%;    /*El numero de fotosX 100; */
overflow: hidden;
right: 0;
-webkit-animation-name: carrouselAnimation;
animation-name: carrouselAnimation;
-webkit-animation-duration: 15s;
animation-duration: 15s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;

}
.imgCarrusel{
width: 16.6666666%;     /*Hay que dividir 100/numero imagenes. */
display: inline;
float: left;
}
.imgCarruselEdition{
width: 300px;
display: block;
margin: auto;
}
.gigante{
	width: 100%;
}
#textoBox{
margin: auto;
width: 100%;
position: relative;
}

.textos{
color: rgba(0,0,0,1);
box-sizing: border-box;
text-align: justify;
/* font-size: 25px; */
margin: auto;
margin-top: 50px;
margin-bottom: 60px;
width: 100%;
background: rgba(222,222,237,0.8);
padding: 5% 5%;
border-radius: 40px;
overflow: hidden;
}

.textos p {
margin-top: 25px;}
.textos h1{
margin-bottom: 30px;}
.textos h2{
margin-bottom: 60px;
font-size: 60px;
}
.centrado{
text-align: center;
}
#woow360{
width: 80%;
display: block;
margin: auto;
}
#enlacesPano{
display:block;
width:100%;
box-sizing: border-box;
margin: auto;
}
#enlacesPano > a{
display: block;
background: rgba(8,8,8,0.8);
color: #B8B8B8; /*#F1E0A2;*/
text-decoration: none;
padding: 10px 20px;
width: 100%;
box-sizing: border-box;
border-radius: 30px;
margin-bottom: 10px;
}
.activo {
	background: rgba(152,10,43,1) !important;
}
.mini{
width: 200px;
}
#map{
border: rgba(152, 10, 43, 1) 2px solid;
position: relative;
display: block;
float: right;
width: 100%;
height: 400px;
}

#reservaForm{
width: 300px;
margin-right: 100px;
float: left;
}

.comunContacto{
width: 90%;
height: 30px;
background: transparent;
border-radius: 20px;
border: rgba(152, 10, 43, 1) 2px solid;
text-indent: 1em;
overflow:hidden;
box-sizing: content-box;
}
.comunContacto:focus{
outline: 0px;
border-radius: 20px;
border: rgba(152, 10, 43, 1) 5px solid;
}

#precioContenedor{
width: 100%;
display: block;
}
#precioBox{
margin: auto;
background-image: url("../images/platoPrecio.png");
background-size: contain;
background-repeat: no-repeat;
/* con cuatro cifras....
width: 200px;
height:200px;*/
width: 150px;
height:150px;
}

#precioText{
position: relative;
/* con cuatro cifras....
left: 60px;
top: 80px;*/
left: 53px;
top: 56px;
}


#enviarButton{
display:block;
font-size: 20px;
position:relative;
margin: auto;
top: 15px;
width: 100px;
height: 30px;
background: transparent;
border: rgba(152, 10, 43, 1) 2px solid;
border-radius: 20px;
}
#enviarButton:hover{
background: rgba(152, 10, 43, 1);
}
.Button{
padding-top: 4px;
padding-bottom: 2px;
padding-left: 15px;
padding-right: 15px;
display:block;
font-size: 20px;
position:relative;
margin: auto;
margin-bottom: 3px;
top: 15px;
/*height: 30px;*/
background: transparent;
border: rgba(152, 10, 43, 1) 2px solid;
border-radius: 20px;
}
.Button:hover{
background: rgba(152, 10, 43, 1);
}

#removeBox{
	display: inline-block;
}

.oculto{
display: none !important;
}
.zoom{
width:110% !important;
}
.select{
border: rgba(152, 10, 43, 1) 5px solid !important;
border-radius: 15px !important;
}


/* Animaciones */
@-webkit-keyframes carrouselAnimation2{
100%{right:300%}
}
@-webkit-keyframes carrouselAnimation{
	0%, 15%{
        right: 0%;
    }
	20%, 35% {
        right: 100%;
    }
	40%, 55% {
        right: 200%;
    }
	60%, 75% {
        right: 300%;
    }
	80%, 95% {
        right: 400%;
    }
	100% {
        right: 500%;
    }
	
}
	
} 

@keyframes transparenteAnimation{
	0%{
		opacity: 0.5;
	}
	100%{
		opacity: 1;
	}
}
@keyframes zoomAnimation{
	0%{
		width:100%;
	}
	100%{
		width: 105%;
	}
}
/* ...Normal */
/*Menu...*/
*{
margin: 0px;
padding: 0px;
}
#header {
position: fixed;
top: 80px;
width: 100%;
z-index: 100;
overflow: auto;
background: rgba(8,8,8,0.8);
}
#headerMobile{
display: block;
box-sizing: border-box;
position: fixed;
top:0px;
z-index: 900;
background: rgba(9,9,9,1);
color: rgba(255,255,255,1);
height: 80px;
width:  100%;
font-size: 20px;
padding-top: 2%;
padding-left: 10px;
}
.headerClass{
position: relative;
top: 30%;
}
#headerGhost{
display: block;
height: 40px;
}
#headerMobileGhost{
height: 80px;
}

ul{
list-style: none;
z-index: 100;
overflow: auto;
}

.nav li a {
color: rgba(255,255,255,1);
background: rgba(8,8,8,0.8);
text-decoration: none;
padding: 10px 20px;
display: block;
width: 140px;
box-sizing: border-box;
border-right: rgba(152, 10, 43, 1) 2px solid;
-webkit-transition: background 1.5s; /* Safari */
    transition: background 1.5s;
}
.nav li ul li a{
box-sizing: border-box;
border: none;
width: 100%;
}
.nav>li:last-child>a{
border: none;
}

.nav > li >a {
min-width: 100px;
width: 100%;
}

.nav li a:hover{
background: rgba(152,10,43,1);
color: rgba(255,255,255,1);
/*border-radius: 20px;*/
}



.nav  li  ul {
display: none;
-webkit-transition: display 1.5s; /* Safari */
transition: display 1.5s;
min-width: 140px;
}

.nav  li:hover > ul {
display: block;
}

.nav li ul li {
position: relative;
}
.nav li ul li ul {
left: 140px;
top: 0px;
}
.menuFixed{
z-index: 100;
position: fixed !important;
top: 50px !important;
}
/*...Menu*/
/* Media858...*/
@media (min-width: 858px){
body{
background-image: url('../images/salon.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 0px 0px;
background-size: cover;
}

#presupuestoBox{

z-index: 50;
position: absolute;
transform:  rotate(30deg);
top: 280px;
right: 10px;
width: 22%;
}

.presupuestoImg:hover{
-webkit-animation-name: pulse;
animation-name: pulse;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#cabeceraBox{
display: block;
position: fixed;
top: 0;
width: 100%;
z-index: 100;
}
#cabeceraGhost{
display:block;
height: 50px;
}
.textos{
box-sizing: border-box;
text-align: justify;
font-size: 25px;
margin: auto;
margin-top: 50px;
margin-bottom: 60px;
width: 80%;
background: rgba(222,222,237,0.8);
padding: 50px 50px;
border-radius: 40px;
overflow: hidden;
}
#carruselBox{
width: 30%;
}

#enlacesPano{
width: 660px;
height: 40px;
}
#enlacesPano > a{
width: 200px;
margin: 10px;
float: left;
}
#enlacesPano > a:hover{
background: rgba(152,10,43,1);
}
#map{
border: rgba(152, 10, 43, 1) 2px solid;
position: relative;
display: block;
float: right;
width: 49%;
height: 400px;
}
#informacion{
float: left;
width: 49%;
}
.comunContacto{
width: 300px;
height: 30px;
background: transparent;
border-radius: 20px;
border: rgba(152, 10, 43, 1) 2px solid;
text-indent: 1em;
overflow:hidden;
box-sizing: content-box;
}
/* Media858...MenuMedia...*/
#header {
display:block;
position: static;
width: 100%;
z-index: 100;
overflow: visible;
background: rgba(8,8,8,0.8);
}

#headerMobile{
display: none;
}
#headerMobileGhost{
display:none;
}
.nav {
margin: auto;
text-align: center;
width: 840px;  /*140 *6= 840*/
}
.nav  li  ul {
position: absolute;
}
.nav li ul li a{
	width: 140px;
	border:none;
	border-bottom: rgba(152, 10, 43, 1) 2px solid;
}
.nav > li {
width: 16.66%;  /*100/5=16.666666*/
float: left;
}
.nav > li >a {
width: 100%;
}
}
/* ...Media858...MenuMedia*/
/*...Media858*/