@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
    font-family: 'Open Sans', 'sans-serif';
}
.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #cf146c;
    padding: 5px 60px 5px 0;
    line-height: 30px;
    font-weight: bold;
}
.mega-dropdown-menu .dropdown-header a{
    color: #d71a90;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 5px 15px;
}

/*nav.nav-interno{
    font-size: .78em !important;
}
nav.nav-interno li.head-nav span{
    font-size: 1.2em !important;
    border-bottom:1px dotted #BDBDBD;
    color:#D71A90;
    font-weight:bold;
    margin-bottom:8px;
    padding-bottom:4px;
}
nav.nav-interno li.head-nav span a{
    color: #000 !important;
}
nav.nav-interno ul li a{
    color: #222 !important;
}*/

@media (min-width: 768px){

}

@media (max-width: 768px){
    .mega-dropdown-menu{
        line-height: 30px;
    }
    .mega-dropdown-menu a{
        color: #fff !important;
    }
    .mega-dropdown-menu .dropdown-header {
        color: #81f2ff !important;
        font-weight: normal;
    }
    .mega-dropdown-menu .dropdown-header a{
        color: #81f2ff !important;
    }
    //propiedades del tercer nivel
}


/*
.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
*/


