@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
	font-family: 'Open Sans';
	padding-top: 55px;
}

@media (min-width: 768px) {
	.container {
		max-width: 1200px;
	}
}

a {
  color: #141414;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #C69B21;
  text-decoration: none;
}

.noticia {
	padding-bottom: 20px;
}


.noticia h2, h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}


.noticia-completa p {
	
	padding-top: 10px;

}

.escudo {
	width: 100px;
}

.tabla-partido {
	font-size: 14px;
	margin-top: 10px;
	
}

.tabla-partido h2,h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.tabla-partido td {
	padding-top: 5px;
}

.brand-sede {
	font-style: italic;
}

.index-carrousel {
	padding-top: 10px;
}

.img-carousel {
	max-height: 100%;
	margin: auto;
}

.item-carousel  {
	height: 400px;
}

.row-index h2 {
	margin-top: 10px;
}
.social-icon {
	width: 30px;
	height: 25px;
	background-image: url('/static/depoencuentros_app/img/tw-fb-icons.png');
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-color: transparent;
	zoom: 1;
}
.navbar-social-img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.fb-icon {
	background-position: -60px -30px;
}
.tw-icon {
	background-position: -60px -0px;
}

.carousel-control.left {
	background-image: none ;
}
.carousel-control.right {
	background-image: none ;
}
.carousel {
	max-width: 800px;
	margin: auto;
}

.div-anuncio > div img {
	padding-top: 10px;
	padding-bottom: 5px;
}

