@charset "UTF-8";
header.seccion h2 {
  background-color: #999999;
}
header.seccion h2 a {
  color: #fff;
}
header.seccion h2 a:hover {
  color: #f2f2f2;
}
header.seccion h2 {
    background-position: 15px top;
  background-repeat: no-repeat;
  }
header.seccion h2 .pull-left, section h2 .pull-left {
  font-size:15px;
  font-weight:bold;
  color:#fff;
}
section h2 {
  background-position: 10px top;
  background-repeat: no-repeat;
  background-color: #999999;
  height: 35px;
  padding:9px 15px 9px 20px;
  
}
section h2 a {
  background-image: url("../img/ico_flechas.svg");
  background-repeat: no-repeat;
  color: #FFF;
  padding-left: 20px;
  text-transform: none;
  margin-left: 20px;
  font-size: 12px;
}
section h2 a:hover {
  color: #f2f2f2;
}
@media (max-width:575px) {
section h2 .pull-right{
  float:nleft !important;
  }
section h2 .pull-right a{
  margin:0px;}
  section h2{
    height:auto;}
    
}