
/* ListadoNoticias */
.listadoNoticias{ background: #ffc9c9 }

/* sidebar */
.sidebar{ background: #e3fff6 }

 /*Marcas Campanas*/
 .marcas .logoCampanas{
     width: 100%;
 }


 /* NOTICIAS RELACIONADAS */
 .noticiasRelacionadas img, .noticias img{
    width: 100%;
   
 
}
 .noticiasRelacionadas .botonVerde{
    display: block;
    width: 15%;
 }

 

 /* Sidebar Noticias*/
.sidebarNoticias ul li{
    list-style: none;
    font-size: 14px;
}
.sidebarNoticias ul li a { 
    font-size: 14px;
}
 .sidebarNoticias ul li .flechita {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    vertical-align: middle;
    border-left: 5px dashed;
    border-rigth: 5px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    color: #0060ff;
}
.sidebarNoticias img{
    width: 25%;
}
.ssl{
    color: #000000;
}