
.front .easy-breadcrumb{
    display: none;
}

.front .field-name-body {
    background-color: #FFFFFF;
    overflow: auto;
}

.front .field-name-body a {
    color: #E4004F;
}

.front .field-name-body a:hover {
    color: #000000;
}

.front .field-name-body ul li {
    float: left;
    list-style: outside none none;
    position: relative;
    width: 18%;
    padding-bottom: 20px;
    min-width: 100px;
    margin: 1%;
}

.front .field-name-body ul {
    margin: 0px;
    padding: 0px;
}

body.front * .region-bottom {
    background: #38414a url("../images/arrow_white_marengo.png") no-repeat scroll right top;
}


.front #main {
    margin-bottom: 40px;
    background: #FFFFFF;
    min-height: 500px;
}

.front #main a {
    color: #E4004F;
    text-align: center;
}

.front #main a:hover {
    color: #000000;
}

.front #main-content {
    background: #d7d9db url("../images/arrow_white_grey.png") no-repeat scroll right top;
    margin: auto;
    overflow: hidden;
    z-index: 1;
    position: relative;
}


#background_biblioteca_front {
    background: url("../images/biblioteca_icono_biblioteca_sup.png") no-repeat scroll center top;
    width: 500px;
    height: 200px;
    margin: 0 auto;
}


.view-carruselportada{
    background-color: #CBC9C94D;
    overflow: auto;
    padding: 10px;
    margin-bottom: 20px;
    width: 95%;
    margin-left: 2%;
    min-width: 574px;
}
.view-carruselportada .view-content .views-row{
    width: 16%;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 5px;
    /* min-width: 100px; */
    vertical-align: top; 
}
.view-carruselportada .view-content .views-row * p{
    margin:0px;
    padding:0px;
    text-align: center;
}


@media only screen and (max-width: 1020px) {
    .view-carruselportada{
        min-width: 241px;
    }
    @media only screen and (max-width: 500px) {

        .view-carruselportada{
            min-width: 0px;
        }
        .view-carruselportada .view-content .views-row{
            width:100%;
        }
    }
}
