/*--- generales --*/
.BL0px{border-left: 0px;}
.BB0px{border-bottom: 0px;}


/*-- cabecera --*/
.header_comuni{padding-top: 15px;}

/*-- menu lateral --*/
.level0 {background: #666666;padding-bottom: 40px;}
.box .level0 li {
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding: 15px;
}
.boxPrensa{padding: 28px !important;}
.boxPrensa .level0 a {color: white;}
.boxPrensa .level0 a:hover {color: white;text-decoration: underline;}
.level0 .catCounter {color: white;}
.boxMenuNoticia{display: none}

.box.title-border.title_prensa .header {border-top: 1px solid #666666}
.box.title_prensa .header, .box.title_prensa .header a{color: #666666 !important;}
.title_prensa li h3 a {
    color: #000;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
}
.title_prensa li h3 a:hover {color:#aaa}
.title_prensa .nspArt h4.nspHeader a:hover{color: #666666;}
.title_prensa .nspLinks ul li h4 a:hover{color: #666666;}

/*-- noticias --*/
.itemContainer{width: initial !important;}
.blocNoticie {
    position: relative;
    padding: 15px 15px 0px 15px !important;
}
.itemList article header, .itemListView article header{margin-bottom: 28px !important;}
.titleNotice {
    position: absolute;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.65),rgba(0,0,0,.65) 100%);
    padding: 20px 11px 0px 11px;
    bottom: 0;
    height: 100px;
}
.titleNotice h2 {
    text-shadow: 0 1px 1px #000;
    color: white;
    font-size: 14px !important;
    line-height: 18px !important;
}
.titleNotice h2 a{color: white !important;}
.titleNotice time {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 10px;
}
.header_comuni .titleNotice{
    position: absolute;
    top: 20px;
    background: rgba(255, 255, 255, 0.45);
}
.header_comuni .titleNotice h2{
    font-size: 12px !important;
    color: #282c2f;
    line-height: 1.2 !important;
    padding: 0px 0 9px 0;
}
.header_comuni .titleNotice h2 a{
    color: #282c2f !important;
    display: block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.header_comuni .titleNotice time {
    float: right;
    font-size: 12px;
}

@media(min-width: 384px){
    .header_comuni .titleNotice{top: 45px;}
    .header_comuni .titleNotice h2 {font-size: 14px !important;}
}
@media(min-width: 480px){
    .header_comuni .titleNotice {top: 60px;}
    .header_comuni .titleNotice h2 {font-size: 16px !important;}
}
@media(min-width: 600px){
    .header_comuni .titleNotice{top: 80px;}
    .header_comuni .titleNotice h2 {font-size: 18px !important;}
    .titleNotice h2{font-size: 16px !important;line-height: 22px !important;}
    .titleNotice time{font-size: 12px;bottom: 10px;}
    .titleNotice{height: 115px;}  
}
@media(min-width: 640px){
    .header_comuni .titleNotice{top: 90px;}       
    
}
@media(min-width: 768px){
    .header_comuni .titleNotice{top: 140px;}
    .header_comuni .titleNotice time{font-size: 14px;}
    .titleNotice h2 {font-size: 14px !important;}
}
@media(min-width: 800px){
    .header_comuni .titleNotice{top: 155px;}
    .header_comuni .titleNotice h2 {font-size: 20px !important;}
    .header_comuni .titleNotice time{font-size: 13px;}
    
    .titleNotice h2{font-size: 15px !important;line-height: 20px !important;}
    .titleNotice time{font-size: 12px;}
}

@media(min-width: 1024px){
    /*-- menu lateral --*/
    .level0 {padding-bottom: 1330px ;}

   /*-- noticia --*/
   .header_comuni .titleNotice{top: 165px;}
   .header_comuni .titleNotice h2{font-size: 24px !important;}
}

@media(min-width: 1280px){
    .header_comuni .titleNotice {top: 120px;}
    .titleNotice{height: 125px;}
}


