@charset "UTF-8";
/**
 * fullPage 2.1.9
 * https://github.com/alvarotrigo/fullPage.js
 *

 */
html body{
    margin: 0;
    padding: 0;
     background:url(images/Fondo_pan.jpg) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

/* HEADER
 * --------------------------------------- */

.section{
	text-align:center;
}

#menu{
	position: fixed;
	top: 0;
	left: 0;
	height: 140px;
	z-index: 70;
	width: 100%;
	padding-bottom: 0;
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 0;
	display: inline-block;
	background-image: url(images/header.png);
	overflow-y: hidden;
	overflow-x: hidden;
	margin-top: 0px;
}

#clear
{
	clear: both;
	float: none;
}

#logo {
	width: 160px;
	height: 130px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin-right: 100px;
	float: right;
}
#botonera {
	width: 100%;
	height: 160px;
	position: fixed;
	overflow-y: hidden;
	margin-top: 80px;
}
.inicio {
	float: left;
	background-image: url(images/inicio_btn.png);
	width: 80px;
	height: 40px;
	background-repeat: no-repeat;
	margin-top: 80px;
}
.nh {
	width: 210px;
	height: 40px;
	float: left;
	background-image: url(images/nh_btn.png);
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-top: 80px;
}
.productos {
	width: 140px;
	height: 40px;
	float: left;
	background-image: url(images/productos_btn.png);
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-top: 80px;
}
.contacto {
	width: 140px;
	height: 40px;
	float: left;
	background-image: url(images/contacto_btn.png);
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-top: 80px;
}
/*----------FIN DE HEADER---------*/.panes_txt {
	width: 100%;
	height: 120px;
	background-image: url(images/panes_centro.png);
	background-position: center 0%;
	background-repeat: no-repeat;
	margin-top: 180px;
	margin-bottom: 20px;
}
#panes_titulo {
	width: 100%;
	height: 64px;
	background-image: url(images/panes_titulo.png);
	background-repeat: no-repeat;
	padding-top: 0px;
}
#empanadas {
	width: 100%;
	height: 64px;
	background-image: url(images/empanadas.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-top: 60px;
}
#masas {
	width: 100%;
	height: 64px;
	background-image: url(images/masas.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-top: 60px;
}
#contener {
	height: 220px;
}
#contenedor_blanco {
	width: 100%;
	background-color: #FFFFFF;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	line-height: 0em;
	height: auto;
	display: inline-block;
}

ul.columnas {
	Float: left;
	width: 100%;
	List-style-type: none;
	padding-bottom: 10px;
	padding-top: 10px;
  }
  
  ul.columnas li{
	Display: inline;
	Float: left;
	Width: 50%;
	font-style: normal;
	font-weight: 400;
	font-family: duru-sans;
	font-size: small;
	text-align: center;
	text-decoration: none;
	color: #867468;
	line-height: 1.6em;
} 
#contenedor_main {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center 0%;
}
#contenedor_main #contenedor_blanco #fotos {
	height: auto;
	background-position: center 0%;
	margin-top: 1%;
	width: 100%;
}
#panes1 {
	background-image: url(images/foto_panes.png);
	background-repeat: no-repeat;
	height: 190px;
	background-position: center 0%;
}
#masas1 {
	background-image: url(images/foto_masas.png);
	background-repeat: no-repeat;
	height: 190px;
	background-position: center 0%;
}
#empanadas1 {
	background-image: url(images/foto_empanadas.png);
	background-repeat: no-repeat;
	height: 190px;
	background-position: center 0%;
}
#footer {
	width: 100%;
	height: 80px;
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(images/Footer.png);
	padding-top: 1%;
	margin-top: 3%;
	padding-bottom: 1%;
}
p {
	font-style: normal;
	font-weight: 400;
	font-family: duru-sans;
	font-size: small;
	text-align: center;
	text-decoration: none;
	color: #F1EBDA;
	line-height: 1em;

}
