@import url('https://fonts.googleapis.com/css?family=Montserrat');
body{
  font-family: Montserrat;
  padding-top: 50px;
}
#menu{
background-color:#fff
}
#menu a{
  color: black;
  font-weight: bold;
}

#menu a:hover{
  text-decoration: underline;
}
hr{
  border: 3px solid #E61280;
}
.btn-wsen{
  background-color: #EA60A3;
  color: white !important;

}
#twsen th{
  text-align: center;

}
#twsen td{
  text-align: center;

}
#twsen  tbody tr:hover{
  color: white;
  background-color: #EA60A3;
  cursor: pointer;
}


.btn-wsen:active{
  background-color: #E61280 !important;
  color: white;

}
.active{
  background-color: #E61280 !important;
  color: white;

}

.btn-wsen:hover{
  background-color: #E61280 !important;
  color: white;

}

a{
    color: black !important;
}
a:hover{

}
.navbar-toggle{
  background-color: black !important;
}

#programa  {
text-align: center;
}
#programa th {
text-align: center;
}
#programa  tbody td:hover{
  color: white;
  background-color: #EA60A3;
  cursor: pointer;
}

#programa  tbody td{
  font-weight: bold;
  vertical-align: middle;
}


#loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #E61280;
  border-bottom: 16px solid #E61280;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.chicos{
  height:170px;
}

@media (min-width: 768px) {
  .chicos{
    height:250px;
  }  }
