.botonsPortada
{
    display:flex;
}

.botonsPortada > div {
    padding: 0px 5px;
}

.botonsPortada > div > a {
    text-align: center;
}
.botonsPortada > div > a
{
    font-family: 'Open Sans','Asap',sans-serif;
    font-size: 14px;
    font-weight: bold;
    display:block;
    padding: 10px;
    border:1px solid lightgrey;
    border-radius:10px;
    color: white !important;
    background-color:black;
    height: 100%;
}

.botonsPortada > div > a:hover
{
    background-color:#e2001a;
    color:white;
}


/*configuracio banners portada */


.caixaPortada
{
    padding:0px;
    margin-top:10px;
    padding-left:6px;
    padding-right:6px;
}

.caixaPortada > div
{
    background: white;
    border: 1px solid lightgrey;
    border-radius: 10px;
    overflow: hidden;
}
.caixaPortada > div > div.textContent
{
    padding:10px;
}
.caixaPortada > div.fonscolor
{
    background: #e2001a;
}

.caixaPortada > div.fonscolor > a
{
    background: white;
    display: block;
}

.caixaPortada > div.fonscolor > a:hover
{
    background:rgba(255,255,255,0.6);
}

.caixaPortada > div .titol
{
    background: #e2001a;
    color: white;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    font-family: 'Open Sans','Asap',sans-serif;
    font-size:20px;

}
.caixaPortada > div .titol > a
{
    color:white;
}

.caixaPortada .item{
    margin:10px;
    border-bottom:1px solid lightgrey;
    max-height:90px;
    overflow:hidden
}

.caixaPortada .item .img{
    padding:0px;
    padding-bottom:5px;
    max-height:90px;
    overflow:hidden
}

.caixaPortada .item .text{
    text-align:justify;
    padding:0px;
    padding-left:5px;
    font-size: 12px;
}
.caixaPortada .item .data{
}


/* configuracio de l'slider */
.nivoSlider
{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;

    margin-top:10px;
    margin-bottom:10px;
    padding-left:5px;
    padding-right:5px;
}

.nivoSlider  .nivo-directionNav .nivo-prevNav {
    background:transparent url('../img/slider/arrows.png') 0 0 no-repeat;
    height:36px; /*height of img*/
    width:36px; /*width of img*/
    text-indent:-10000px; /*moving the default text*/
    overflow:hidden; /*hiding the default text*/
}

.nivoSlider  .nivo-directionNav .nivo-nextNav {
    background:transparent url('../img/slider/arrows.png') -39px 0 no-repeat;
    height:36px; /*height of img*/
    width:36px; /*width of img*/
    text-indent:-10000px; /*moving the default text*/
    overflow:hidden; /*hiding the default text*/
}

.nivoSlider .nivo-directionNav {
    display:block !important;
}

.sliderPortada .nivo-controlNav {
    padding: 5px 0;
    text-align: right;
    padding-right: 20px;
    z-index:500;
    margin-bottom: -30px !important;
    bottom: 30px !important;
    text-align:center;
}

.sliderPortada .nivo-controlNav a
{
    display:inline-block;
    width:22px;
    height:22px;
    background:url('../img/slider/bullets.png') no-repeat;
    text-indent:-9999px;
    font-size: 0;
    border:0;
    color:white;
}

.sliderPortada .nivo-controlNav a.active
{
    background-position:0 -22px;
}
