 @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
        
        @font-face {
            font-family: 'Droid Sans';
            src: url('/TD2016/fonts/DroidSans-Bold.eot');
            src: url('/TD2016/fonts/DroidSans-Bold.eot?#iefix') format('embedded-opentype'), url('/TD2016/fonts/DroidSans-Bold.woff') format('woff'), url('/TD2016/fonts/DroidSans-Bold.ttf') format('truetype');
            font-weight: bold;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'Droid Sans';
            src: url('/TD2016/fonts/DroidSans.eot');
            src: url('/TD2016/fonts/DroidSans.eot?#iefix') format('embedded-opentype'), url('/TD2016/fonts/DroidSans.woff') format('woff'), url('/TD2016/fonts/DroidSans.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'BentonSans Cond';
            src: url('/TD2016/fonts/BentonSansCond-Medium.eot');
            src: url('/TD2016/fonts/BentonSansCond-Medium.eot?#iefix') format('embedded-opentype'), url('/TD2016/fonts/BentonSansCond-Medium.woff') format('woff'), url('/TD2016/fonts/BentonSansCond-Medium.ttf') format('truetype');
            font-weight: 500;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'BentonSans Cond';
            src: url('/TD2016/fonts/BentonSansCond-Black.eot');
            src: url('/TD2016/fonts/BentonSansCond-Black.eot?#iefix') format('embedded-opentype'), url('/TD2016/fonts/BentonSansCond-Black.woff') format('woff'), url('/TD2016/fonts/BentonSansCond-Black.ttf') format('truetype');
            font-weight: 900;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'BentonSans';
            src: url('/TD2016/fonts/BentonSans-Regular.eot');
            src: url('/TD2016/fonts/BentonSans-Regular.eot?#iefix') format('embedded-opentype'), url('/TD2016/fonts/BentonSans-Regular.woff') format('woff'), url('/TD2016/fonts/BentonSans-Regular.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }
        
        
        @font-face {
            font-family: 'BentonSans';
            src: url('/TD2016/fonts/BentonSans-Bold.eot');
            src: url('/TD2016/fonts/BentonSans-Bold.eot?#iefix') format('embedded-opentype'), url('/TD2016/fonts/BentonSans-Bold.woff') format('woff'), url('/TD2016/fonts/BentonSans-Bold.ttf') format('truetype');
            font-weight: bold;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'BentonSans Cond Book';
            src: url('/TD2016/fonts/BentonSansCond-Book.eot');
            src: url('/TD2016/fonts/BentonSansCond-Book.eot?#iefix') format('embedded-opentype'), url('/TD2016/fonts/BentonSansCond-Book.woff') format('woff'), url('/TD2016/fonts/BentonSansCond-Book.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }
        
        body {
    font-family: "BentonSans, Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    font-weight: 500;
    font-style: normal;
}

.navbar {
    border-color: #fff;
    min-height: 20px;
    margin-bottom: 10px !important;
    border: 0;
}
			

.navbar-default .navbar-nav > li > a{
	color:#fff;
}

.navbar-default .navbar-nav > .dropdown > a .caret{
	border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-default .navbar-brand{
	color:#fff;
}

.navbar-brand:hover {
    background-color: #d52128 !important;    
}


.navbar-brand {
    float: left;
    height: 33px;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 20px;
    background-color: #d52128;
    margin-left: 0;
}

.menu-large {
  position: static !important;
}

.megamenu{
  padding: 20px 0px;
  padding: 0;
  width:100%;
  border-left:20px solid red;;
  border-right: 20px solid red;
  border-bottom: 20px solid red;
  border-left:none;
  border-right: none;
  border-bottom: none;
  border-top: none;
  margin-left: -274px!important;
  margin-left: 2px !important;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
	color:#fff;
  }
}

.sticky {
            position: fixed;
            width: 1312px !important;
            top: 0;
            z-index: 100000;
            border-top: 0;
        }

        
        .climahora {
            position: relative;    
            bottom:40px;
        }

        .redesbusqueda {
            position: relative;    
            bottom:30px;
        }

.edm{
    margin-left: -217px!important;
    margin-left: 2px!important;
}


/*estilo index*/
        .loader {
            position: fixed;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            z-index: 9999;
            background: url('/TD2016/img/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
        }
        
        .loadersecciones {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 99999;
            background: url('/TD2016/img/loading.gif') 55% 50% no-repeat no-repeat rgb(232,198,198);
            display: none;
        }

        .container {
            padding-right: 0px;
            padding-left: 0px;
        }
        
        .row {
            margin: 0px -8px;
            margin: 0px -10px;
            padding: 0px;
        }
        
        .row-menu {
            margin-left: 1px;
        }
        
        .edanteriores {
            background-color: #a81a20;
            padding: 4px;
            color: #fff;
            display: block;
            margin-bottom: 4px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 12px;
            text-align: center;
            display: block;
            margin-top: 24px;
        }
        
        .eefp {
            margin-bottom: 56px;
        }
        
        .cabezal {
            background-color: #d52128;
            padding: 36px 0px;
            border-bottom: 1px solid #fff;
            margin: 0 auto;
            overflow: hidden;
        }

        .clubmenu {
            background-color:#484747;
            width: 250px;
            height:33px;
        }
        
        .logo {
            position: relative;
            top: 14px;
        }
        
        #custom-search-input {
            padding-top: 22px;
        }
        
        .navbar-default {
            min-height: 20px;
            margin-bottom: 2px;
        }
        
        a.dropdown-cet {
            width: 244px !important;
            text-align: right !important;
            padding-right: 14px !important;
            position: relative !important;
            left: 6px !important;
            bottom: 54px !important;
        }

        .dropdown-cet:hover {
            background-color: transparent !important;
            color: #fff !important;
        }

        .mover:hover {
            background-color: transparent !important;
            color: #fff !important;
        }

        .tmenu {
            position: relative;
            bottom: 21px;
            width: 88px;
            left: 10px;
        }


        #logom:hover {
            background-color: rgba(0, 0, 0, 0);
        }

        #logom {
            width: 194px;
            position: relative;
            bottom: 6px;
        }
        
        a:hover,
        a:focus {
            color: #23527c;
            text-decoration: none;
        }
        
        a:active,
        a:hover {
            outline: 0;
        }
        
        .navbar-default .navbar-nav>li>a:hover,
        .navbar-default .navbar-nav>li>a:focus {
            color: #ff0000;
            background-color: #fff;
            color: #fff;
            background-color: transparent;
        }
        
        .navbar-default .navbar-nav > li > a {            
            color: #fff;
            line-height: 2;
            text-align: center;
            width: 118px;
            height:33px !important;
        }
        
        .nav {
            font-family: 'BentonSans Cond', sans-serif;
			font-weight: 900;
			font-style: normal;
            font-size: 12px;
        }
        
        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 0;
            border-right: #fff solid 1px;
        }
        
        .navbar-static-top {
            width: 100%;
        }
        
        .caption.bg {
            background-color: #efefef;
            padding: 5px;
        }
        
        .iconos-redes {
            padding-top: 26px;
        }
        
        .clima {
            padding-top: 12px;
        }
        
        .localidad {
            position: relative;
            left: 50px;
            top: -10px;
            font-size: 12px;
            font-weight: bold;
            color: #fff;
        }
        
        li.iconos-redes img {
            display: inline-block;
            padding-right: 0px;
            padding-left: 0px;
            width: 36px;
            margin-left: 0px;
            margin-right: 0px;
        }
        
        ul.navbar-nav-right {
            background-color: #1e7b73;
        }
        
        ul.navbar-nav-left {
            background-color: #d52128;
        }
        
        .alpha {
            margin-left: 0px;
        }
        
        .omega {
            margin-right: -8px;
        }
        
        .clearfix {
            margin: 8px;
        }
        
        .seccion {
            position: relative;
/*            overflow: hidden;*/
        }
        
        .nombre-seccion {
            display: inline;
            padding: .2em .6em .3em;
            font-size: 75%;
            font-weight: 700;
            line-height: 1;
            color: #fff;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            font-family: 'BentonSans Cond', sans-serif;
			font-weight: 900;
			font-style: normal;
        }
        
        .seccion .nombre-seccion.nombre {
            position: relative;
        }
        
        .seccion .nombre-seccion.nombre {
            position: absolute;
            top: 0px;
            left: 10px;
            font-size: medium;
            padding-top: 6px;
            background-color: #d52128;
        }
        
        .seccion .nombre-seccion.deporte {
            position: absolute;
            top: 0px;
            left: 10px;
            font-size: medium;
            padding-top: 6px;
            background-color: #84a52b;
        }
        
        .seccion .nombre-seccion.espectaculos {
            position: absolute;
            top: 0px;
            left: 10px;
            font-size: medium;
            padding-top: 6px;
            background-color: #a91b71;
        }
        
        .seccion .nombre-seccion.vidayestilos {
            position: absolute;
            top: 0px;
            left: 10px;
            font-size: medium;
            padding-top: 6px;
            background-color: #ec008c;
        }
        
        .seccion .nombre-seccion.viajesyturismo {
            position: absolute;
            top: 0px;
            left: 10px;
            font-size: medium;
            padding-top: 6px;
            background-color: #00aaa6;
        }

        .nota-image-gradient {
            background-image:  url('/TD2016/img/bgp.png');
            background-size: auto auto;
            width: 100%;
            height: 100%;
            position: absolute;
        }

        h1.titulonota {
            font-size: 38px;
        }

        h1.titulonota, h2.titulonota, .caption h3 {
            font-family: 'Droid Sans', sans-serif;
			font-weight: bold;
			font-style: normal;
        }
        
        h1.titulonota,
        h2.titulonota {
            font-family: 'Droid Sans', sans-serif;
			font-weight: bold;
			font-style: normal;
            position: absolute;
            bottom: -10px;
            left: 0;
            text-shadow: 5px 5px 5px #373732;
            text-shadow: 0px 0px 8px #000;
            width: 100%;
            padding: 2%;
            text-align: left;
            z-index: 2;
        }
        
        .h2, h2, .h3, h3, h4 {
            font-size: 21px;
            font-family: 'Droid Sans', sans-serif;
			font-weight: bold;
			font-style: normal;
        }
        
        h5 {
            font-weight: bold;
        }
        
        fa {
            display: inline-block;
            font-family: 'FontAwesome';
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            z-index: 1000;
        }
        
        .fa-5x {
            font-size: 5em;
        }
        
        .titulonota a {
            color: #fff;
            text-decoration: none;

        }
        
        .titulonota a:active {
            color: #fff;
            text-decoration: none;
        }
        
        .titulonota a:visited {
            color: #fff;
            text-decoration: none;
        }
        
        .dep-esp {
            height: 46px!important;
        }

        .caption-sf {
            height: 96px!important;
        }

        .caption {
            background-color: rgba(204, 204, 204, 0.8);
            padding:0 5px;
            height: 70px;
            overflow: hidden;
        }
        
        .caption h3 {
            margin-top: 2px;
        }
        
        .caption a {
            color: #000;
            text-decoration: none;
            font-weight: bold;
        }
        
        .caption a:hover, a:focus {
            /*color: #000;*/
            text-decoration: none;
        }

        .dropdown-menu>li>a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: 900;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }

        .dropdown-menu .divider {
            height: 2px;
            margin: 1px 0;
            overflow: hidden;
            background-color: #e5e5e5 !important;
        }

         /*INICIO AHORA*/
        a.seccion-ahora:hover {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #7c0506 !important;
        }
        
        .seccion-principal {
            background-color: #ab0506;
        }

        .seccion-principal-clasificados {
            background-color: #980C0D;
        }

        a.seccion-principal-clasificados:hover {
            background-color: #980C0D !important;
            color: #fff !important;
        }
        
        a.seccion-principal:hover {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #7c0506 !important;
        }

        .dropdown-menu>li>a.seccion-principal {
            
            padding: 8px 20px;
            
            line-height: 1.42857143;
            color: rgba(255, 255, 255, .7) !important;
            
        }
        
        .seccion-principal h3 a {
            color: #fff;
        }
        
        .nav .seccion-principal h3 a:hover {
            color: rgba(255, 255, 255, 0.7)!important;;
        }
        /*FIN AHORA*/
        
        
        .dropdown-menu {
            border-top:transparent;
            left: -1px;
            font-size: 12px;
        }
        
        ul.hover-seccion {
            margin-top: -4px!important;
            /*margin-left: 0px!important;*/
        }
        
        li.dropdown:hover > .dropdown-menu.hover-seccion {
            display: block;
            background-color: transparent;
        }
        
        .navbar .navbar-nav .open .dropdown-menu {
            background-color: transparent;
        }
        
        a.seccion-depo:hover {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #6E9210 !important;
        }
        
        .seccion-deportes {
            background-color: #84a52b;
        }
        
        a.seccion-deportes:hover {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #6E9210 !important;
        }

        .dropdown-menu>li>a.seccion-deportes {
            padding: 8px 20px;
            font-weight: 900;
            line-height: 1.42857143;
            color: rgba(255, 255, 255, .7) !important;   
        }
        
        .seccion-deportes h3 a {
            color: #fff;
        }
        
        .nav .seccion-deportes h3 a:hover {
            color: rgba(255, 255, 255, 0.7)!important;;
        }
        
        a.seccion-espectaculo:hover {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #8b0d55!important;
        }
        
        a.seccion-espectaculost {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #8b0d55 !important;
            line-height: 2.5 !important;
        }

        .seccion-espectaculos {
            background-color: #a91b71 !important; 
        }
        
        a.seccion-espectaculos:hover {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #b7227c!important;
        }
        
        .dropdown-menu>li>a.seccion-espectaculos {
            display: block;
            padding: 8px 20px;
            clear: both;
            font-weight: 900;
            line-height: 1.42857143;
            color: rgba(255, 255, 255, .7) !important;
            white-space: nowrap;
        }
        
        .seccion-espectaculos h3 a {
            color: #fff;
        }
        
        .nav .seccion-espectaculos h3 a:hover {
            color: rgba(255, 255, 255, 0.7)!important;
        }
        
        a.seccion-vidayestilo:hover {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #ec008c !important;
        }

        a.seccion-vidayestilost {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #ca006f !important;
            line-height: 2.5 !important;
        }

        .seccion-vidayestilos {
            background-color: #ec008c !important;;
        }
        
        a.seccion-vidayestilos:hover {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #ad397d !important;
        }
        
        .dropdown-menu>li>a.seccion-vidayestilos {
            padding: 8px 20px;
            font-weight: 900;
            line-height: 1.42857143;
            color: rgba(255, 255, 255, .7) !important;
        }
        
        .seccion-vidayestilos h3 a {
            color: #fff;
        }
        
        .nav .seccion-vidayestilos h3 a:hover {
            color: rgba(255, 255, 255, 0.7)!important;;
        }

        a.seccion-viajeyturismo:hover {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #349e9b!important;
        }

        a.seccion-viajeyturismot {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #008283 !important;
/*            line-height: 2.5 !important;*/
        }
        
        .seccion-viajesyturismo {
            background-color: #00aaa6!important;
        }

        .seccion-viajesyturismot {
            background-color: #008283 !important;
        }
        
        a.seccion-viajesyturismo:hover {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #349e9b!important;
        }
        
        .dropdown-menu>li>a.seccion-viajesyturismo {
            display: block;
            padding: 8px 20px;
            clear: both;
            font-weight: 900;
            line-height: 1.42857143;
            color: rgba(255, 255, 255, .7) !important;
            white-space: nowrap;
        }
        
        .seccion-viajesyturismo h3 a {
            color: #fff;
        }
        
        .nav .seccion-viajesyturismo h3 a:hover {
            color: rgba(255, 255, 255, 0.7)!important;;
        }

         /*INICIO MEDIOS*/
        a.seccion-medio:hover {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #1e7b73 !important;
        }
        
        .seccion-medio {
            background-color: #1e7b73;
        }
        
        a.seccion-medio:hover {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #158f84 !important;
        }

        .dropdown-menu>li>a.seccion-medio {
            
            padding: 8px 20px;
            
            line-height: 1.42857143;
            color: rgba(255, 255, 255, .7) !important;
            
        }
        
        .seccion-medio h3 a {
            color: #fff;
        }
        
        .nav .seccion-medio h3 a:hover {
            color: rgba(255, 255, 255, 0.7)!important;;
        }
        /*FIN MEDIOS*/

         /*INICIO RADIO*/
        a.seccion-radio:hover {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #2f635e !important;
        }
        
        .seccion-radio {
            background-color: #1e7b73;
        }
        
        a.seccion-radio:hover {
            color: rgba(255, 255, 255, .7) !important;
            background-color: #2f635e !important;
        }

        .dropdown-menu>li>a.seccion-radio {
            padding: 8px 20px;
            line-height: 1.42857143;
            color: rgba(255, 255, 255, .7) !important;            
        }
        
        .seccion-principal h3 a {
            color: #fff;
        }
        
        .nav .seccion-principal h3 a:hover {
            color: rgba(255, 255, 255, 0.7)!important;;
        }
        /*FIN RADIO*/
        
        .opiniones {
            background-color: #d52128;
            padding: 20px 10px;
            color: #fff;
            text-transform: uppercase;
            margin-top: 0px;
        }
        
        .vistos {
            background-color: #d52128;
            padding: 5px 10px;
            color: #fff;
            text-transform: uppercase;
            margin-top: 0px;
        }
        
        .masvistos li {
            padding: 4px 0px 0px 0px;
            border-top: 1px solid #ccc;
        }
        
        .masvistos li a {
            padding: 9px 5px 0px 5px;
            color: #000;
            display: block;
            font-weight: 800;
            font-size: 14px;
        }
        
        .especiales {
            background-color: #d52128;
            padding: 5px 10px;
            color: #fff;
            text-transform: uppercase;
            margin-top: 0px;
        }
        
        #menu-seccion-deportes {
            background-color: #84a52b;
            height: 656px;
        }
        
        .footer {
            background-color: #d52128;
            padding: 30px 0px;
            margin: 0 auto;
            margin-bottom: 20px;
        }
        
        .bg-enfocotd {
            color:#fff;
            background-color: #d11417;
            margin: 0 auto;
            padding-bottom: 10px;
            position: relative;
            height: 563px;
            overflow: hidden;
        }

        .bg-enfoco {
            color:#fff;
            background-color: #d11417;
            margin: 0 auto;
            padding-bottom: 10px;
            position: relative;
            height: 565px;
            overflow: hidden;
        }
        
        .bg-enfoco .carousel-control {
            position: absolute;
            top: 41%;
            bottom: 0;
            left: -32px;
            width: 15%;
            font-size: 112px;
            color: #fff;
            color: #4E4040;
            text-align: center;
            text-shadow: 0 1px 2px rgba(0,0,0,.6);
            background-color: #E4DFDF;
            filter: alpha(opacity=50);
            opacity: .5;
            width: 38px;
            height: 67px;
            line-height: 52px;
        }
        
        .bg-enfoco a.right.carousel-control {
            left: 1242px;
        }
        
        .titenfoco {
            font-size: 26px;
            font-weight: bold;
            padding-left: 50px;
        }
        
        .titenfocofoto {
            font-size: 18px;
            font-weight: bold;
        }

        .col-enfoco {
            padding-right: 60px;
        }
        
        .enfocofecha {
            display: inline-block;
            min-width: 10px;
            padding: 3px 0;
            font-size: 12px;
            font-weight: 800;
            line-height: 1;
            color: #333;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            background-color: #fff;
        }
        
        .maslinks {
            position: absolute;
            right: 130px;
            bottom: -4px;
        }
        
        .enfocolasemana {
            display: inline-block;
            min-width: 10px;
            padding: 3px 7px;
            font-size: 12px;
            font-weight: 800;
            line-height: 1;
            color: #333;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            background-color: #fff;
            display: block;
            margin-bottom: 20px;
            padding: 10px;
        }
        
        .enfocolasemana a,
        a.enfocolasemana:visited,
        a.enfocolasemana:active,
        a.enfocolasemana:hover,
        a.enfocolasemana:focus {
            color: #000;
        }
        
        .focodescripcion {
            font-size: 14px;
        }


        .bg-enfocotd {
            color:#fff;
            background-color: #737373;
            margin: 0 auto;
            padding-bottom: 10px;
            position: relative;
            height: 563px;
            overflow: hidden;
        }

        .carrouselthum .carousel-control {
            font-size: 30px;
            color: #fff;
        }

        .titenfocotd {
            font-size: 26px;
            font-weight: bold;
            padding-left: 68px;
            padding-bottom: 22px;
            font-family: 'BentonSans Cond', sans-serif;
			font-weight: 900;
			font-style: normal;
        }

        .col-enfocotd {
            padding-right: 0;
            margin-left: -42px !important;
            width: 250px;
            width: 243px;
            height: 430px;
        }
        
        .maslinks-enfocotd {
            position: absolute;
            right: 348px;
            bottom: 16px;
            width: 243px;
        }

        .enfocolasemana-td {
            display: inline-block;
            min-width: 10px;
            padding: 3px 7px;
            font-size: 12px;
            font-weight: 800;
            line-height: 1;
            color: #333;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            background-color: #fff;
            display: block;
            margin-bottom: 20px;
            padding: 10px;
        }
        
            .enfocolasemana-td a,
            a.enfocolasemana-td:visited,
            a.enfocolasemana-td:active,
            a.enfocolasemana-td:hover,
            a.enfocolasemana-td:focus {
            color: #000;
        }

        
        .opiniones {
            background-color: #d52128;
            padding: 20px 10px;
            color: #fff;
            text-transform: uppercase;
            margin-top: 0px;
        }
        
        .footer {
            color: #fff;
            background-color: #d52128;
            padding: 30px 0px;
            margin: 0 auto;
            margin-bottom: 20px;
        }
        
        .footer h3 {
            margin-top: 3px;
        }
        
        ul.nosotros a,
        ul.links a {
            color: #fff;
        }
        
        ul.menu-categorias li a {
            text-decoration: none;
            color: rgba(255, 255, 255, .5);
            padding: 10px 11px;
            display: block;
            border-bottom: solid 1px #efefef;
            width: 248px;
            text-transform: uppercase;
            font-weight: bold;
        }
        
        ul.menu-categorias li a:hover {
            color: #ffffff;
        }
        
        .media {
            border-bottom: 1px solid #ccc;
        }
        
        .media-heading {
            font-weight: bold;
            font-size: 18px;
        }
        
        .media-body p {
            font-weight: bold;
            font-size: 12px;
        }
        
        .socialShare {
            z-index: 100000;
        }
        
        .i-fa {
            background-color: #4460ae;
            color: white;
            border-radius: 8px;
            width: 38px;
            height: 38px;
            padding: 8px 5px 5px 5px;
        }
        
        .i-tw {
            background-color: #55acee;
            color: white;
            border-radius: 8px;
            width: 38px;
            height: 38px;
            padding: 8px 5px 5px 5px;
        }
        
        .i-fa-2 {
            background-color: #4460ae;
            color: white;
            border-radius: 6px;
            width: 32px;
            height: 32px;
            padding: 6px 3px 3px 3px;
        }
        
        .i-tw-2 {
            background-color: #55acee;
            color: white;
            border-radius: 6px;
            width: 32px;
            height: 32px;
            padding: 6px 3px 3px 3px;
        }
        
        .rowm {
            margin: 0px;
        }
        
        .idlogoin {
            padding: 2px;
            border-right: #fff solid 1px;
            display: none;
        }
        
        
        .fechahora {
            position: absolute;
            top: 68px;
            left: 20px;
            color: #ddd;
            font-size: 12px;
            font-weight: bold;
        }
        /*Nota*/
        
        .redes-nota {
            margin-left: 40px;
            padding: 10px 10px 10px 0;
            border-top: 1px solid #333;
            border-bottom: 1px solid #333;
        }
        
        #nota h1 {
            font-family: 'Droid Sans', sans-serif;
	    font-weight: bold;
            font-size: 36px;
            padding: 0 0 0 40px;
	    letter-spacing: -2px;
        }
        
        .fechahoranota {
            padding: 20px 40px;
            display: block;
            font-family: 'Droid Sans', sans-serif;
			font-weight: normal;
            font-size: 14px;
        }
        
        #publicidad-lateral-nd {
            background-color: beige;
        }
        
        .pub {
            padding-bottom: 10px;
            display: block;
        }
        
        .wrap-notafoto {
            overflow: hidden !important;
        }
        
        .notafoto {
            padding: 0 0 0 40px;
            width: 850px;
        }
        
        .notacontenido {
            padding: 0 0 0 40px;
            margin-top: 20px;
            margin-bottom: 40px;
            /*width: 850px;*/
            font-family: 'Droid Sans', sans-serif;
	    font-weight: normal;
            font-size: 16px;
        }
        
        #fbcomentarios {
            padding: 0 0 0 40px;
            margin-top: 20px;
            width: 850px;
        }
        
        .epigrafe {
            padding: 10px;
            text-align: left;
            color: #efefef;
            font-weight: bold;
	    background-color: rgba(204, 204, 204, 0.8);
	    color: #333;
	    letter-spacing: -0.5px;
        }
        
        .seccion {
            padding-bottom: 20px;
        }
        
        .bg-w {
            background-color: #fff;
        }
        
        .logo-print {
            display: none;
        }
        
        /*carousel*/
        .carousel {
            margin-top: 20px;
            padding: 0;
        }
        
        .carousel-control{
            top:3%;
            left: -80px;
        }
        
        .carousel-control.right {
            right: -34px;
        }
        
        .carousel-control.left, .carousel-control.right {
          background: none !important;
          filter: progid: none !important;
          outline: 0;
         }
        
        .carousel .carousel-control {
          visibility: visible;
        }
        
        .carousel:hover .carousel-control {
          visibility: visible;
        }
        
        .carousel-control:focus, .carousel-control:hover {
            color: #666;;
        }
        
        .carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
            display: block;
            overflow: hidden;
        }
        
        .carousel-caption {
            width: 100%;
            padding: 5px;
            position: absolute;
            bottom: 0px;
            left: 0%;
            z-index: 10;
            color: #fff;
            background: rgba(0, 0, 0, 0.6) !important;
            text-align: left;
            font-size: 16px;
        }
        
        .glyphicon-chevron-left:before {
            content: "\e079";
            font-size: 80px;
        }
        
        .glyphicon-chevron-right:before {
            content: "\e080";
            font-size: 80px;
        }
        
        .item, .active {
            overflow: hidden;
            width: 788px;
        }
        
        .item .thumb {
            width: 25%;
            cursor: pointer;
            float: left;
        }
        
        .item .thumb img {
            width: 100%;
            width: 194px !important;
            margin: 2px;
            margin: 0;
        }
        
        .item img {
            width: 100%;
        }

    #limclub {
            background-color:#484647;
            padding:5px 0 0 0;
            right:356px;
        }

    .ico {
            position: relative;
            right: -7px;
            bottom: 12px;
        }
        
       .ico a{
        display: block;
        float: right;
        width: 36px;
        height: 36px;
        border: 2px solid #fff;
        border-radius: 50px;
        margin-right: 7px; /*space between*/

    } 
    .ico a i{
        padding: 10px;
        font-size: 20px;
        color: #fff;
        line-height: 12px !important;
    }

    .icofooter {
        position: relative;
        top: 14px
    }
        
       .icofooter a{
        display: block;
        float: left;
        width: 36px;
        height: 36px;
        border: 2px solid #fff;
        border-radius: 50px;
        margin-right: 7px; /*space between*/

    } 
    .icofooter a i{
        padding: 10px;
        font-size: 20px;
        color: #fff;
        line-height: 12px !important;
    }

    .search {
        padding: 5px 0;
        width: 240px;
        height: 60px;
        position: relative;
        left: 78px;
        line-height: 22px;
    }

        
    .search input {
    position: absolute;
    width: 154px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    height: 30px;
    line-height: 18px;
    padding: 0 12px 0 6px !important;
    border-radius: 4px;
    right: 160px;
    top: 8px;
    background-color: #d52128;
    border: 2px solid #fff;
    color: #fff;
    text-align: right;
}

    .search:hover input, .search input:focus {
       /* width: 160px;
        margin-left: 0px;*/
        border: 2px solid #fff;
        
    }

    .search .btn {
        height: 30px;
        position: absolute;
        right: 0;
        right: 114px;
        top: 5px;
        border-radius:1px;
}

.ui-datepicker {
    width: 19em;
    padding: .2em .2em 0;
}

#comments {
    font-family: "BentonSans, Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #666;
    border: 1px solid #B5BFD5;
    padding: 5px;
    margin: 36px 0 10px 36px;
}