html, body{
	height: 100%;
}
.logo{
	background-color: #000;
	border-bottom: solid 0.3rem #ba0000;
	z-index: 10000;
}
.fondu_tienda_desenfocau{
	background: url(https://casilverio.com/wp-content/themes/casilverio/img/tienda_desenfocada.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
   background-size: cover;
   height: 100%;
   text-align: center;
}
.cartel{
	overflow: hidden;
}