		.header_notificador
        {
        	left: 0px;
            width: 12%;
            max-width:150px;
        	height: 50px;
            min-height: 50px;        	
            margin: 0px;
            border-width: 0px;
            font-family: "dseoNarrowBook", Helvetica, Verdana;           
            color: #FFF;
            font-size: 20px;
            line-height: 19px;            
            z-index: 9999;
            /*position: fixed;*/
            background-color: transparent;
            text-transform: uppercase;
            color: #FFFFFF;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: clip;
            /*box-shadow: 0px 0px 15px rgba(0,0,0,0.84);*/
            background-color: #292929;
            bottom: 0px;
           
            text-align: center;
            /*display: table;*/
            float:left;
            position:relative;
            
        }
        .notificacion_ticker
        {
        	left: 12%;
            width: 85%;
            max-width:  85%; 
        	height: 50px;
            margin: 0px;
            border-width: 0px;
            font-family: "dseoNarrowBook", Helvetica, Verdana;
            z-index: 9999;
            min-height: 35px;            
            bottom: 0px;
            /*padding-left: 20px;*/
            /*white-space: nowrap;*/
            overflow: hidden;
            /*text-overflow: clip;*/
            color: #000000;
            font-size: 14px;
            text-transform: none;
            /*box-shadow: 0px 0px 15px rgba(0,0,0,0.84);*/
            background-color: #494949;
            display: table;
            float:left;
            
        }
        .cerrarticker
        {        	
            width: 3%;
            min-width:25px;
            height: 50px;
            position: absolute;
            top: 0;
            right: 0;
            background: #242424;
            margin: 0;
            padding: 0;
            border: 0;
            cursor:pointer;
        }
        
        .plecatitulo
        {       	
        	font-family: "dseoNarrowBook", Helvetica, Verdana;
            color: #FFF;
            font-size: 21px;
        	/*margin:0 auto;*/
        	text-align:center;
        	display: table-cell;
	        vertical-align: middle;
	        text-transform: uppercase;
	        max-width:150px;
	        width:100%;
	        max-height:50px;
	        height:50px;
	        padding:0;
	        float:left;
	        /*display: flex;
			flex-direction: column;
			justify-content: center;*/
	        
        }
        
        .plecatitulo img
        {       	
	        max-width:150px;
	        width:100%;
	        max-height:50px;
	        height:auto;	        
        }
        
        @media only screen and (max-width: 1120px)
        {
        	.plecaresumen
			{
				 font-size: 15px !important;
				 padding-top: 10px !important;
				 /*color:Red !important;*/
			}
			
			.plecatitulo img
			{
				margin-top:5px;
			}
        }
        
         @media only screen and (max-width: 960px)
        {
        	.plecaresumen
			{
				 font-size: 14px !important;
				 padding-top: 10px !important;
				 /*color:Red !important;*/
			}
			.plecatitulo
			{
				 font-size: 16px !important;
			}
			.plecatitulo img
			{
				margin-top:10px;
			}
        }
        
        @media only screen and (max-width: 600px)
        {
        	.plecatitulo img
			{
				margin-top:15px;
			}
        }
        
        .plecaresumen
        {
        	font-family: "dseoNarrowBook", Helvetica, Verdana;
            font-style: italic;
            font-size: 16px;
			/*  color: #FFF;            */
        	margin:0 auto;
        	display: table-cell;
	        vertical-align: middle;
	        padding-left: 35px;
	        padding-top: 15px;
            text-align: left;
            text-align: -webkit-match-parent;
            max-width: 77%;
            line-height: 18px;
            height: 50px;
            top: 0px;
            width: 77%;
            position: absolute;            
        }
        
        .plecaresumen .linkticker
        {
        	text-decoration: none;
        	color: inherit;
        }
        
        #ticker_notificador {      
	        position: fixed; 
	        bottom: 0;
            width: 100%;
            height: 0px;                       
            background: #292929;
		  color: #FFF;
		  z-index: 300;
		  overflow: none;
		  left: 0;
		  -moz-transition: all 0.4s ease-in-out;
		  -o-transition: all 0.4s ease-in-out;
		  transition: all 0.4s ease-in-out;
		  -webkit-transition: all 0.4s ease-in-out;
        }
        
        #ticker_notificador.show 
        {
			border-top:3px solid;/*#27CA03;*/
		  height: 50px;
		  -moz-transition: all 0.4s ease-in-out;
		  -o-transition: all 0.4s ease-in-out;
		  transition: all 0.4s ease-in-out;
		  -webkit-transition: all 0.4s ease-in-out;
		}
        
        .tickerup
        {
        	width: 4.2%;        	
            height: 24px;
            position: absolute;
            right: 3%;
            background: #373737;
            margin: 0;
            padding: 0;
            border: 0;
            cursor:pointer;
        }
        .tickerdown
        {
             width: 4.2%;
             
            height: 24px;
            position: absolute;
            /*top: 25px;*/
            right: 3%;
            background-color: #373737;
            margin: 0;
            padding: 0;
            border: 0; 
            cursor:pointer;
            margin-top:25px;
        }     
        
        #id_notifica_ticker 
        {          
		  background: #292929;
		  color: #000;
		  width: 220px;
		  height: 0px;
		  position: fixed;
		  z-index: 300;
		  bottom: 0;
		  overflow: none;
		  right: 0;
		  -moz-transition: all 0.1s ease-in-out;
		  -o-transition: all 0.1s ease-in-out;
		  transition: all 0.1s ease-in-out;
		  -webkit-transition: all 0.1s ease-in-out;	
		  cursor:pointer;
			
		}
        
        #id_notifica_ticker.show {
		  height: 50px;
		  border-top:3px solid; /*#27CA03;*/
		  /*border-left:3px solid;*/
		  -moz-transition: all 0.3s ease-in-out;
		  -o-transition: all 0.3s ease-in-out;
		  transition: all 0.3s ease-in-out;
		  -webkit-transition: all 0.3s ease-in-out;
		}
		
		 
        
        
#noti_num_ticker {
  width: 22px;
  height: 22px;
  position: absolute; 
  top:4px; 
  right: 58px; 
  text-align: center;
  font-family:"dseoBold", Helvetica, Verdana; 
  line-height: 24px; font-size: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /* background: #D90640;	*/
   -moz-transition: all 0.3s ease-in-out;
		  -o-transition: all 0.3s ease-in-out;
		  transition: all 0.3s ease-in-out;
		  -webkit-transition: all 0.3s ease-in-out;	
  /*background: #c2e121;*/
  color:#000;	
}

.slick-slide:focus { outline: none; }