html{
	min-height: 100%;
	position: relative;
}
body{
	background: #000;
	font-family: lato, sans-serif; !important;
}
.navbar{
	border-bottom: 10px solid #090;
}
.navbar p{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: alfa-slab-one,serif;
}
.titulos{
	text-transform:uppercase;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 21px;
	font-family: alfa-slab-one, serif;
	color: #009334; /* IE8 proofing */
	width:auto;
	font-weight:bold;
	letter-spacing: 1px;
	text-shadow: -1px -1px 0px #F8EA71, 1px -1px 0px #F8EA71, -1px 1px 0px #F8EA71, 1px 1px 0px #F8EA71;
}
.titulos2{
	color:#e10505;
    font-family: alfa-slab-one, serif;
	text-shadow: -3px -3px 0px #FF9, 3px -3px 0px #FF9, -3px 3px 0px #FF9, 3px 3px 0px #FF9;
	letter-spacing:3px;
	text-transform:uppercase;
}
#pizzas2, #pizzas3{ 
	display:none;
}
#pizzas1, #pizzas2, #pizzas3{
	margin-top:30px;
}
.banner-header{
	margin-top: 50px;
}
#sucursales p{
	padding:10px;
	color:#fff;
	font-weight:normal;
}
#sucursales h4{
	color:#A60000;
}
.slogan{
	background:#DE0005;
	font-family: alfa-slab-one, serif;
	color:#fff;
}
#contenedor{
	width: auto;
    position: relative;	
    margin:0;
    padding: 0;
}
#historia, #pizzas, #paquetes, #promociones, #contacto, #sucursales{
	color:#fff;
}
.footer{
	background: #222;
	bottom: 0;
	height: auto;
	width: 100%;
	color: #FFFFFF;
	border-top: 10px solid #000;
}
.footer p{
	margin-top: 20px;
}
@media only screen and (max-width: 1285px) {
    #img_banner{
    	display: none;
    }
    h4{
    	margin: 0px;
    }
    h3{
    	margin-top: 0px;
    }
    .footer p{
	margin-top: 0px;
	}

	.col-xs-12{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 768px){
	.footer{
		text-align:center;
	}
	.footer #info{
		text-align:center;
	}
}