/* CSS Document */
html,body {
background-color: #000;
margin: 0px;
padding: 0px;
color: #000;
font-family: 'Montserrat', sans-serif;
line-height: 1;
font-size: 1rem;
width: 100%;
height: auto;
background-image: url("../imagenes/salazon-textura.jpg");
background-repeat: repeat;
background-attachment: fixed;
}
.contenedor{
	background-color: #fff;
	margin: 50px;
	box-shadow: 0 0 25px #000;
}
/*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: 1rem;
	font-weight: 800;
	text-transform: uppercase;
}
h2{
	
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 800;
	text-align:  center;
}
h3{
	font-weight: 600;
	font-size: 2rem;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}
p{
	font-size: 1rem;
	color: #000;
	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: 100px;
}
td{
	padding: 5px 10px 5px 10px;
}

/*Encabezado*/
a img { 
border: none;
}
a{
color: #000;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
#cabecera{
	width: auto;
	height:  200px;
	text-align: center;
	margin-bottom: 150px;
	padding: 20px;
}
#carta{
	width: auto;
	height:  auto;
	margin: 20px 20px 20px 20px;
}
.azulgrande{
	color: #000;
	font-size: 1rem;
	font-weight: 600;
}
.rrss{
	margin-bottom: 30px;
}
.redondear{
	border-radius: 75px;
}
.precio{
	color: #000;
	text-align: center;
}
.small{
	font-size: 0.7rem;
	font-weight: 600;
	color: #000;
	text-align: center;
	letter-spacing: 0.1rem;
}
.smalli{
	font-size: 0.9rem;
	color: #000;
	margin-bottom: 10px;
	text-transform: lowercase;
}
.alergias {
	
}
.telefono{
	font-weight: 600;
	margin: 10px 0 20px 0;
	font-size: 1.2rem;
	color: #000;
}
.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: #000;
width: auto;
cursor: pointer;
z-index: 2;
}
.contenedorcategoria:hover {
color: #000;
border: 5px solid #000;
}
.descripcion{
text-transform: uppercase;
margin-left: 10px;
color: #5b594e;
margin-top: 0;
}
.notas{
	color: #000;
	font-size: 0.8rem;
}
.fila{
}
.logo{
padding-top: 50px;
}
#idioma{
	text-align: center;
	font-size: 1.2rem;
	color: #ccc;
}
.idioma_sel{
	font-weight: 700;
	text-decoration: underline;
}