/*  COLOR BASE #e49e00  */

/* TIPOS LETRA 
font-family: 'Raleway', sans-serif;
font-family: 'Aleo', serif;
font-family: 'Muli', sans-serif;
font-family: 'Kanit', sans-serif;
font-family: 'Righteous', cursive;
font-family: 'Lobster', cursive;
font-family: 'Permanent Marker', cursive;
font-family: 'Laila', serif;
font-family: 'Bad Script', cursive;
FIN TIPO LETRA */

    
/*----IMPORTAR CSS----*/
@import 'all-screen/header.css';
@import 'all-screen/slider.css';
@import 'all-screen/class-id.css';
@import 'all-screen/footer.css';
@import 'all-screen/sidebar.css';
@import 'all-screen/menu.css';


/*CSS GENERAL*/

/** GALERIA **/


#load{
	align-items: center;
	background: rgba(255,255,255,1);
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
#load p{
	background: none;
	border: none;
	margin: 0;
text-align: center;
}
#load > img{
	animation: gira 2s linear infinite alternate;
	width: 80px;
}

@keyframes gira{
	from{   transform: rotateY(0deg);
  transform-style: preserve-3d;
	}
	to{
		transform: rotateY(180deg);
  transform-style: preserve-3d;
	}
	
}

#banner{
	background: rgba(255,255,255,.9);
	bottom: 0;
	border: 2px solid;
	border-radius: 6px;
	height: 80%;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 40%;
	z-index: 1950;
}

#banner div{
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#banner ul{
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 70%;
	padding: 0;
}
#banner li{
	margin: 1em 0;
}
#banner h3{
	margin: .5em auto;
	text-decoration: underline;
	width: auto;
}
#banner p{
	background: none;
	border: none;
	bottom: .5em;
	color: #333;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
#banner .icono{
	background: none;
	margin: 0;
	margin-left: auto;
	padding: .2em;
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
}

body{
	background: #fff0cc;
}
div,
html,
body{
  margin: 0;
  padding: 0;
  font-family: 'Raleway',sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif;
  height: 100%;
  scroll-behavior: smooth;
  text-align: center;
  width: auto
  }
  
#caja-bottom-right{
	bottom: .7em;
	align-items: center;
	display: flex;
	justify-content: center;
	border: 1px solid white;
	color: white;
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: .7em;
	transition: all .6s ease;
	width: 35px;
	z-index: 15;
}
#caja-bottom-right:hover{
	background: black;
}

.right{
	margin-right: auto;
	right: 0;
	transition: all .5s ease;
}
#idiomas{
	align-items: center;
	background: black;
	border: .5px solid white;
	border-radius: 4px;
	bottom: .5em;
	display: flex;
	height: 50px;
	justify-content: center;
	margin-right: -50%;
	right: .5em;
	padding: .3em;
	position: absolute;
	transition: all .5s linear;
	width: auto;
	z-index: 16;
}
#idiomas a{
	color: white;
	font-size: 1em;
	font-weight: 600;
	margin: 0 .3em;
}
#idiomas a:hover{
	text-decoration: underline;
}
  
h2{ 
	font-size: 4.5em;
	margin: 0;
	}
	
h3{ font-size: 3em; }
h4,
h5{ 
	color: #e49e00;
	font-size: 2em;
	margin: 0;
   }

h2,
h3,
h4,
h5{
	font-family: 'Laila', serif; 
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

span{ 
	color: #e49e00;
	font-weight: 600;
	}  
  
a{
	text-decoration: none;
	color: #333333;
}

/**
Clase: alergeno
**/

.alergeno{
	margin: 1.5em .3em;
	width: 60px;
}

/**
Clase: svg
**/

.svg{
	cursor: pointer;
	height: 20px;
	margin: 0;
	vertical-align: middle;
	width: 20px;
}	

#h2-alai h1{
	color: white;
	font-family: 'Bad Script', cursive;
	margin: -.5em;
	text-decoration: underline;
	z-index: 13;
}

#h2-alai{
	align-items: center;
	background: url('../img/IMG_4065.jpg')no-repeat center;
	background-size: cover;
	border-radius: 300px;
	bottom: 0;
	border: 6px double white;
	display: flex;
	flex-direction: column;
	height: 400px;
	justify-content: center;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;	
	right: 0;	
	top: 0;
	width: 400px;
	z-index: 13;
}
#h2-alai > .black{
	background: rgba(0,0,0,.4);
	border-radius: 300px;
}


#h2-alai h2{
	color: white;
	font-size: 7em;
font-family: 'Kanit', sans-serif;
	margin: 0;
	padding: 0;
	z-index: 12;
	}

#caja-black{
	background: rgba(51,51,51,.7);
}	
#header-carta #caja-login{
		bottom: auto;
		left: 5em;
		margin: 0;
		padding: 0;
}

#caja-login{
	align-items:center;
	background: #e49e00;
	border: 1px dotted white;
	bottom: 1em;
	display: flex;	
	height:30px;
	justify-content:center;
	left: 1em;
	margin: 1em 0 0;
	padding: .5em;
	position:absolute;
	width: auto;
	z-index: 999;
}

#caja-login a{
	color:white;
	font-weight:600;
	margin: .5em;
}

#link-logout{
	cursor: pointer !important;
	text-decoration: underline;
}

#img-fb{
  display: none;
}

iframe{
	display: none;
	margin: 0 ;
	padding: 0;
	position: absolute;
	width: 70%;
	z-index: 2001;
  }


/***
SECTION = DESAYUNOS
***/
  
#sct-desayuno > div{   
  background: url('../img/IMG_0264.jpg')no-repeat center;
  background-size: cover; 
  display: flex;
  min-height: 600px;
  justify-content: flex-start;
  opacity: 0;
  position: relative;
  width: 100%; 
}


/***
SECTION = MUSICA
***/

#sct-music > iframe{
	min-height: 600px;
	width: 50%;
}

#sct-music p{
	display: inline-block;
	position: relative;
	margin: 2em 0;
	margin-left: -10em;
	opacity: 0;
}

/***
SECTION = PINTXOS
***/
#sct-comer{
  margin: 2em auto;
  overflow: hidden;
  width: 100%;
  }

#sct-galeria-pintxos p{
  margin-top: 9em;
}

#caja-publi{
	display: none;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 100%;
}

#caja-publi ul{
	align-items: center;
  animation: cambio 10s infinite alternate linear;
  display: flex;
  height: 500px;
  justify-content: center;
  margin: 0;
  padding: 0;  
  width: 300%;
}

#caja-img{
	align-items: center;
  animation: cambio 20s infinite alternate linear;
  background: white;
  border-top: 10px solid black;
  border-bottom: 10px solid black;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 400%;
  }
#caja-img li{
  list-style: none;
  width: 50%;
  margin: auto;
  }

#caja-publi ul li{
  list-style: none;
  margin: 0;
  width: 50%;
}

#caja-publi h3{
  background: rgba(20,20,20,.6);
  border: 1px dotted;
  color: white;
  padding: .5em;
  width: 40%;
}

#caja-img li img{
	height: auto;
	margin: 2em auto;
	width: 50%;
	border-radius: 6px;
}

#caja-img div{
	align-items: center;
	background-size: cover;
	background-position: center;
	display: flex;
	height: 450px;
	justify-content: center;
	margin: auto;
	width: 50%;
}
@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%}
	}

header .icono{
  animation: pabajo 1.3s ease infinite;
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  z-index: 13;
} 

#addImg {
	align-items: center;
	bottom: 1em;
	display: flex;
	height: 60px;
	justify-content: center;
	padding: .5em;
	position: absolute;
	right: 1em;
	width: auto;
}

#addImg-comer{
	align-items: center;
	display: flex;
	height: 60px;
	justify-content: center;
	margin: 0;
	padding: .5em;
	width: auto;
}

#addImg-comer input{
	align-items: center;
	background: #e49e00;
	color: white;
	display: flex;
	cursor: pointer;
	font-size: 1.4em;
	height: 100%;
	justify-content: center;
	width: auto;
}

#addImg input{
	align-items: center;
	background: #e49e00;
	border: 1px dotted;
	color: white;
	display: flex;
	cursor: pointer;
	font-size: 1.4em;
	height: 100%;
	justify-content: center;
	width: auto;
}

@keyframes pabajo{
0%{bottom: -.5em;}
100%{bottom: 0;}
}

#header-top h1{
  color: white;
  cursor: pointer;
  font-size: 3.5em;
  left: 1.5em;
  margin: 0;
  opacity: 1;
  position: absolute;
  text-align: left;
  width: 50%;
} 

header span{
  color: #e49e00;
  font: .8em 'Indie Flower', cursive;
  text-transform: capitalize;
} 

header{ 
	height: 100%;
	overflow: hidden;
	position: relative;
}

/** 
CLASE .black
**/

.black{
	background: rgba(102,71,0,.6);
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 12;
}
#caja-backg{
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
#caja-backg > div{
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 0;
}

#header-carta{
  height: 50px;
}
#header-carta #header-top{
  background: #e49e00;
  opacity: 1;
}
::-webkit-scrollbar:vertical{
  display: none;
}

p{
	background: rgba(255,255,255,.5);
	border: 3px solid #e49e00;
	border-radius: 5px;
	font-size: 1.3em;
	line-height: 40px;
	margin: 4em auto;
	padding: 2em;
	text-align: justify;
	width: 50%;
}

#main-index p:first-letter{
	font: 600 1.4em 'Bad Script', cursive;
	padding: 0;
	position: absolute;
	margin: 0;
}

.icono{
  cursor: pointer;
  display: block;
  height: 40px;
  margin: auto;
  width: 40px;
}

#header-top #menu{
  height: 30px;
  opacity: 1;
  position: absolute;
  right: .5em;
  width: 30px;
  z-index: 17;
  }

#logo{
  cursor: pointer;
  height: 50px;
  margin-left: .3em;
  margin-right: auto;
  opacity: 1;
  width: 50px;
  z-index: 17;
}
#header-top{
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  z-index: 15;
  padding: .6em 0;
  position: fixed;
  transition: all 1.5s ease;
  width: 100%;
}

header nav{
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

#header-slider{
	display: none;
}

#header-slider li{ 
	background-size: cover;
	height: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  top: 0;
  width: 100%;
}

header #header-slider img{
  height: 100%;
  width: 100%;
}  
#h1-index{
	font-size: 4em;
	margin: 0;
	padding: 0;
}
#h1-index span{
	font-size: .3em;
	vertical-align: middle;
	display: inline-block;
	padding-bottom: 10px;
}
main h1{
  font: 5em 'Bad Script', cursive;
text-transform: capitalize;
width: auto;
border-bottom: 1px solid;
display: inline-block;
}

section > .icono-alai{
	margin: 0;
	height: 80px;
	width: 80px;
}

section > h2{
	color: #332400;
	margin: .4em;
}




/*BARRAS SCROLL*/

::-webkit-scrollbar-thumb{ background: #ff6666; }

form{
   margin: 2em auto;
   text-align: center;
   width: 60%;

}

ul{
  list-style: none;
}

section{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  position: relative;
  text-align: center;
}

.img-general{
  height: auto;
  margin: 2em auto;
  width: 100%;
}
.img-general2{
  height: auto;
  margin: .5em .8em;
  width: 90%;
  }

/***
CLASE: flex
***/

.flex{
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 2em auto;
}
.flex > img{
	background: white;
	height: 60px;
    border: 4px double #e49e00;
    border-radius: 10px;
	margin: 0 .4em;
    padding: .3em;
	width: 60px;
}

.flex h2{
	color: transparent;
	-webkit-text-stroke: 2px #e49e00;
}

.trans{
  transform: rotate(90deg);
}

.boton{
  align-items: center;
  background: #e49e00;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  height: auto;
  justify-content: center;
  margin: 1em;
  text-align: center;
  width: auto;
  }
  
.boton:hover a{
	text-decoration: underline;
}

.boton a{
	color: white;
    cursor: pointer;
	font-size: 2em;
	padding: .5em;
  }
.boton a:hover{
}
  
.icono-alai{
  background: #e49e00;
  border-radius: 60px;
  height: 60px;
  margin: .5em;
  padding: 0;
  transform: rotate(14deg);
  width: 60px;
}

.img-desayuno{
  height: auto;
  margin: .1em;
  width: 48%; 
  }

#sct-carta{
  margin: 0 !important;
  padding: 0;
}
#sct-carta h5{
	border: 2px dotted;
	color: #e49e00;
	display: inline-block;
	font-size: 1em;
	padding: 0 .5em;
	width: auto;
}

.videoCodigo{
	border: 2px dotted;
	color: #e49e00;
	margin: 1em auto;
	width: 20%;
}

#sct-carta div{
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	font-size: 1.2em;
	margin: 2em;
	position: relative;
	padding: 1em;
	width: 70%;
}

#sct-carta h4:first-of-type{
  margin: 0;
  text-align: left;
}
#sct-carta h4{
	background: #e49e00;
	border-radius: 3px;
	color: white;
	display: inline-block;
	margin: auto;
	padding: 0 .2em;
}

#sct-carta div p{
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 0;
	width: 90%;
}

#main-galeria{
	display: flex;
	position: relative;
}
#main-galeria > div:first-of-type{
	padding: 1em;
	position: fixed;
	text-align: right;
}

#main-galeria ul{
	margin: 0;
	padding: 0;
}
#main-galeria li{
	padding: .5em;
}
#main-galeria li a:hover{
	text-decoration: underline;
	transition: all .5s linear;
}

#main-galeria h1{
	display: inline-block;
	font-family: 'Bad Script', cursive;	
	font-size: 3em;
	text-transform: capitalize;
}

#caja-galeria{
	
}
#galeria-img{
	width: auto;
}
#galeria-img img{	
	float: right;
	height: 350px;
	margin: .15em;
	width: 350px;
}
#galeria-img img:hover{	
	cursor: pointer;
	opacity: .5;
	transition: all .7s ease;
}
#caja-contacto h4{
  font-family: 'Oxygen', sans-serif;
	margin: 1em auto;
	text-transform: lowercase;
}

#sct-eventos{
	background: url('../img/alai-musica-directo.png')no-repeat center;
	background-size: cover;
	margin: 0;
}

#sct-eventos > #white{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
}

#sct-eventos h1{
	
}

#sct-eventos > h4,#sct-eventos h5{
	background: #333;
	border-radius: 4px;
	color: white;
	margin: 2em;
	padding: .2em;
	transition: all .8s linear;
	width: auto;
	z-index: 9;
}

#sct-eventos > h4:hover{
	background: #e49e00;
	color: white;
}

#sct-eventos h3{
	color: white;
	text-align: center;
	width: 100%;
}

#sct-eventos p{
	background: rgba(255,255,255,.7);
	border-radius: 8px;
	font-size: 1.2em;
	margin: 1em 0;
	padding: .7em;
	width: auto;
 	z-index: 9;
  }

.caja-evento{
	background: rgba(0,0,0,.4);
	margin: 3em auto;
	padding: 2em;
	width: 50%;
	z-index: 9;
  }
.caja-evento h4{
	color: white;
}

.caja-evento img{
  height: auto;
  margin: auto;
  width: 60%;
  }

#form-evento{
  margin: 0 auto 2em;
  width: 100%;
  z-index: 9;
  }
  
#form-evento input,
#update,
#form-newVideo input,
#form-newImg input,
#form-addImg input{
  background: #333;
  cursor: pointer;
  color: white;
  font-size: 1.1em;
  }

#form-evento div img{
	margin: 0;
	
}

#form-newImg div,
#form-addImg div,
#form-newVideo div,
#form-borrarVideo div,
#form-evento div{
	background: #333;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	padding: 0 .4em;
	border-radius: 4px;
	height: auto;
	margin: 1em;
}



form input{
	font-size: 1.2em;
	margin: 0;
}

select{
  align-items: center;
  border: none;
  display: inline-flex;
  justify-content: center;
  background: #333;
  color: white;
  font-size: 1.2em;
  margin: 0 1em;
  padding: .4em;
}

#form-addEvento input,#form-addEvento textarea{
  border: 1px solid;
  font-size: 1.4em;
  margin: 1em auto;
  padding: .5em;
  width: 50%;
}

#form-addEvento input:valid{
  background: #ddffdd;
}

#form-addEvento input[type='button'],.form-act-evento input[type='button']{
  border: none;
}

#form-addEvento input[type='file']{
  border: none;
  margin: auto;
  width: 100%;
}

#form-addEvento input[type='submit']{
	background: #333;
	color: white;
	cursor: pointer;
	margin: auto;
	width: auto;
	display: block;
	border-radius: 4px;
	padding: .8em;
}

#form-addEvento input[type='file']:valid{
	background: none;
	font-size: 1.2em;
	width: auto;
}

input[type='date']::before,input[type='time']::before {
 content: attr(placeholder)
 }
input[type='date']:focus::before,input[type='time']:focus::before {
 content: '' !important;
 }
 
input{
  margin: auto;
  border: 0;
  outline: 0;
  padding: .5em;
}

#sct-video{
	/*animation: bg 30s linear infinite alternate;*/
	/*background: linear-gradient(to right,pink,white);*/
	margin: 0;
	padding: 0;
	width: 100%;
}

#caja-play{
	background: url('../img/alai-musica-directo.png')no-repeat center right;
	background-size: cover;
	margin: auto;
	height: auto;
	padding: 0;
	position: relative;	
	width: 100%;
}

#caja-play div{
	align-items: center;
	background: rgba(51,51,51,.7);
	display: flex;
	justify-content: center;
	margin: 0;
	width: 100%;
}
#caja-contacto-img{
	margin: 3em auto;
	width: 90%;
}

#caja-contacto *{
	width: 100%;
}
#caja-contacto-img img{
	display: block;
	height: auto;
	margin: 0 auto;
	width: auto;
}

#video-mini{
	padding: 2em 0;
	width: 25%;
}

@keyframes bg{
	0%{
		background: linear-gradient(to right,Violet,white);
	}
	25%{
		background: linear-gradient(to bottom,tomato,white);
	}
	50%{
		background: linear-gradient(to left,gold,white);
	}
	100%{
		background: linear-gradient(to bottom,white,gray);
	}
	
}
@keyframes gran{
	from{
		transform: scale(1);
	}
	to{
		transform: scale(.6);
	}
	
}
@keyframes gran2{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
	
}
@keyframes nota{
	from{
		left: 90%;
	}
	to{
		left: 0;
	}
}
@keyframes nota2{
	from{
		bottom: 3em;
		right: 80%;
		top: 10%;
	}
	to{
		bottom: 40%;
		right: 10%;
		top: 80%;
	}
}
@keyframes nota3{
	from{
		left: 90%;
		bottom: 50%;
		top: 50%;
	}
	to{
		left: 0;
		bottom: 85%;
		top: 80%;
	}
}

#ul-videos{
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: .4em auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

#ul-videos h5{
	border: none;
	font-size: 1.2em;
	width: 100%;
}

#ul-videos li{
	border: 3px solid;
	width: auto;
	margin: auto;
	padding: .3em;
}

#caja-proyectos-web{
	margin: 8em auto;
	width: 100%;
}
.proyect-box{
	background-position: center;
	background-size: cover;
	display: inline-block;
	height: 500px;
	margin: 1em;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 45%;
	z-index: 10;
  }	
  
.proyect-box:nth-child(1){
	background-image: url('../img/img-bateria.jpg');
}
.proyect-box:nth-child(2){
	background-image: url('../img/IMG_4065.jpg');
}
.proyect-box:nth-child(3){
	background-image: url('../img/4032x3024/1.jpg');
}

.proyect-box:nth-child(4){
	background-image: url('../img/4032x3024/3.jpg');
}

.proyect-box div:hover{
  opacity: 1;
  transition: all .4s linear;
  }
 .proyect-box div:hover h2{
	 margin-bottom: 0;
 }

.proyect-box div{
	align-items: center;
	 display: flex;
	 flex-direction: column;
	justify-content: center;
	background: rgba(255,255,255,.7);
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 22;
  }
  
.proyect-box div h2{
align-items: center;
	border-bottom: 2px solid tomato;
	color: #332400;
  display: flex;
  font-size: 3em;
  justify-content: center;
  margin: 0;
  margin-bottom: -2em;
  opacity: .8;
  padding: .2em;
  transition: all .4s linear;
  width: auto;
  z-index: 23;
  }
  
  textarea{
	  min-height: 150px;
  }
  
 
/***
Seccion: UBICACION 
***/
 
 section{
	 margin: 6em auto;
 }

#ubicacion{
	align-items: center;
	bottom: .7em;
	display: flex;
	height: 40px;
	justify-content: center;
	left: 0;
	position: absolute;
	transition: all 1s ease;
	z-index: 25;
}

#ubicacion img{
	height: 35px;
	margin: 0 .4em;
	width: 35px;
}
#ubicacion img:hover{
	opacity: 1;
}
	
#caja-ubicacion{
	align-items: center;
	background: url('../img/ubicacion-alai.png')no-repeat center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin-left: -100%;
	position: absolute;
	transition: all 1s ease;
	width: 100%;
	z-index: 2000;
}
#caja-ubicacion h2{
	color: white;
	font-size: 2em;
	padding: .5em;
	position: absolute;
	top: 1em;
	z-index: 2001;
}
#caja-ubicacion p{
	background: none;
	border: 0;
	bottom: 1.5em;
	color: white;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2001;
}
#caja-ubicacion > .svg{
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 2001;
}
  
/*** 
DIV - Carta 
***/

#caja-bocatas{
	background: url('../img/galeria/16.jpg')no-repeat center;
	background-size: cover;
}
#caja-hamburguesas{
	background: url('../img/galeria/6.jpg')no-repeat center;
	background-size: cover;
}
#caja-platos{
	background: url('../img/pintxos/IMG_0278.jpg')no-repeat center;
	background-size: cover;
}
#caja-infantil{
	background: url('../img/IMG_0264.jpg')no-repeat center;
	background-size: cover;
}
#caja-picoteo{
	background: url('../img/galeria/3.jpg')no-repeat center;
	background-size: cover;
}


/** Clase: white **/

.white{
	background: rgba(51,36,0,.7);
	width: 100%;
}
.white > div{
	margin: 6em auto;
	width: 80%;
}
.white p{
	color: white;
	margin: auto;
	width: 100%;
	border: 0;
	background: none;
	text-align: center;
	padding: .5em;
}
.white img{
	width: 50px;
}

  /* FIN ESTILO GENERAL */