@media (min-width: 768px) {
.navbar-nav > li > a {
 padding-top: 10px;
 padding-bottom: 10px;
}
}



/* 320px (iPhone) */
@media screen and (max-width:320px) {
/* DESTACADO 1 */
.Destacado1 {
 min-height:340px;
}
.Destacado1 .image-container .overlay {
 bottom:-100px;
}
.Destacado1 .image-container .overlay h2 {
    font-size: 16px !important;
}
/* DESTACADO 2 */
.Destacado2 {
 height:260px;
}
 .Destacado2 .container h2 {
 font-size:18px;
 padding:35px 0 0 0;
 height:160px;
}
}

@media screen and (max-width:520px) {
    .navbar-banner-movil {
        display: none;
    }
}

/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width:480px) {
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
 color: #000;
 display: block;
 padding: 10px 15px;
 clear: both;
 font-weight: normal;
 line-height: 1.428571429;
 color: #333333;
 white-space: nowrap;
 border-bottom: 1px solid #e8e8e8;
}
 .navbar-brand {
 width:240px;
}
.navbar-banner-movil {
    margin-left: 0 !important;
}
/* DESTACADO 1 */
.Destacado1 {
 min-height:370px;
}
.Destacado1 .image-container .overlay {
 bottom:-100px;
}
.Destacado1 .image-container .overlay {
 position: static !important;
}
.Destacado1 .image-container .overlay h2 {
    font-size: 16px !important;
}
/* DESTACADO 2 */
.Destacado2 {
 height:260px;
}
 .Destacado2 .container h2 {
 font-size:18px;
 padding:35px 0 0 0;
 height:160px;
}
 .navbar-toggle {
 margin-right: 5px;
}
.botonera .btn-RadioSur {
    padding: 2px 4px !important;
}
}
/* xGA iPad */
@media screen and (max-width:1024px) {
 .navbar-brand {
  width:200px;
}
.navbar-brand {
 float: left;
 padding: 10px 5px 0px 15px;
 font-size: 14px !important;
 line-height: 20px;
 }
}
/* 1280px (Small Desktop, Netbook) */
@media screen and (max-width:1280px) {
	/* BARRA BÚSQUEDA */

.BarraBusqueda {
    width: 246px !important;
 /*position:relative;*/
}
.BarraBusqueda .input-group {
    top: -8px !important;
    left: 0 !important;
}
/*
 .BarraBusqueda, .btn-RadioSur {
 margin-right:3px;
}*/
.Telefono {
 position:absolute;
left:380px;
top:-15px;
font-size:20px;
z-index:10;
}
 .Programacion {
 margin-top:15px;
}
}
/* 1200px (Small Desktop, Netbook) */
@media screen and (max-width:1200px) {
.Telefono {
left:330px !important;
}
}

/* Bootstrap 990px Breakpoint to 480px */
@media screen and (min-width:480px) and (max-width:991px) {
 .navbar-header {
 float: none;
}
 .navbar-toggle {
 display: block;
}
 .navbar-collapse {
 border-top: 1px solid transparent;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
 .navbar-collapse.collapse {
 display: none!important;
}
 .navbar-nav {
 float: none!important;
 margin: 7.5px -15px;
}
 .navbar-nav>li {
 float: none;
}
 .navbar-nav>li>a {
 padding-top: 10px;
 padding-bottom: 10px;
}
 .navbar-text {
 float: none;
 margin: 15px 0;
}
 .navbar-collapse.collapse.in {
 display: block!important;
}
 .collapsing {
 overflow: hidden!important;
}

}

/* Bootstrap 990px Breakpoint */
@media screen and (max-width:991px) {
    .navbar-brand {
        padding: 10px 5px 0px 10px !important;
    }
}
