@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

html, body {
    background: rgb(221,221,221); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    height: 100%;
    /* font-family: 'PT Sans', sans-serif !important;*/
    font-family: Lato, Calibri, Arial, sans-serif !important;
    display: table;
    margin: auto;
}

.nopadding {
    padding: 0px !important;
}

.nopadding-left {
    padding-left: 0px !important;
}

.nopadding-right {
    padding-right: 0px !important;
}

a:hover,
a {
    color: inherit;
    text-decoration: none;

}

.container.main {
    background-color: #fff;
    margin: auto;
    height: 800px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    background-image: url(../img/header-arrow.png);
    background-position: left top;
    background-repeat: no-repeat;
    display: table;
}

.header .languages {
    color: #00632e;
    font-size: 14px;
    text-transform: uppercase;
}

    .header .languages ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .header .languages ul li {
            float: left;
            margin: 0px;
            padding: 0px;
            line-height: 45px;
            margin-right: 30px;
        }

            .header .languages ul li:hover {
                cursor: pointer;
            }

.header .logos {
    line-height: 145px;
}


    .header .logos .l-aica {
        /*text-align:center;*/
    }

.header .navigation-menu {
    list-style: none;
    width: 100%;
    background-color: #bfd600;
}


    .header .navigation-menu .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

	.navigation-menu .dropdown:hover {
    background-color: #EBF2B2;
}

    .header .navigation-menu li {
	
		padding:2px;
        float: left;
        background-color: #bfd600;
        height: 56px;
        text-align: left;
        font-size: 15px;
        color: #00632e;
        width: 16.7%;
        display: table;
    }


.navigation-menu .navigation-menu-item {
    text-align: center;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    background-image: url(../img/separador.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}

.navigation-menu .dropdown:last-child .navigation-menu-item {
    background-image: none !important;
}


.navigation-menu .navigation-menu-item a {
    display: table;
    text-align: center;
    width: 100%;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    /*border-right: 2px solid #fff;
    line-height: 36px;*/
	    line-height: 16px;
}

    .navigation-menu .navigation-menu-item a.big {
        /*  line-height: 20px;*/
    }

.header .dropdown-menu li {
    float: none;
    background-color: #ebf2b2;
    height: auto;
    text-align: left;
    font-size: 15px;
	letter-spacing: -1px;
    color: #00632e;
    width: 100%;
    display: table;
}

.navigation-menu .dropdown-menu {
    width: 200%;
    padding-bottom: 0px;
    padding-top: 0px;
    border-radius: 0px !important;
    z-index: 9999999;
	border-top: 0px;
}

li.dropdown:nth-child(7) .dropdown-menu {
    left: -96%;
}

.dropdown-menu > li > a:hover {
    background-color: #79b421 !important;
    color: #ebf2b2;
    background-image: none;
}

.dropdown-menu a i {
    float: right;
}

.miga {
    color: #7ab521;
    font-size: 13.7px;
    float: right;
	    margin-bottom: 20px;
    margin-top: 20px;
}

    .miga .inactive {
        color: #a3a2a4;
        display: inline;
    }

.slider {
    width: 100%;
    height: 450px;
    float: left;
    margin-top: 10px;
}

/*carrusel*/

.meytel-carrusel {
    clear: both;
    position: relative;
    min-height: 340px;
}

    .meytel-carrusel .carousel-control {
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 99999;
        cursor: pointer;
    }

    .meytel-carrusel .left.carousel-control,
    .meytel-carrusel .right.carousel-control {
        top: 35%;
        bottom: 35%;
    }

    .meytel-carrusel .right.carousel-control {
        background-image: url(../img/arrow-carrusel-right.png);
    }

    .meytel-carrusel .left.carousel-control {
        background-image: url(../img/arrow-carrusel-left.png);
    }

.meytel-carrusel-container {
    width: 100%;
    overflow: hidden;
    height: 400px;
    position: relative;
}

.meytel-carrusel-pages {
    margin: auto;
    /* float: none; */
    position: relative;
    /* margin-top: 36%; */
    display: table;
    /* vertical-align: bottom; */
    /* position: absolute; */
    top: 385px;
    /* left: 0px; */
    /* left: 50%; */
    /* right: 0px; */
    /* width: 100%; */
    /* text-align: center; */
    /* margin-top: 90%; */
    z-index: 999999999999999;
}

.meytel-carrusel-page {
    width: 24px;
    height: 6px;
    background-color: #fff;
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    z-index: 999999999999999;
}

    .meytel-carrusel-page.active {
        background-color: #00632e;
    }

.carousel-control {
    width: 5%;
}

.meytel-carrusel-child {
    width: 100%;
    height: 400px;
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}

    .meytel-carrusel-child.has-video .child-text-layer {
        display: none;
    }

    .meytel-carrusel-child .child-text-layer {
        background-color: rgba(255, 255, 255, 0.8);
        color: #484548;
       
        padding: 20px;
        position: absolute;
        right: 0px;
        font-size: 25px;
        top: 45%;
        min-height: 100px;
        /*background-image: url(/content/images/arrow-title-carrusel.png);*/
        background-repeat: no-repeat;
        background-position: 10px center;
        line-height: 30px;
        
        height: auto;
        width: 37%;
        margin-bottom: 40px;
        margin-right: 80px;
         font-weight: lighter;
    /*display: table-cell;*/
    vertical-align: top;
    font-size: 29px;
    }

.details .meytel-carrusel-child .child-text-layer {
    background-color: rgba(255, 255, 255, 0.7);
    color: #484548;
    display: table;
    padding: 8px;
    /* padding-left: 50px; */
    position: absolute;
    right: 0px;
    font-size: 12px;
    bottom: 0px;
    min-height: 23px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 10px center;
    line-height: 9px;
    width: 100%;

}

.meytel-carrusel-child .child-text-layer a {
    color: #484548;
    font-weight: lighter;
    /*display: table-cell;*/
    vertical-align: top;
    font-size: 29px;
}


    .meytel-carrusel-child .child-text-layer a.title-lower {
        font-size: 18px !important;
        color: #484548 !IMPORTANT;
        float: left;
        clear: both;
        /* width: 100%; */
        position: absolute;
        bottom: 15px;
        left: 23px;
        padding-left: 21px;
        background-image: url(../img/flecha_link.png);
        background-position: left center;
        background-repeat: no-repeat;
    }

.details .meytel-carrusel-container {
    height: 340px;
}

.details .meytel-carrusel-child {
    max-height: 340px;
}

.timer-carousel-control {
    top: 0px;
    position: absolute;
    height: 5px;
    background-color: rgba(255,255,255,0.4);
    width: 0px;
    left: 0px;
    z-index: 999999;
}


.link-icons {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
    line-height: 20px;
}

    .link-icons .link-icon {
        width: 20%;
        float: left;
        text-align: center;
        font-weight: lighter;
    }

        .link-icons .link-icon img {
            margin-bottom: 15px;
        }

        .link-icons .link-icon p {
            width: 70%;
            margin: auto;
        }

        .link-icons .link-icon a {
            color: #00632e;
            text-align: center;
            font-size: 19.5px;
            word-wrap: break-word;
        }

.medium-content {
    margin-bottom: 35px;
}


    .medium-content .featured-container {
        padding-left: 0px;
    }

    .medium-content .news-container {
        padding-right: 0px;
    }

    .medium-content .featured {
    }

        .medium-content .featured .head {
            background-color: #4913a0;
            line-height: 63px;
            font-size: 25px;
            color: #fff;
            padding-left: 22px;
            background-image: url(../img/exclamacion_contorno.png);
            background-position: 97% center;
            background-repeat: no-repeat;
            font-weight: lighter;
        }

.featured-item {
    margin-top: 35px;
    float: left;
    height: 176px;
    overflow: hidden;
    margin-bottom: 8px;
	width:100%;
}

.medium-content .featured .featured-item .title {
    color: #8c8b8d;
    font-size: 20.54px;
    margin-bottom: 15px;
    line-height: 22px;
}

.medium-content .featured .featured-item .texto {
    font-size: 15.98px;
    color: rgb(72, 69, 72);
    line-height: 20px;
    text-align: left;
}

.medium-content .featured .featured-item .links {
    font-size: 15.98px;
    color: #484548;
}

    .medium-content .featured .featured-item .links .link {
        float: left;
        clear: both;
        padding-left: 21px;
        background-image: url(../img/flecha_link.png);
        background-position: left center;
        background-repeat: no-repeat;
        margin-top: 15px;
    }

.featured-item .image {
    float: left;
    margin-right: 25px;
    padding-bottom: 40px;
}


    .featured-item .image img {
        max-width: 184px;
    }

.separator {
    float: left;
    height: 2px;
    width: 184px;
    background-color: #4913a0;
    clear: both;
    margin-top: 35px;
}

.medium-content .featured .flow-container {
    overflow: hidden;
    position: relative;
    height: 475px;
    transition: all ease 0.5s;
}

    .medium-content .featured .flow-container .flow-container-flow {
        position: relative;
        display: table;
        transition: all ease 0.5s;
    }

.medium-content .featured .paginator {
    height: 40px;
    background-color: #d2c4e7;
    float: left;
    width: 100%;
    clear: both;
    text-align: right;
    border-bottom: solid 2px #4913a0;
}

    .medium-content .featured .paginator a {
        line-height: 40px;
        margin-right: 5px;
        cursor: pointer;
    }

        .medium-content .featured .paginator a.next {
            margin-right: 20px;
        }


.medium-content .area-interes {
    float: left;
    width: 100%;
    margin-top: 35px;
    padding-top: 12px;
    border-top: solid 2px #d5d4d5;
    padding-bottom: 40px;
    border-bottom: solid 2px #d5d4d5;
}

    .medium-content .area-interes .title {
        color: #4913a0;
        font-size: 25px;
        padding-bottom: 20px;
        font-weight: lighter;
    }


    .medium-content .area-interes .flow-container {
        overflow: hidden;
        position: relative;
        height: 185px;
        width: 100%;
        max-width: 725px;
    }



        .medium-content .area-interes .flow-container .flow-container-flow {
            position: relative;
            width: 100%;
            display: table;
            transition: all ease 0.5s;
        }


            .medium-content .area-interes .flow-container .flow-container-flow .item {
                height: 185px;
                width: 23%;
                float: left;
                margin-right: 2.6%;
                display: table;
                font-size: 17.2px;
                max-width: 166px;
            }

                .medium-content .area-interes .flow-container .flow-container-flow .item.legisla {
                    background-color: #fce700;
                    color: #00632e;
                }

                .medium-content .area-interes .flow-container .flow-container-flow .item.link {
                    background-color: #bab9ba;
                    color: #fff;
                }


                .medium-content .area-interes .flow-container .flow-container-flow .item.informe {
                    background-color: #bfd600;
                    color: #00632e;
                }


                .medium-content .area-interes .flow-container .flow-container-flow .item.queja {
                    background-color: #a3a2a4;
                    color: #fff;
                    margin-right: 0px;
                }




                .medium-content .area-interes .flow-container .flow-container-flow .item .item-content {
                    /*display: table-cell;*/
                    vertical-align: middle;
                    margin: auto;
                    text-align: center;
                    margin-top: 30px;
                }


    .medium-content .area-interes .paginator {
        float: right;
        text-align: right;
    }

        .medium-content .area-interes .paginator a {
            line-height: 40px;
            margin-right: 5px;
            cursor: pointer;
        }

.medium-content .news {
    border: solid 1px #cecdce;
    float: left;
    width: 100%;
}

    .medium-content .news .title {
        color: #4913a0;
        font-size: 25px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 12px;
        padding-bottom: 10px;
        font-weight: lighter;
    }

        .medium-content .news .title .mas {
            float: right;
            font-size: 40px;
            color: #c6c5c6;
            line-height: 33px;
        }


.nav-tabs {
    border-bottom: 0px solid #ddd !important;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        background: #e3e4e5;
        width: 30%;
        margin: 1.5%;
        text-align: center;
    }


.medium-content .news .tab-content {
    padding: 20px;
    padding-top: 18px;
    padding-bottom: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #e3e4e5;
    border: 1px solid #ddd !important;
    border-bottom-color: #e3e4e5;
}

.medium-content .news .news-item {
    font-size: 15.98px;
    text-align: left;
    margin-bottom: 25px;
    width: 100%;
    clear: both;
}

    .medium-content .news .news-item .date {
        font-size: 15px;
        margin-left: 15px;
    }

    .medium-content .news .news-item .title {
        font-size: 16px;
        padding: 0px;
        margin-left: 15px;
        letter-spacing: -1px;
        color: #484548;
        font-weight: normal;
    }

    .medium-content .news .news-item:nth-child(1) {
        border-left: solid 8px #00892f;
    }

        .medium-content .news .news-item:nth-child(1) .date {
            color: #00892f;
        }

    /*2*/
    .medium-content .news .news-item:nth-child(2) {
        border-left: solid 8px #79b421;
    }

        .medium-content .news .news-item:nth-child(2) .date {
            color: #79b421;
        }
    /*3*/
    .medium-content .news .news-item:nth-child(3) {
        border-left: solid 8px #bed500;
    }

        .medium-content .news .news-item:nth-child(3) .date {
            color: #bed500;
        }
    /*4*/
    .medium-content .news .news-item:nth-child(4) {
        border-left: solid 8px #dfea7f;
    }

        .medium-content .news .news-item:nth-child(4) .date {
            color: #dfea7f;
        }


.calendario {
    border: solid 1px #cfcfcf;
    display: table;
    width: 100%;
    padding: 8px;
    padding-top: 0px;
    margin-top: 35px;
    padding-bottom: 0px;
}

    .calendario .magrama {
        color: #42a62b;
    }

    .calendario .aica {
        color: #4913a0;
    }

    .calendario .both {
        background-image: url(../img/cal-both.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        color: #fff;
    }

    .calendario .title {
        color: #4913a0;
        font-size: 25px;
        margin-left: 12px;
        padding-bottom: 10px;
        padding-top: 10px;
        font-weight: lighter;
    }

    .calendario .legend {
        float: right;
        color: #8c8b8d;
        font-size: 12px;
        width: 40%;
    }

        .calendario .legend .block {
            width: 10px;
            height: 10px;
            background-color: #42a62b;
            float: left;
            margin-top: 4px;
            margin-right: 5px;
        }

            .calendario .legend .block.blue {
                width: 10px;
                height: 10px;
                background-color: #4913a0;
            }

#calendar {
    width: 100%;
    height: 234px;
    overflow: hidden;
    border: 0px !important;
}



    #calendar .k-link.k-nav-fast {
        background-color: #dfeb80;
        color: #00632e;
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 10px;
        float: none;
        height: 50px;
        width: 65%;
    }

  

    #calendar a.k-link.k-nav-next,
    #calendar a.k-link.k-nav-prev {
        background-color: #e3e4e5;
        height: 50px;
        width: 15%;
    }

       #calendar td.k-today a.k-link {
        color: #8c8b8d !important;
        font-weight: bold !important;
    }
    #calendar td,
    #calendar th {
        text-align: center;
        background-color: #fff !important;
        font-size: 15px;
        color: #8c8b8d;
    }

    #calendar th {
        font-weight: bold;
        font-size: 15px;
        border: 0px !important;
        color: #5e5c5f;
    }

    #calendar table {
        width: 80%;
        margin: auto;
        text-align: center;
        float: none;
    }

   

    #calendar .k-footer {
        padding: 0;
        display: none !important;
    }

    #calendar .k-icon {
        vertical-align: top;
        margin: 16px 3px 4px;
    }

.footer {
}

.line-1 {
    height: 155px;
    float: left;
    clear: both;
    width: 100%;
    background-color: #3c393d;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
}

    .line-1 .title {
        color: #bfd600;
        font-size: 25px;
        margin-left: 40px;
        margin-top: 30px;
    }

    .line-1 .data {
        margin-top: 20px;
    }

        .line-1 .data img {
            margin-right: 10px;
        }


    .line-1 .place {
        margin-left: 10%;
        width: 45%;
        float: left;
    }


    .line-1 .phone {
        width: 20%;
        float: left;
    }


    .line-1 .mail {
        width: 20%;
        float: left;
    }

     .line-1 .mail a,
     .line-1 .mail a:hover,
     .line-1 .mail a:active {
        border: 0 !important;
        text-decoration: none;
    }

.line-2 {
    background-color: #484548;
    color: #fff;
    float: left;
    width: 100%;
    padding: 30px;
}

    .line-2 .col .title {
        font-weight: bold;
        font-size: 14px;
    }

    .line-2 .col ul {
        margin: 0px;
        padding: 0px;
        margin-top: 20px;
    }

        .line-2 .col ul li {
            list-style-position: inside;
        }



            .line-2 .col ul li ul {
                margin-top: 0px !important;
                padding: 5px !important;
                margin-left: 20px !important;
                list-style: none;
            }

    .line-2 .line-3 {
        float: left;
        clear: both;
        margin-left: 15px;
        margin-right: 15px;
        border-top: solid 1px #fff;
        width: 98%;
        margin-top: 10px;
        padding-top: 10px;
        font-size: 15px;
        font-weight: bold;
    }

        .line-2 .line-3 ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            float: left;
        }

            .line-2 .line-3 ul li {
                list-style: none;
                margin: 0px;
                padding: 0px;
                float: left;
                margin-right: 20px;
            }


        .line-2 .line-3 .valida {
            float: right;
            margin-left: 35px;
        }

            .line-2 .line-3 .valida img {
                margin-left: 35px;
            }

        .line-2 .line-3 ul li.seaprator {
            border: 1px solid #fff;
            height: 20px;
        }

    .line-2 .line-4 {
        float: left;
        clear: both;
        margin-left: 15px;
        margin-right: 15px;
        width: 98%;
        margin-top: 55px;
        padding-top: 10px;
        font-size: 15px;
        font-weight: bold;
    }






.menu-mobile {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .menu-mobile a.menu-label {
        width: 100%;
        line-height: 60px;
        text-transform: uppercase;
        float: left;
        color: #fff;
        font-weight: bold;
        background-color: #7ab521;
        padding-left: 10px;
        font-size: 20px;
        font-weight: lighter;
    }

        .menu-mobile a.menu-label img {
            float: right;
            max-height: 25px;
            margin-top: 16px;
            margin-right: 10px;
        }



    .menu-mobile .navigation-menu li {
        float: left;
        background-color: #ebf2b2;
        height: 56px;
        text-align: left;
        font-size: 16px;
        color: #00632e;
        width: 100%;
        display: table;
        border-bottom: solid 1px #00632d;
        font-weight: bold;
    }


    .menu-mobile .navigation-menu .navigation-menu-item a {
        display: table;
        text-align: left;
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
        font-size: 20px;
        font-weight: bold;
        background-image: url(../img/menosverde.png) !important;
        background-position: right center;
        background-repeat: no-repeat;
    }

        .menu-mobile .navigation-menu .navigation-menu-item a.collapsed {
            background-image: url(../img/masverde.png) !important;
        }



    .menu-mobile .navigation-menu .dropdown-menu {
        width: 100%;
        position: relative;
    }

    .menu-mobile .navigation-menu .navigation-menu-item {
        text-align: center;
        width: 98%;
        display: block;
        line-height: 60px;
    }

    .menu-mobile .navigation-menu li {
        float: left;
        background-color: #ebf2b2;
        height: auto;
        text-align: left;
        font-size: 16px;
        color: #00632e;
        width: 100%;
        display: table;
        border-bottom: solid 1px #00632d;
        font-weight: bold;
        list-style: initial !important;
        list-style-type: initial;
        list-style-position: inside;
    }

    .menu-mobile .dropdown-menu {
        border: 0px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .menu-mobile .dropdown-menu li {
            border-bottom: solid 0px #00632d;
        }

        .menu-mobile .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: 400;
            line-height: 1.42857143;
            color: #00632d;
            white-space: nowrap;
            font-size: 17px;
        }


.footer-mobile {
    display: none;
}


    .footer-mobile ul li.dropdown {
        list-style-type: none;
        border-bottom: solid 0px #fff;
        width: 100%;
    }



    .footer-mobile ul li ul li {
        list-style-type: initial;
        border-bottom: solid 0px #fff;
        width: 100%;
    }

    .footer-mobile ul li a {
        color: #fff;
        line-height: 40px;
        background-image: url(../img/menosblanco.png) !important;
        background-position: right center;
        background-repeat: no-repeat;
        width: 100%;
        float: left;
        height: 40px;
        border-bottom: solid 1px #fff;
    }

        .footer-mobile ul li a.collapsed {
            background-image: url(../img/masblanco.png) !important;
        }

    .footer-mobile .sublist a {
        background-image: none !important;
    }

    .footer-mobile .sublist a {
        color: #fff;
        background-image: none;
        background-position: right center;
        background-repeat: no-repeat;
        width: 100%;
        float: none;
        border-bottom: solid 0px #fff;
        line-height: 30px;
    }



li.dropdown-menu-level:hover .dropdown-menu-l2 {
    display: block;
    position: absolute;
    left: 100%;
    /* top: 0px;*/
    /* top: 3px; */
    padding: 0px;
    /* margin: 0px;*/
    width: 160px;
    /* float: right;*/
    /* float: left; */
    margin-top: -30px;
}

li.dropdown:last-child .dropdown-menu-l2 {
    right: 100%;
    left: auto;
	border-right: solid 1px #79b421;
}

ul.dropdown-menu-l2 {
    display: none;
    border-left: solid 1px #79b421;
}

    ul.dropdown-menu-l2 li {
        padding: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    ul.dropdown-menu-l2 > li:hover {
        background-color: #79b421 !important;
        color: #ebf2b2;
        background-image: none;
    }

/*NOTICIA*/
.document .head {
    color: #00632e;
    font-size: 30px;
}

.document .texto {
    color: #484548;
    margin-top: 20px;
    font-family: Lato, Calibri, Arial, sans-serif !important;
    font-size: 16px;
    margin-bottom: 50px;
}

    .document .texto p {
        font-family: Lato, Calibri, Arial, sans-serif !important;
        font-size: 16px;
    }

    .document .texto ul {
        /*list-style-type: none;*/
    }

        .document .texto ul li {
            margin-bottom: 20px;
        }

.document img {
    float: right;
    margin: 10px;
    margin-bottom: 10px;
	max-width: 100% !important;
}

.document-links.link-icons .link-icon {
    width: 100% !important;
    float: left;
    text-align: left;
    font-weight: lighter;
}

    .document-links.link-icons .link-icon img {
        margin-bottom: 15px;
        float: left;
        margin-right: 20px;
    }

    .document-links.link-icons .link-icon p {
        width: 100%;
        margin: auto;
        margin-top: 17px;
    }

.document .enlaces {
    margin-bottom: 20px;
}

    .document .enlaces .title {
        color: #00632e;
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-top: 10px;
        border-top: solid 2px #774eb8;
    }

    .document .enlaces .link-enlace {
        padding-left: 20px;
        background-image: url(../img/flecha_link_verde.png);
        background-position: left center;
        background-repeat: no-repeat;
        margin-bottom: 10px;
        margin-left: 15px;
    }

.footer-max {
    max-width: 1170px;
    margin: auto;
}

/*BUSQUEDAS*/
.searcher .head {
    color: #00632e;
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 30px;
    margin-top: 10px;
}

.searcher .pagination {
    color: #8c8b8d;
    font-size: 16px;
    float: right;
}

    .searcher .pagination .pages {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        float: right;
    }

        .searcher .pagination .pages li {
            float: left;
            margin-left: 2px;
            margin-right: 2px;
            width: 24px;
            text-align: center;
            line-height: 24px;
            color: #ACACAC !important;
        }

            .searcher .pagination .pages li a {
                text-decoration: none;
                color: initial;
                border: 0px !important;
                background-color: transparent !important;
                color: #8c8b8d !important;
                text-align: center !important;
                float: none !important;
                margin: 0px;
                padding: 0px;
            }

            .searcher .pagination .pages li.active a,
            .searcher .pagination .pages li.active {
                color: #fff !important;
                background-color: #bfd600;
            }

        .searcher .pagination .pages .page.icon {
            font-size: 11px;
            color: #B4B4B4;
        }


.searcher .head span {
    color: #757376;
    font-size: 30px;
}

.searcher .texto {
    color: #484548;
    margin-top: 20px;
    font-family: Lato, Calibri, Arial, sans-serif !important;
    font-size: 16px;
    margin-bottom: 50px;
}

.sorter {
    margin-bottom: 25px;
    clear: both;
}

.k-autocomplete.k-state-hover, .k-picker-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-dropdown-wrap.k-state-hover {
    border-color: #D1D1D1 !important;
}

.k-list > .k-state-focused,
.k-state-focused > .k-select,
.k-state-hover > .k-select {
    border-color: #D1D1D1 !important;
}

.k-list > .k-state-focused {
    border-color: #fff !important;
}

.k-state-default > .k-select {
    border-color: #bfbfbf !important;
    width: 30px !important;
}

.k-input {
    width: 100%;
    height: 30px !important;
}


.k-dropdown-wrap.k-state-focused {
    border-color: #D1D1D1 !important;
}

.k-state-hover .k-i-arrow-s, .k-button:hover .k-i-arrow-s, .k-textbox:hover .k-i-arrow-s, .k-button:active .k-i-arrow-s {
    background-position: -0px -32px !important;
}


.results .result {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    border-bottom: solid 1px #ccc;
}

    .results .result.faq {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        border-bottom: solid 1px #ccc;
    }

    .results .result:first-child {
        border-top: solid 1px #ccc;
    }

.result .result-title {
    font-size: 20px;
    color: rgb(140, 139, 141);
    margin-bottom: 10px;
}

    .result .result-title.faq {
        font-size: 14px;
        color: #484548;
    }

        .result .result-title.faq a[aria-expanded="false"] {
            background-image: url(../img/masfaq.png);
            background-position: right top;
            background-repeat: no-repeat;
        }

        .result .result-title.faq a[aria-expanded="true"] {
            background-image: url(../img/menosfaq.png);
            background-position: right top;
            background-repeat: no-repeat;
        }

        .result .result-title.faq a {
            text-decoration: none !important;
            display: table;
            padding-right: 40px;
        }


.result .result-meta {
    color: #8c8b8d;
    margin-bottom: 10px;
}

.result .result-text {
    color: #484548;
}

    .result .result-text.faq {
        color: #338258;
        margin-top: 20px;
    }


.result-meta-date {
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
}

.result .image img {
    max-width: 100%;
    width: 100%;
}

.result .image.col-md-2 {
    width: 12.666667%;
}

/*buscador*/
.searcher-content {
    float: right;
}


.l-search .icon {
    float: left;
    margin-right: 10px;
    /* width: 30px; */
}

.icon.lupa img {
    width: 30px;
}

.l-search .icon.phone img {
    width: 30px;
    height: 27px;
}

.l-search .icon.mail img {
    width: 30px;
    height: auto;
}

.l-search .icon.push img {
    width: auto;
    height: 30px;
}

.typeahead { z-index: 1051; }

.searcher-content .search-box {
    /*position: absolute;
    margin-left: -84px;*/
    margin-top: 1px;

    /*overflow: hidden;*/
    line-height: 0px !important;
    transition: all linear 0.2s;
    margin-top: 58px;
    text-align: center;
    z-index: 9999999999999999999999999;
   /* display: none;*/
}

.bottom-searcher {
    float: left;
}

    .bottom-searcher .searcher-content .search-box {
        display: block;
    }

.searcher-content .search-box input.search-input {
    color: #757376;
    line-height: 25px;
    width: 170px;
    height: 30px;
    border: solid 1px #b2b2b2;

}

#lupa
{
      /*background: url("/content/img/lupa.png") center no-repeat ;
      background-size: 100%;*/
      width:30px;
      float:right;
      height:30px;
      border:none;
      margin-left:10px;

}
label[for=nav-search-input]
{
    width: 1px;
    color: #fff;

}

h1.home
{
font-size:0px;
}


element.style {
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.h2, h2 
{
font-size: 18px;
}
.searcher-content .search-box .filter-sections {
    line-height: initial !important;
    float: none;
    margin-top: 2px;
}

.filter-list {
    display: none;
}

.filter-sections a {
    color: #4913a0;
}

.filter-list {
    text-align: left;
    background-color: #fff;
    margin-top: -20px;
    float: none;
    position: relative;
    border: solid 1px #ccc;
    padding: 10px;
    width: 95%;
    margin: auto;
    margin-top: -17px;
    color: #757376;
}

    .filter-list input {
        margin-bottom: 15px;
        color: #ccc;
    }

i.up.icon-chevron-up {
    float: right;
    color: #757376;
    cursor: pointer;
}

/*FORMULARIO*/
/*BUSQUEDAS*/
.contacto .head {
    color: #00632e;
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 30px;
    margin-top: 10px;
}

.contacto .link-icons .link-icon {
    width: 25%;
}

.q-img img {
    margin-right: 25px;
}

.q-img {
    text-align: right;
    /* margin-right: 10px; */
}

.contacto .q-text {
    font-weight: bold;
    font-size: 15px;
}

.q-items {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
}

    .q-items .q-item {
        margin-top: 10px;
    }

.head-sub {
    color: #00632e;
    font-weight: lighter;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
    float: left;
}

.formulario {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
}

    .formulario p {
        font-weight: bold;
    }

    .formulario .form-container {
        color: #757376;
        font-weight: lighter;
    }

        .formulario .form-container .form-horizontal .control-label {
            font-weight: lighter !important;
            text-transform: uppercase;
        }

.btn.btn-default.aica {
    background-color: #fff !important;
    background-image: none !important;
    color: #4913a0;
    font-weight: lighter;
    border-radius: 0px;
    border: solid 1px #4913a0;
    text-shadow: none !important;
    padding-right: 20px;
    padding-left: 20px;
}

    .btn.btn-default.aica:hover {
        background-color: #4913a0 !important;
        background-image: none !important;
        color: #fff;
        font-weight: lighter;
        border-radius: 0px;
        border: solid 1px #4913a0;
        text-shadow: none !important;
        padding-right: 20px;
        padding-left: 20px;
    }

.btn.aica i.icon-chevron-right {
    display: none;
}

.btn.aica:hover i.icon-chevron-right {
    display: block;
    text-align: right;
    margin-left: 10px;
    margin-right: -10px;
    float: right;
    margin-top: 3px;
}


.not-found {
    width: 100%;
}

    .not-found .name {
        width: 100%;
        color: #CCC;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        margin-top: 40px;
        float: left;
    }

    .not-found .code404 {
        width: 100%;
        text-align: center;
        font-size: 210px;
        color: #E5E5E5;
        text-shadow: 3px 6px 10px #CCC;
    }
	
	.k-state-selected>.k-link, .k-panelbar>li>.k-state-selected, .k-panelbar>li.k-state-default>.k-link.k-state-selected {
    color: #333 !important; 
}

.child-text-layer.video-text{
    background-color: rgba(255, 255, 255, 1) !important;
color:#fff;
    top: 38%;
    color: #fff !important;
text-align:center;
width:38%;
display:block !important;
}
.child-text-layer.video-text a{

}

#acceso_riu .control-label {
    font-size: 15px;
    padding: 0px !important;
    padding-top: 4px !important;
	    text-align: left;
}

div#cuadro {
    width: 100% !important;
}

#acceso_riu table td {
    width: 100% !important;
    float: left;
    margin-bottom: 30px;
    text-align: center;
}




/*PREGUNTAS FRECUENTES FILTRO*/
.tags-fq {
    color: #8c8b8d;
    font-size: 17px;
    font-weight: lighter;
    margin-top: 0px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    padding: 10px;
    border: solid 1px #EFEFEF;
}

.temas-fq {
    margin-top: 10px;
}

.tema-fq {
    float: left;
    margin-right: 10px;
    padding: 5px;
    background-color: #BFD600;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
}

.tema-fq:hover, .tema-fq.active {
    background-color: #FFC02C;
}

.tema-fq.all {
    background-color: #ccc;
}

    .tema-fq a {
    text-decoration:none;
    color:#fff;
    }

.list-fq {
    float: left;
    text-align: right;
    color: #8c8b8d;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: lighter;
}

.list-fq a {
color:#BFD600;
text-decoration:none;
margin-left:5px;

}

.event-links {
    position: fixed;
    margin: auto;
    width: 400px;
    /* text-align: center; */
    float: none;
    background-color: #fff;
    min-height: 200px;
    z-index: 9999999999;
    top: 36vh;
    left: 36vw;
    border: solid 1px #ccc;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 29px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 29px 0px rgba(50, 50, 50, 0.75);
}

.event-link {
 
    padding-left: 15px;
    margin-bottom: 15px;
}

.events-head {
    font-weight: bold;
    color: #4913a0;
    font-size: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-weight: lighter;
}

.event-links .close {
    font-size: 13px;
}


.next-events ul li div {
    float: left;
    color: #BFD600;
    font-size: 12px;
}

.next-events ul li {
    list-style: none;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0px;
    margin-left: 0px;
        margin: 10px;
}

.next-events ul {
    padding: 0px;
    margin: 0px;
}

.next-events {
    border-top: solid 1px #cfcfcf;
    margin-top: 20px;
}


.video-layer-bkg {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999999999999999999999999999999999;
}
.video-layer {
    
    margin: auto;
    
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	text-align: center;
}

.video-list ul {
    margin: 0px;
    padding: 0px;
}

.video-link-list {
  list-style: none;
    margin: 0px;
    padding: 0px;
    padding: 10px;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    cursor: pointer;
    padding-left: 35px;
    background-image: url("/content/img/iconoplay.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.video-link-list span.duration {
    color: #BFD600;
    font-size: 14px;
    float: right;
}

.video-link-list:hover {
    background-color: #BFD600;
    color: #fff;
}

.video-link-list:hover span.duration {
    color: #fff;
    
    float: right;
}

#mytlvd,
#video-player-m_wrapper {
    margin:auto;
    max-width:1200px;
    margin-top:10px;
	    background: #fff;
}

.video-info {
    max-width:1200px;
    margin: auto;
    background-color: rgba(255,255,255,0.8);
}

.video-title {
    color: #79B421;
    font-size: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-weight: lighter;
    border-top:solid 2px #79B421;
}

.video-desc {
    color: #79B421;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-weight: lighter;
}

.video-list .title {
    color: #00632E;
    font-size: 20px;
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-weight: lighter;
}



/*FEGA*/
 .area-interes.enlaces-externos {
    padding-top: 0px;
    border-top: 0px;
}

.area-interes.enlaces-externos .flow-container {
    height: auto !important;
}

.area-interes.enlaces-externos a {
    width: 23%;
    float: left;
    height: 54px;
    margin: 1%;
}
.area-interes.enlaces-externos a img {
    width: 100%;
}

@media (max-width: 990px) {
li.dropdown:nth-child(7) .dropdown-menu
{
	left:0px !important;
}
}

@media (max-width: 450px) {



    .area-interes.enlaces-externos a {
    width: 48%;
    float: left;
    height: 54px;
    margin: 1%;
}
    
}