@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	-webkit-font-smoothing: antialiased;
}
.ini{}
.ancara{ background:url(img/ancara.jpg) top center no-repeat; background-attachment:fixed;  background-size:cover;}
.bolan{ background:url(img/bolan.jpg) top center no-repeat; background-attachment:fixed;  background-size:cover;}
.smobra

#nav { padding:10px; }
#nav.negro{ background-color:#000;}
#nav.verde{ background-color:#afd46c;}
#nav.azul{ background-color:#88d3db;}
.menu li{ display:inline-block; padding:10px;}
.menu li a{ color:#fff; font-size:13px; font-weight:400; text-decoration:none; }
.contenedor{ max-width:960px; width:100%; margin:0px auto;}
.logo{ float:left; margin:5px;}
.menu{ float:right; margin:20px 10px;}
.social{ float:right; margin:20px 10px;}
.social a{ padding:10px; border:none;}
.btones{ text-align:center; margin-bottom:40px;}
.btones a{  border:none;}
.video { margin-top:20px;}
.chef { background:#000; color:#FFF;}
.chef img{ float:left; margin: 0px 30px 0px 0px;;}
.chef h2{ padding:120px 0px 0px; margin:0px 30px ;}
.chef p{ padding:0px; margin:20px 30px ;}
.contacto { width:300px; margin:20px auto; }
.linea{ border-bottom:1px dashed #999; display:block; width:100%; margin:10px 0px; height:1px;}

@media screen and (max-width: 400px) {
    body {
        background-color: lightblue;
    }
}

