/*
Author: Wibrante
URL: http://www.wibrante.com
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml50 {
  margin-left: 50px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr50 {
  margin-right: 50px;
}
body {
  font-family: "Open Sans", "Helvetica", Arial, Sans-serif;
}
#bg1 {
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.logo-home {
  text-align: center;
}
.logo-home img {
  max-width: 100%;
}
.buscador-home {
  margin-top: 20px;
}
.presentation-home .p1 {
  font-size: 32px;
  text-align: center;
  color: #fee413;
  font-weight: 700;
}
.presentation-home .p1 span {
  font-size: 22px;
}
.tabla-header {
  background-color: #003b7b;
  color: #fff;
  padding: 12px 10px;
}
.tabla-header a {
  color: #fff;
}
.tabla-header h3 {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tabla-header-red {
  background-color: #d13447;
  color: #fff;
  padding: 12px 10px;
}
.tabla-header-red a {
  color: #fff;
}
.tabla-header-red h3 {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tabla-cuerpo {
  background: rgba(0,59,123,0.6);
  padding: 10px;
}
.tabla-cuerpo table {
  color: #fff;
}
.tabla-cuerpo-red {
  background: rgba(209,52,71,0.6);
  padding: 10px;
}
.tabla-cuerpo-red table {
  color: #fff;
}
.pj {
  color: #fee413;
  font-size: 18px;
}
.table-equipos img {
  height: 20px;
}
@media (max-width: 576px) {
  table.table {
    font-size: 8px;
  }
  .tabla-cuerpo {
    padding: 0px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  table.table {
    font-size: 8px;
  }
  .tabla-cuerpo {
    padding: 0px;
  }
}
