/* CSS Document */
html,body {
background-color: #1A1A1A;
margin: 0px;
padding: 0px;
color: #1A1A1A;
font-family: 'Roboto Condensed', sans-serif;
line-height: 1;
font-size: 1rem;
width: 100%;
height: auto;
background-image: url("../imagenes/fondo-arabe.png");
background-repeat: repeat;
background-attachment: fixed;
}
.contenedor{
	background-color: #fff;
	margin: 30px;
	box-shadow: 0 0 25px #1A1A1A;
}
/*Encabezado*/

h1,h2,h3,h4,h5,h6{
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;	
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0;
margin-left: 0px;
}
h1{
	font-size: 2.2rem;
	font-weight: 700;
	text-transform: uppercase;
}
h2{
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 800;
	text-align:  center;
}
h3{
	font-weight: 600;
	font-size: 1.8rem;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
p{
	font-size: 1rem;
	color: #1A1A1A;
	font-weight: 600;
	padding-left: 50px;
	padding-right: 50px;
}
footer{
	width: auto;
	text-align: center;
	padding-bottom: 30px;
}
table{
	width:  100%;
	text-align: left;
	font-size: 1.2rem;
	margin-bottom: 50px;
	padding: 10px 0;
	border-bottom: solid 5px #7C6D56;
	border-top: solid 5px #7C6D56;
}
td{
	padding: 5px 10px 5px 10px;
}

/*Encabezado*/
a img { 
border: none;
}
a{
color: #1A1A1A;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
#cabecera{
	width: auto;
	height:  50px;
	text-align: center;
	margin: 50px auto 0;
	padding: 50px 20px;
}
#carta{
	width: auto;
	height:  auto;
	margin: 20px 20px 20px 20px;
}
.azulgrande{
	color: #1A1A1A;
	font-size: 1rem;
	font-weight: 600;
}
.rrss{
	margin-bottom: 30px;
}
.redondear{
	border-radius: 75px;
}
.precio{
	color: #1A1A1A;
	text-align: center;
}
.small{
	font-size: 0.7rem;
	font-weight: 600;
	color: #1A1A1A;
	text-align: center;
	letter-spacing: 0.1rem;
}
.smalli{
	font-size: 0.9rem;
	color: #1A1A1A;
	margin-bottom: 10px;
	text-transform: lowercase;
}
.alergias {
	
}
.telefono{
	font-weight: 600;
	margin: 10px 0 20px 0;
	font-size: 1.2rem;
	color: #1A1A1A;
}
.direccion{
	font-size: 1.1rem;
}
.categoria{
width: 100%;
position: relative;
height: 70px;
margin-bottom: 20px;
margin-top: 20px;
}

.contenedorcategoria{
position: relative;
width: 100%;
height: auto;
z-index: 2;
cursor: pointer;
padding-top: 20px;
padding-bottom: 20px;
border: 5px solid #fff;
}
.titulocategoria{
color: #7C6D56;
width: auto;
cursor: pointer;
z-index: 2;
}
.mayus{
	text-transform: uppercase;
}
.descripcion{
text-transform: uppercase;
margin-left: 10px;
color: #5b594e;
margin-top: 0;
}
.notas{
	color: #1A1A1A;
	font-size: 0.8rem;
}
.fila{
}
.logo{
margin: 50px 30px;
text-align: center;
padding: 20px 0;
background-color: #1a1a1a;
}
#idioma{
	text-align: center;
	font-size: 1.2rem;
	color: #7C6D56;
	padding: 15px;
	border: solid 3px #7C6D56;
	width: 70%;
	margin: 0 auto;
}
.idioma_sel{
	font-weight: 700;
	text-decoration: underline;
}
.platos{
	margin-top: 20px;
}