
/* ****************************************************************** 
    Importante:
    USAR ESTE ARCHIVO PARA EDITAR O AGREGAR ESTILOS.
****************************************************************** */
/*barra de posicion*/
#despliegue .categorias{
    margin-bottom:10px;
}
#despliegue .categorias a{
    color:#ce5243;
	font-size: 1.6em;
}
#despliegue .categorias a:hover{
    color:#993c37;
}
/*titulo*/
#despliegue .summary .kicker{
        margin-top: 25px;
    }
/*redes-sociales*/
.shares .fecharedesder ul li{display:inline; margin-right:4px;}
.shares .fecharedesder ul li .fb_iframe_widget{vertical-align:top;}

/*componente suscripcion NL*/
#cnl-contenedor .central{margin-left:0!important;}
#cnl-contenedor .central span{font-size:1.8em;}
#cnl-contenedor{margin-bottom:20px;}
#last{clear:both;}


/*iframe-videos*/

.iframe-videos {
  position: relative;
  height: 0;
  background-color:#000;
  padding-bottom: 56.25%;
}

.iframe-videos iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top:0!important;
}

/* ********************** de Mobile a TABLET ********************** */

@media only screen and (max-width: 768px) {
#UCD_masnoticiasLateral, #likebox{display:none;}	
}



/* ********************** de Tablet a DESKTOP ********************** */

@media only screen and (min-width: 980px) {}



/* ********************** de Desktop a HD ********************** */

@media (min-width: 1200px) {}


/* MAS DEL WRAPPER */
@media (min-width: 1360px) {}
@media (min-width: 1420px) {}















