@font-face {
font-family: 'Bebas Neue';
font-style: normal;
font-weight: normal;
letter-spacing: 12px;
src: url('BebasNeueBold.otf');
}

body{

	font-family: 'Helvetica', 'Arial', 'sans-serif';
	font-size:14px;
}

h1{
	margin-top:0px;

	font-size:36px;
	color: #b10008;
	font-family: 'Bebas Neue';
 	letter-spacing: 2px;
}

h2{

	margin-top:0px;
	font-size:24px;
font-family: 'Bebas Neue';
 letter-spacing: 2px;


}

h3{
	margin-top:0px;
	font-size:17px;
	font-family: 'Bebas Neue';
 	letter-spacing: 2px;
 	color: #b10008;
}

.main-container{
	width:600px;
	margin:0 auto;
}

  .navbar-nav {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.navbar-nav > li {
      float: none;
      display: inline-block;
    
}

.navbar-nav > li > a{
font-family: 'Bebas Neue';
letter-spacing: 1px;
padding: 8px;
color: black;
font-size: 17px;

}

.navbar-nav > li.active > a{
	color: #b10008;
}

.nav > li > a:focus, .nav > li > a:hover{
	background: none;
	color: #b10008;
}

.navbar-nav > li > span{

	font-size:19px;
	font-weight: bold;
}

.programa-dia{
	border-bottom: 2px black solid;
	margin-top:5px;
	margin-bottom: 25px;
}

a{
	color:inherit;
}

a:hover{
		color: #b10008;
		text-decoration: none;

}

footer{
	height:200px;
}

#footer-img{
	width: 100px;
	bottom:0;
	position: relative;
	left:50%;
	margin-top: 40px;
}

#footer-img:hover, .shakeit {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.shakeit{
	  animation-iteration-count:infinite;

}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}



.local h2{
	margin-right: 10px;
	display: inline-block;
}

.local{
	margin-bottom:50px;
}
 @media screen and (max-width: 699px) and (min-width: 200px) {

 	.main-container{
	width:100%;
	padding:30px;
	}
 }