/*---------------------------------Normalizados inicio---------------------------------*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol { 
	margin: 0;
	padding: 0;
}
a, input, textarea {
	outline: none;
}
.clearfix:before, .clearfix:after{
	content: "";
	display:table;
}
.clearfix:after{
	clear:both;
}
body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-image:url(imagenes/body.jpg);
	background-color:#000;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}
ul {
	list-style-type: none;
}
* {
	text-decoration:none;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/*---------------------------------Normalizados final---------------------------------*/


/*---------------------------------Textos y generales inicio---------------------------------*/


h1, h2, h3 {
	font-family: Rockwell, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 26px;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
	font-family: Oswald, sans-serif;
}
.bold {
	font-weight:bold;
	display:block;
	margin:auto;
}
.white{
	color:#FFF;
}
.text-center {
	text-align: center;
}
.vino {
	height: 10px;
	background-image:url(imagenes/vino.png);
}
/*---------------------------------Textos y generales final---------------------------------*/

.contenedor-100 {
}
.contenedor {
	margin: auto;	
}
#encabezado {
	position:relative;
}
#encabezado img {
	width: 100%;
	height: auto;
}
#logo-mamut {
	position: absolute;
	width: 47.87234043%;
	top: 40px;
	left: 50%;
	margin-left: -24%;
}
#logo-mamut img {
	width: 100%;
	height: auto;
}
#menu-principal {
	width: 100%;
	position:absolute;
	height: 47px;
	background-image: url(imagenes/menu-principal.png);
	background-size: cover;
	background-position: center top;
/*	background-attachment: fixed;*/
	bottom: -31px;
}
#menu-principal ul {
	width: 78.72340426%;
	display: block;
	margin: auto;
}
#menu-principal li {
	float: left;
	width: 20%;
}
#menu-principal li:first-child {
	width: 40%;
}
#menu-principal li a {
    font-family: Rockwell, sans-serif;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #FFF;
	height: 32px;
	line-height: 32px;
}
#menu-principal li a:hover {
	text-decoration: underline;
}


#servicios {
	padding: 0 0 40px 0;
}
#servicios h1 {
	text-align: center;
	width: 343px;
	height: 114px;
	line-height: 114px;
	background-image:url(imagenes/h1.png);
	margin: 35px auto 25px auto;
}
.menu-servicios {
	float: left;
	width: 29.78723404%;
	margin: 0 1.70212766% 30px 1.70212766%;
	background-image: url(imagenes/menu-servicios.jpg);
}
.menu-servicios img {
	display: block;
	width: 89.28571429%;
	margin: 15px auto 15px auto;
}
.menu-servicios h4 a{
	display: block;
	height: 36px;
	text-align: center;
	font-size: 14px;
	color: #4f001a;
	background-image: url(imagenes/menu-servicios-h4.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.menu-servicios h4 a:hover{
	color: #000;
	background-image: url(imagenes/menu-servicios-h4-hover.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.menu-servicios p {
    text-align: center;
	margin: 10px 10px 20px 10px;
	}
#parrillada-100 {
	background-image: url(imagenes/parrillada-100.png);
	padding: 20px 0 20px 0;
}
#parrillada-100 img{
	width: 50%;
   float:left;
}
#parrillada-texto {
	width: 50%;
	float:left;
}
#parrillada-texto h2 {
	color: #f8bf5f;
	text-align: center;
	width: 343px;
	height: 136px;
	padding-top:  40px;
	background-image:url(imagenes/parrillada-h2.png);
	margin: 20px auto 20px auto;
}
#parrillada-texto p {
	color: #FFF;
	margin: 0 20px 0 20px;
	text-align: center;
}
.galeria {
	padding-bottom: 80px;
}
.galeria h2 {
	text-align: center;
	width: 343px;
	height: 136px;
	line-height: 136px;
	background-image :url(imagenes/h2.png);
	margin: 25px auto 25px auto;
}
.galeria-foto {
	width: 18.08510638%;
	margin: 0 0.957446809% 34px 0.957446809%;
	background-color:#76001a;
	float:left;
}
.galeria-foto img{
	width: 88.23529412%;
	height: auto;
	display:block;
	margin: 10px auto	10px auto
}
#contactenos-100 {
	background-image: url(imagenes/parrillada-100.png);
	padding: 20px 0 20px 0;
}
.contactenos {
	width: 50%;
	margin-bottom: 100px;
	float: left;
}
.contactenos h2 {
	color: #f8bf5f;
	text-align: center;
	width: 343px;
	height: 136px;
	line-height: 136px;
	background-image:url(imagenes/parrillada-h2.png);
	margin: 25px auto 25px auto;
}
.contactenos p {
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.contactenos p a{
	color: #f8bf5f;
}
.contactenos p a:hover{
	text-decoration: underline;
}
#logo-public {
	display: block;
	width: 15%;
	float: none;
	margin: 40px auto 0 auto;
}
/*--------------------------------Formulario inicio--------------------------------*/
#formulario {
	margin-top: 40px;
	width: 45%;
	float: right;
}
#nombre, #email, #telefono, #mensaje {
	background-color: #A73F3A;
	color: #FFF;
	width: 100%;
	height: 38px;
	margin-bottom: 10px;
	border: none;
	padding: 0 0 0 10px;
}
#mensaje {
	padding-top: 10px;
	height: 80px;
}
#enviar {
	float: none;
	width: 100%;
	height: 36px;
	background-color: #670818;
	color:#FFF;
	border: none;
}
#enviar:hover {
	background-color: #430214;
}
/*--------------------------------Formulario final--------------------------------*/


/*Redes sociales con Font Awesome 1 INICIO*/
.contactenos ul {
	margin: 20px auto 0 auto;
	width: 160px;
	display: block;
}
.contactenos ul h3 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: rgba(249,249,249,1.00);
	text-align: center;
}
.contactenos ul li {
	float: left;
	margin: 0 4px 0 4px;
}
.contactenos ul li a {
	display: block;
	width: 32px;
	height: 32px;
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	color: rgba(255,255,255,0.50);
}
.contactenos ul li a:hover {
	color: rgba(255,255,255,1.00);
}
.contactenos ul li a span:not(.fa) {
	display:none;
}
/*Redes sociales con Font Awesome 1 FINAL*/

/*Datos Decrear inicio*/
.decrear {
	font-family: Helvetica, Arial, Gotham, "Helvetica Neue", sans-serif;
	font-size: 12px;
	background-color: rgba(0,0,0,0.40);
	padding: 15px;
	color: rgba(255,255,255,1.00);
	text-align: center;
}
.decrear a {
	color: rgba(255,255,255,1.00);
	font-weight: 700;
}
.decrear a:hover {
	text-decoration: underline;
}
/*Datos Decrear final*/


/*------------------------------------------------------------Media querie celular------------------------------------------------------------*/


@media screen and (max-width:480px){
#logo-mamut {
	width: 50%;
	top: 10px;
	margin-left: -25%;
}

#menu-principal {
	width: 100%;
	position:absolute;
	height: 47px;
	background-image: url(imagenes/menu-principal.png);
	background-size: cover;
	background-position: center top;
/*	background-attachment: fixed;*/
	bottom: -31px;
}
#menu-principal ul {
	width: 100%;
	margin: 0;
}
#menu-principal li {
	float: none;
	width: 100%;
}
#menu-principal li:first-child {
	width: auto;
}
#menu-principal li a {
	height: 24px;
	line-height: 24px;
	background-color:#F00;
	background-image: url(imagenes/menu-principal-cel.jpg);
	background-position: bottom;
}
#menu-principal li a:hover {
	text-decoration: underline;
}

#servicios h1 {
	margin-top: 100px;
}

.menu-servicios {
	width: 90%;
	margin: 0 5% 30px 5%;
}
.menu-servicios img {
	width: 89.28571429%;
}
#parrillada-100 {
}
#parrillada-100 img{
	width: 100%;
}
#parrillada-texto {
	width: 100%;
	margin-bottom: 20px;
}
#parrillada-texto h2 {
}
#parrillada-texto p {
	text-align:center;
}
.galeria {
	padding-bottom: 0;
}
.galeria h2 {
}
.galeria-foto {
	width: 43.75%;
	margin: 0 3.125% 34px 3.125%;
}
.galeria-foto img{
}
#logo-public {
	width: 40%;
	margin-top: 20px;
}
.contactenos {
	width: 90%;
	margin: 0 5% 20px 5%;
}
#formulario {
	width: 90%;
	margin: 0 5% 0 5%;
}

}


/*------------------------------------------------------------Media querie tablet------------------------------------------------------------*/


@media screen and (min-width:481px) and (max-width:768px){

.contenedor-100 {
}
.contenedor {
}
#encabezado {
}
#encabezado img {
}
#logo-mamut {
	width: 46.875%;
	top: 30px;
	left: 50%;
	margin-left: -23%;
}
#logo-mamut img {
	width: 100%;
	height: auto;
}
#menu-principal ul {
	width: 100%;
	margin: 0;
}
#menu-principal li {
	float: none;
	width: 100%;
}
#menu-principal li:first-child {
	width: auto;
}
#menu-principal li a {
	height: 24px;
	line-height: 24px;
	background-color:#F00;
	background-image: url(imagenes/menu-principal-cel.jpg);
	background-position: bottom;
}
#menu-principal li a:hover {
	text-decoration: underline;
}


#servicios {
	padding: 0 0 40px 0;
}
#servicios h1 {
	text-align: center;
	width: 343px;
	height: 114px;
	line-height: 114px;
	background-image:url(imagenes/h1.png);
	margin: 100px auto 25px auto;
}
.menu-servicios {
	width: 41.66666667%;
	height: 400px;
	margin: 0 4.166666667% 30px 4.166666667%;
}
.menu-servicios img {
	width: 89.28571429%;
}
.menu-servicios h4 a{
	display: block;
	height: 36px;
	text-align: center;
	font-size: 14px;
	color: #4f001a;
	background-image: url(imagenes/menu-servicios-h4.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.menu-servicios h4 a:hover{
	color: #000;
	background-image: url(imagenes/menu-servicios-h4-hover.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.menu-servicios p {
    text-align: center;
	margin: 10px 10px 20px 10px;
	}
#parrillada-100 {
}
#parrillada-100 img{
	width: 100%;
}
#parrillada-texto {
	width: 100%;
	margin-bottom: 20px;
}
#parrillada-texto h2 {
}
#parrillada-texto p {
	text-align:center;
}
.galeria {
	padding-bottom: 80px;
}
.galeria h2 {
	text-align: center;
	width: 343px;
	height: 136px;
	line-height: 136px;
	background-image :url(imagenes/h2.png);
	margin: 25px auto 25px auto;
}
.galeria-foto {
	width: 27.34375%;
	margin: 0 2.994791667% 34px 2.994791667%;
	background-color:#76001a;
	float:left;
}
.galeria-foto img{
	width: 88.23529412%;
	height: auto;
	display:block;
	margin: 10px auto	10px auto
}
#contactenos-100 {
	background-image: url(imagenes/parrillada-100.png);
	padding: 20px 0 20px 0;
}
.contactenos {
	margin-bottom: 100px;
}
.contactenos h2 {
	color: #f8bf5f;
	text-align: center;
	width: 343px;
	height: 136px;
	line-height: 136px;
	background-image:url(imagenes/parrillada-h2.png);
	margin: 25px auto 25px auto;
}
.contactenos p {
	color: #FFF;
	text-align: center;
}
.contactenos p a{
	color: #f8bf5f;
}
.contactenos p a:hover{
	text-decoration: underline;
}
#logo-public {
	width: 20%;
}



}

/*------------------------------------------------------------Media querie escritorio------------------------------------------------------------*/


@media screen and (min-width:769px){
.contenedor {
	max-width: 940px;
	width: 90%;
}
.contactenos {
	width: 50%;
}
#logo-public {
	width: 30%;
}
.menu-servicios {
	height: 420px;
}
}

