@import "/css/reset.css";
@import "/css/fonts.css";

@media (min-width: 768px) {
    *{
        margin:0px;
        padding:0px;
        outline:none;
    }
    h2{
        font-family: 'Swiss721BT-Heavy';
        font-size:80px;
        padding-top:33px;
        line-height:84px;
        font-size:22px;
        line-height:25px;
        width:321px;
        margin-left:170px;
        margin-top:53px;
    }
    #wrf .bground{
        background: url('../img/semillas.png') no-repeat 0px 0px;
        width:210px;
        height:235px;
        position:absolute;
        top:0px;
        right:calc(50% - 445px);
    }
    #wrf h2{
        font-family: 'Swiss721BT-Heavy'!important;
        font-size:80px !important;
        padding-top:0px!important;
        line-height:84px!important;
        line-height:85px!important;
        width:651px!important;
        margin-left:0px!important;
        margin-top:20px!important;
        padding-top:43px !important;
        text-transform:uppercase;
    }    
    #wrf h3{
        text-align:left;
        color:#FD6668 !important;
        font-family: 'Swiss721BT-Bold' !important;
        font-size:34px;
        text-transform:none !important;
        margin-top:10px !important;
        width:600px !important;
    }
    .w820{
        margin-left:auto;
        margin-right:auto;
        width:820px;
        position:relative;
    }
    .scrollToTop{
        width:27px; 
        height:27px;
        text-align:center; 
        color: #444;
        text-decoration: none;
        position:fixed;
        bottom:50%;
        margin-bottom:13px;
        right:50%;
        margin-right:-447px;
        display:none;
        background: url('../img/scrolltop.png') no-repeat 0px 0px;
    }
    .scrollToTop:hover{
        text-decoration:none;
    }
    #container{
        position:relative;
        visibility:hidden;
    }
    #header{
        height:140px;
        background-color:white;
    }
    #header h1{
        text-indent: -9999px;
        margin-top:37px;
        float:left;
    }
    #header h1#es{
        background:url("../img/logo-es.png") no-repeat;
        width:224px;
        height:73px;
    }
    #header h1#en{
        background:url("../img/logo-en.png") no-repeat;
        width:224px;
        height:73px;
    }
    #header h1#eu{
        background:url("../img/logo-eu.png") no-repeat;
        width:224px;
        height:73px;
        position:absolute;
    }
    #header h1#fr{
        background:url("../img/logo-fr.png") no-repeat;
        width:224px;
        height:73px;
    }
    #header h1 a{
        display:block;
        width:100%;
        height:100%;
    }
    #header #menu{
        float:right;
        margin-top:91px;
    }
    #header #menu ul{
        list-style:none;
    }
    #header #menu ul li{
        display:inline;
        float:left;
        font-family: 'Swiss721BT-BoldCondensed';
        text-transform:uppercase;
        margin-left:3px;
        margin-right:3px;
        font-size:12px;
    }
    #header #menu ul li:nth-child(1){
        display:none;
    }
    #header #menu ul li:last-child{
        margin-right:0px;
    }
    #header #menu ul li a{
        color:black;
        text-decoration:none;
    }
    #header #menu ul li ul{
        display:none;
        visibility:hidden;
    }
    #social{
        position:absolute;
        right:100px;
        top:47px;
    }
    #social ul{
        list-style:none;
    }
    #social ul li{
        font-family: 'Swiss721BT-BoldCondensed';
        display:inline;
        float:left;
        color:#B3B3B3;
        font-size:11px;
        margin-left:3px;
        margin-right:3px;
    }
    #lang{
        position:absolute;
        right:0px;
        top:47px;
    }
    #lang ul{
        list-style:none;
    }
    #lang ul li{
        font-family: 'Swiss721BT-BoldCondensed';
        display:inline;
        float:left;
        color:#B3B3B3;
        font-size:11px;
        margin-left:2px;
        margin-right:2px;
    }
    #lang ul li:last-child{
        margin-right:0px;
    }
    #lang ul li.selected{
        color:black;
    }
    #lang ul li a{
        text-decoration:none;
        color:#B3B3B3;
    }
    #last-news{
        background-color:#F6F6F6;
        height:350px !important;
        float:left;
        width:100%;
    }
    #last-news ul{
        padding-top:36px;
    }
    #last-news ul li.bloq1{
        display:block;
    }
    #last-news ul li.bloq2{
        display:none;
    }
    #last-news ul li{
        min-height:314px;
        background-color:white;
        width:260px;
        float:left;
        display:inline;
        margin-right:20px;
        position:relative;
        overflow:hidden;
    }
    #last-news ul li.last{
        margin-right:0px !important;
    }
    #last-news ul li .image{
        position:relative;
        width:260px;
        height:158px;
        overflow:hidden;
        float:left;
    }
    #last-news ul li .image img{
        position:absolute;
        top:0px;
        left:0px;
        float:left;
    }
    #last-news ul li .title{
        width:221px;
        font-family: 'Swiss721BT-BoldCondensed';
        text-transform: uppercase;
        margin-left:21px;
        line-height:19px;
        color:black;
        margin-top:24px;
        float:left;
    }
    #last-news ul li .title a{
        color:black;
        text-decoration:none;
    }
    #last-news ul li .subtitle{
        width:221px;
        font-family: 'Swiss721BT-Light';
        margin-left:21px;
        line-height:19px;
        color:#808080;
        font-size:13px;
        margin-top:20px;
        float:left;
    }
    #last-news ul li .fecha{
        position:absolute;
        bottom:21px;
        font-family: 'Swiss721BT-Light';
        margin-left:21px;
        font-size:10px;
        color:#808080;
    }
    #last-news ul li .twitter{
        position:absolute;
        bottom:22px;
        right:32px;
    }
    #last-news ul li .twitter a{
        width:12px;
        height:10px;
        display:block;
        background:url(../img/twitter2.png);
        text-align:right;
        float:right;
    }
    #last-news ul li .facebook{
        position:absolute;
        bottom:21px;
        right:21px;
    }
    #last-news ul li .facebook a{
        width:6px;
        height:12px;
        display:block;
        background:url(../img/facebook.png);
        margin-top:28px;
        text-align:right;
        float:right;
        margin-left:5px;
    }
    h3{
        margin-top:36px;
        text-transform: uppercase;
        font-family: 'Swiss721BT-BoldCondensed';
        text-align:center;
        font-size:13px;
    }
    #twitter-content .tweete,
    #news-content .news{
        margin-top:18px;
        font-size:10px;
        width:calc(100% - 36px);
        margin-left:18px;
        float:left;
    }
    #twitter-content .tweete .image{
        width:32px;
        height:32px;
        float:left;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    #twitter-content .tweete .image img{
        width:32px;
        height:32px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        float:left;
        margin:0px;
    }
    #twitter-content .tweete .title,
    #news-content .news .title{
        color:black;
        font-family: 'Swiss721BT-Bold';
        float:left;
        width:100%;
        margin-bottom:2px !important;
        font-size:11px;
    }
    #twitter-content .tweete .title{
        margin-left:8px;
        margin-top:5px;
        width:calc(100% - 50px);
    }
    #twitter-content .tweete .title a,
    #news-content .news .title a{
        color:black;
        text-decoration:none;
        text-transform:initial;
    }
    #news-content .news .title a{
        text-transform: uppercase;
        line-height:12px;
    }
    #twitter-content .tweete .title a img{
        margin-left:6px;
    }
    #twitter-content .tweete .helb{
        color:#808080;
        font-family: 'Swiss721BT-Light';
        float:left;   
        width:60%;
        margin-left:8px;
    }
    #twitter-content .tweete .helb a{
        color:#808080;
        text-decoration:none;
        font-size:10px !important;
    }
    #twitter-content .tweete .fecha{
        float:right;
        font-family: 'Swiss721BT-Bold';
        color:#808080;
        font-size:10px;
        margin-top:-13px;
    }
    #news-content .news .fecha{
        color:#808080;
        font-family: 'Swiss721BT-Light';
        float:left;
        font-size:10px;
        width:100%;
    }
    #twitter-content .tweete .text,
    #news-content .news .leer{
        font-family: 'Swiss721BT-Light';
        float:left;
        color:black;
        width:100%;
        margin-top:5px;
        font-size:11px;
    }
    #news-content .news .leer a{
        color:black;
        text-decoration: none;
    }
    #news-content .news .leer img{
        margin-top:1px;
        margin-left:1px;
    }
    #twitter-content .tweete .text a{
        color:#808080;
        text-decoration:none;
    }
    .mas{
        width:80px;
        height:18px;
        border:solid 1px #808080;
        color: #808080;
        font-family: 'Swiss721BT-BoldCondensed';
        text-align:center;
        font-size:13px;
        text-decoration:none;
        line-height:18px;
        float:left;
        text-align:center;
        margin-bottom:16px;
        margin-left:90px;
        margin-top:20px;
    }
    .mas2{
        width:80px;
        height:18px;
        position:absolute;
        bottom:18px;
        border:solid 1px #808080;
        color: #808080;
        font-family: 'Swiss721BT-BoldCondensed';
        text-align:center;
        font-size:13px;
        text-decoration:none;
        line-height:18px;
        left:50%;
        margin-left:-40px;
    }
    #wrf{
        background-color:#F6F6F6;
        height:372px;
        position:relative;
        margin-top:-53px;
        float:left;
        width:100%;
    }
    #anuncios{
        height:210px !important;
        float:left;
        width:100%;
    }
    #anuncios ul{
        list-style:none;
        padding-top:20px;
    }
    #anuncios ul li{
        width:200px;
        display:inline;
        float:left;
        height:167px;
        margin-right:7px;
    }
    #last{
        background-color:#F6F6F6;
        float:left;
        width:100%;
    }
    #last ul{
        padding-top:54px;
    }
    #last ul li{
        background-color:white;
        width:260px;
        float:left;
        display:inline;
        margin-right:20px;
        min-height:412px;
        position:relative;
    }
    #last ul li:last-child{
        margin-right:0px;
    }
    #last{
        height:528px;
        background-color:#F6F6F6;
    }
    #phrase{
        height:130px;
        background-color:#ff6769;
        float:left;
        width:100%;
    }
    #quienes{
        background-color:#F6F6F6;
        height:695px;
        background-image:url(../img/mapa.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    #quienes ul{
        list-style: none;
        padding-left:60px;
    }
    #quienes ul li{
        width:235px;
        display:inline;
        float:left;
        margin-right:30px;
        font-family: 'Swiss721BT-Light';
        font-size:11px;
        color:#1A1A1A;
    }
    #quienes ul li:last-child{
        margin-right:0px;
    }
    #quienes ul li a{
        font-family: 'Swiss721BT-BoldItalic';
        color:black;
        text-decoration: none;
    }
    #quienes ul li .number{
        margin-top:33px;
        font-family: 'Swiss721BT-Bold';
        font-size:32px;
        color:black;
    }
    #quienes ul li .title{
        font-family: 'Swiss721BT-BoldCondensed';
        margin-top:10px;
        font-size:16px;
        margin-bottom:12px;
        color:black;
    }
    #quienes .info{
        width:136px;
        height:136px;
        border:dotted 2px #ff6769;
        -webkit-border-radius: 68px;
        -moz-border-radius: 68px;
        border-radius: 68px;
        background:url(../img/circle-blank.png);
        margin-left:auto;
        margin-right:auto;
        margin-top:40px;
        margin-bottom:40px;
        display:inline-table;
        display: table;

    }
    #quienes .info .text{
        display: table-cell;
        vertical-align: middle;
        text-align:center;
        font-family: 'Swiss721BT-Bold';
        font-size:11px;
    }
    #quienes .info span{
        font-size:25px;
    }

    #organigrama .title{
        padding-top:60px;
        text-align:center;
        text-transform:uppercase;
        font-family: 'Swiss721BT-BoldCondensed';
        font-size:24px;
    }
    #organigrama2{
        background-color:#fafafa; 
        height:720px;
        padding-top:80px;
        margin-top:50px;
    }
    #organigrama2 table{
        width:816px;
        margin-left:2px;
        height:700px;
        padding-top:80px;
    }
    #organigrama2 table tr{
        width:816px;
        text-align:center;
    }
    #organigrama2 table td{
        width:163px;
        font-family: 'Swiss721BT-Bold';
        font-size:12px;
        line-height:14px;
    }
    #organigrama2 table .color1{
        width:56px;
        height:56px;
        background-color:#ff6769;
        margin-left:auto;
        margin-right:auto;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
        margin-bottom:17px;
    }
    #organigrama2 table .color2{
        width:56px;
        height:56px;
        background-color:#ff7779;
        margin-left:auto;
        margin-right:auto;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
        margin-bottom:17px;
    }
    #organigrama2 table .color3{
        width:56px;
        height:56px;
        background-color:#ff8688;
        margin-left:auto;
        margin-right:auto;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
        margin-bottom:17px;
    }
    #organigrama2 table .color4{
        width:56px;
        height:56px;
        background-color:#ff9697;
        margin-left:auto;
        margin-right:auto;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
        margin-bottom:17px;
    }
    #organigrama2 table .color5{
        width:56px;
        height:56px;
        background-color:#ffa5a7;
        margin-left:auto;
        margin-right:auto;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
        margin-bottom:17px;
    }
    #organigrama2 table .color1 a,
    #organigrama2 table .color2 a,
    #organigrama2 table .color3 a,
    #organigrama2 table .color4 a,
    #organigrama2 table .color5 a{
        width:56px;
        height:56px;
        display: block;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
    }
    #organigrama2 table .color1 .punta,
    #organigrama2 table .color2 .punta,
    #organigrama2 table .color3 .punta,
    #organigrama2 table .color4 .punta,
    #organigrama2 table .color5 .punta{
        background-image:url(../img/punta.png);
        width:40px;
        position:absolute;
        height:15px;
        z-index:9999;
        margin-left:8px;
        display:none;
    }
    #organigrama2 table .color1 .hidden,
    #organigrama2 table .color2 .hidden,
    #organigrama2 table .color3 .hidden,
    #organigrama2 table .color4 .hidden,
    #organigrama2 table .color5 .hidden{
        position:absolute;
        width:250px;
        background-color:white;
        margin-left: -97px;
        text-align:center;
        border:solid 1px #bbb;
        margin-top:14px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding-top:10px;
        padding-bottom:10px;
        display:none;
    }
    #organigrama2 table .color1 .hidden p,
    #organigrama2 table .color2 .hidden p,
    #organigrama2 table .color3 .hidden p,
    #organigrama2 table .color4 .hidden p,
    #organigrama2 table .color5 .hidden p{
        font-family: 'Swiss721BT-Bold';
        text-transform:uppercase;
        text-align:center !important;
        margin-bottom:2px;
    }
    #organigrama2 table .color1 .hidden a,
    #organigrama2 table .color2 .hidden a,
    #organigrama2 table .color3 .hidden a,
    #organigrama2 table .color4 .hidden a,
    #organigrama2 table .color5 .hidden a{
        text-align:center !important;
        text-decoration:none;
        text-transform: none;
        color:#ff6769;
        margin-top:5px;
        display:inline;
        font-family: 'Swiss721BT-Light';
    }
    #organigrama2 table .color1 .hidden li{
        font-family: 'Swiss721BT-Light';
        text-align:left;
        width:calc(100% - 40px);
        margin-left:15px;
        margin-bottom:5px;
        background:url(../img/punto.png) no-repeat;
        padding-left:10px;
        background-position:0px 6px;
    }
    #socios{
        height:146px;
    }
    #socios .title{
        padding-top:48px;
        text-align:center;
        text-transform:uppercase;
        font-family: 'Swiss721BT-BoldCondensed';
        font-size:24px;
    }
    #colaboradores{
        background-color:#fafafa;
        height:146px;
    }
    #colaboradores .title{
        padding-top:48px;
        text-align:center;
        text-transform:uppercase;
        font-family: 'Swiss721BT-BoldCondensed';
        font-size:24px;
    }
    #socios p, #colaboradores p{
        width:100%;
        text-align:center;
        margin-top:5px;
    }
    #socios a, #colaboradores a{
        color:black;
        text-decoration:none;
        text-align:center;
        font-family: 'Swiss721BT-Light';
        font-size:12px;
        padding-right:14px;
        background:url(../img/noticia-txiki.png) no-repeat;
        background-position:center right;
    }
    .info{
        margin-top:30px;
        font-family: 'Swiss721BT-Light';
        font-size:13px;
    }
    .info li:before{
        content:"- ";
    }
    .info li{
        height:18px;
    }
    .info a{
        text-decoration:none;
        color:#FD6668;
    }
    #content{
        background-color:#f6f6f6;
        height:1712px !important;
    }
    #noticia{
        background-color:#f6f6f6;
        padding-bottom:30px;
    }

    #column1{
        width:546px;
        float:left;
        min-height:273px;
        padding-top:36px;
        float:left;
    }
    #column1 .column1-1{
        width:263px;
        height:263px;
        float:left;
        background-color:white;
        position:relative;
        overflow:hidden;
    }
    #column1 .column1-1 a{
        width:100%;
        height:100%;
        display:block;
    }
    #column1 .column1-1 .title{
        position:absolute;
        bottom:50px;
        width:221px;
        font-family: 'Swiss721BT-BoldCondensed';
        text-transform: uppercase;
        margin-left:21px;
        line-height:19px;
        color:black;
    }
    #column1 .column1-1 .subtitle{
        position:absolute;
        top:273px;
        width:221px;
        font-family: 'Swiss721BT-Light';
        margin-left:21px;
        line-height:19px;
        color:#808080;
        font-size:13px;
    }
    #column1 .column1-1 .fecha{
        position:absolute;
        bottom:21px;
        font-family: 'Swiss721BT-Light';
        margin-left:21px;
        font-size:10px;
        color:#808080;
    }
    #column1 .column1-1 .twitter{
        position:absolute;
        bottom:22px;
        right:31px;
        width:12px;
        height:10px;
        display:block;
        background:url(../img/twitter2.png) no-repeat;
        z-index:99999;
    }
    #column1 .column1-1 .facebook{
        position:absolute;
        bottom:21px;
        right:21px;
        width:6px;
        height:12px;
        display:block;
        background:url(../img/facebook.png) no-repeat;
        z-index:99999;
    }
    #column1 .column1-2{
        width:263px;
        height:263px;
        float:left;
        background-color:#f6f6f6;
        display:table;
    }
    #column1 .column1-2 .none{
        background-color:#ff6769;
        width:263px;
        height:263px;
        text-align:center;
        display: table-cell;
        vertical-align: middle;
        color:#ff8688;
        font-family: 'Swiss721BT-Bold';
        font-size:96px;
        overflow:hidden;
        position:relative;
    }
    #column1 .column1-2 .none img{
        position:absolute;
        top:0px;
        left:0px;
        float:left;
    }
    #column1 .noticia{
        width:466px;
        background-color:white;
        padding-left:50px;
        padding-top:20px;
        padding-bottom:30px;
    }
    #column1 .noticia .autor{
        font-family: 'Swiss721BT-Light';
        text-align:center;
        width:453px;
        margin-bottom:25px;
        font-size:11px;
        line-height:11px;
    }
    #column1 .noticia .autor span{
        font-family: 'Swiss721BT-Bold';
        font-size:11px;
    }
    #column1 .noticia .title{
        font-family: 'Swiss721BT-Bold';
        text-transform:uppercase;
        font-size:18px;
        width:calc(100% - 50px);
        margin-bottom:20px;
        line-height:23px;
    }
    #column1 .noticia .subtitle{
        font-family: 'Swiss721BT-Light';
        width:calc(100% - 50px);
        margin-bottom:18px;
    }
    #column1 .noticia .fecha{
        color:#808080;
        font-family: 'Swiss721BT-BoldCondensed';
        height:20px;
        line-height:20px;
        font-size:12px;
        float:left;
        width: 100%;
        margin-bottom:20px;
    }
    #column1 .noticia .fecha .date{
        float:left;
        margin-right:10px;
    }
    #column1 .noticia  .twitter{
        width:20px;
        height:20px;
        display:block;
        background:url(../img/twitter3.png);
        float:left;
    }
    #column1 .noticia  .facebook{
        width:20px;
        height:20px;
        display:block;
        background:url(../img/facebook2.png);
        margin-right:5px;
        float:left;
    }
    #column1 .noticia .text{
        font-family: 'Swiss721BT-Light';
        width:calc(100% - 50px);
        font-size:13px;
        margin-top:18px;
        padding-bottom:50px;
    }
    #column1 .noticia .text a{
        color:#ff6769;
        text-decoration:none;
    }
    #column2{
        width:274px;
        float:left;
    }
    #column2 .finder{
        width:100%;
        height:74px;
        margin-top:36px;
        margin-bottom:10px;
        float:left;
        background-color:#dadbdb;
    }
    #column2 .finder #find{
        background-color:white;
        border:0px;
        height:32px;
        width:192px;
        margin-left:28px;
        margin-top:22px;
        float:left;
        text-align:center;
        font-family: 'Swiss721BT-BoldCondensed';
        color:#dadbdb;
        font-size:18px;
    }
    #column2 .finder #find::-webkit-input-placeholder { /* WebKit browsers */
        color:#dadbdb;
    }
    #column2 .finder #find:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:#dadbdb;
        opacity:1;
    }
    #column2 .finder #find::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:#dadbdb;
        opacity:1;
    }
    #column2 .finder #find:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #dadbdb;
    }
    #column2 .finder #send{
        background:url(../img/find-button.png);
        width:25px;
        height:32px;
        border:0px;
        float:left;
        margin-top:22px;
        text-indent: -99999px;
        cursor:pointer;
    }
    #column2 > .twitterra{
        padding-top:272px;
        float:left;
        background-color:#e9e9e9;
        background-repeat: no-repeat;
        background-image:url(../img/mapa2.png);
        background-size: 492px;
        height:1224px;
        background-position: -84px -26px;
    }
    #column2 > .twitterra img{
        float:left;
        margin-right:8px;
        margin-left:16px;
        margin-top:8px;
    }
    #column2 > .twitterra .titulu{
        font-weight:bold;
        text-transform:uppercase;
        float:left;
        height:18px;
        width:150px;
        font-family: 'Swiss721BT-Bold';
        margin-top:6px;
        font-size:22px;
    }
    #column2 > .twitterra .helbide{
        float:left;
        font-family: 'Swiss721BT-Light';
        margin-top:3px;
    }
    #column2 > .twitterra .helbide a{
        color:#808080;
        text-decoration:none;
        font-size:11px;
    }
    #column2 > .twitterra .tweete:first-child{
        margin-top:35px;
    }
    .pagination-noticias{
        margin-top:50px !important;
    }
    #interes,
    #comunicacion{
        background-color:#f6f6f6;
        height:88px;
    }
    #comunicacion{
        margin-top:210px;
    }
    #interes{
        margin-top:30px;
    }
    #interes .title,
    #comunicacion .title,
    #enlaces .title{
        line-height:88px;
        font-family: 'Swiss721BT-BoldCondensed';
        text-transform:uppercase;
        font-size:26px;
    }
    #interes-buscar,
    #comunicacion-buscar,
    #enlaces-buscar{
        background-color:#e9e9e9;
        height:130px;
        font-family: 'Swiss721BT-Bold';
    }
    .buscar{
        background-color:#e8e8e8;
        font-family: 'Swiss721BT-Bold' !important;
        font-size:15px;
    }
    #enlaces-buscar{
        margin-top:30px;
    }
    #interes-buscar .title,
    #comunicacion-buscar .title,
    #enlaces-buscar .title{
        text-align:center;
        font-family: 'Swiss721BT-BoldCondensed';
        text-transform:uppercase;
        padding-top:30px;
        font-size:18px;
    }
    #interes-content,
    #comunicacion-content{
        background-color:#f6f6f6;
        height:680px;
        position:relative;
    }
    #enlaces-content{
        background-color:#f6f6f6;
        float:left;
        width:100%;
    }
    #comunicacion-content{
        margin-bottom:10px;
    }
    #interes-content ul,
    #comunicacion-content ul,
    #agenda ul{
        width:100%;
        float:left;
        padding-top:35px;
    }
    #enlaces-content ul{
        width:100%;
        padding-top:35px;
        float:left;
    }
    #interes-content ul li,
    #comunicacion-content ul li,
    #agenda ul li,
    #enlaces-content ul li{
        width:260px;
        min-height:265px;
        background-color:white;
        display:inline;
        float:left;
        margin-right:20px;
        margin-bottom:20px;
    }
    #interes-content ul li,
    #comunicacion-content ul li{
        height:265px;
        position:relative;
    }
    #interes-content ul li .title,
    #comunicacion-content ul li .title{
        font-family: 'Swiss721BT-BoldCondensed';
        font-size:14px;
        text-transform:uppercase;
        margin-top:21px;
        margin-left:16px;
        margin-right:16px;
    }
    #interes-content ul li .subtitle, 
    #comunicacion-content ul li .subtitle{
        font-family: 'Swiss721BT-Light';
        color:#B3B3B3;
        margin-top:6px;
        margin-left:16px;
        margin-right:16px;
        font-size:12px;
    }
    #interes-content ul li .lng, 
    #comunicacion-content ul li .lng{
        font-family: 'Swiss721BT-Bold';
        color:black;
        margin-top:14px;
        margin-left:16px;
        margin-right:16px;
        font-size:12px;
        float:left;
    }
    #interes-content ul li select, 
    #comunicacion-content ul li select{
        float:left;
        width:50px;
        margin-top:10px;
    }
    #interes-content ul li .tipo, 
    #comunicacion-content ul li .tipo{
        font-family: 'Swiss721BT-Bold';
        color:black;
        margin-top:6px;
        margin-left:16px;
        margin-right:16px;
        font-size:11px;
        width:100%;
        float:left;
        text-transform:uppercase;
        line-height:10px;
    }
    #interes-content ul li .tipo span, 
    #comunicacion-content ul li .tipo span{
        font-family: 'Swiss721BT-Light';
        line-height:10px;
    }
    #interes-content ul li .peso, 
    #comunicacion-content ul li .peso{
        font-family: 'Swiss721BT-Bold';
        color:black;
        margin-top:6px;
        margin-left:16px;
        margin-right:16px;
        font-size:11px;
        width:100%;
        float:left;
        text-transform:uppercase;
        line-height:10px;
    }
    #interes-content ul li .peso span, 
    #comunicacion-content ul li .peso span{
        font-family: 'Swiss721BT-Light';
        line-height:10px;
    }
    #interes-content ul li .author, 
    #comunicacion-content ul li .author{
        font-family: 'Swiss721BT-Bold';
        color:black;
        margin-top:20px;
        margin-left:16px;
        margin-right:16px;
        font-size:11px;
        width:100%;
        float:left;
        text-transform:uppercase;
        line-height:10px;
    }
    #interes-content ul li .author span, 
    #comunicacion-content ul li .author span{
        font-family: 'Swiss721BT-Light';
        line-height:10px;
    }

    #interes-content ul li.last,
    #comunicacion-content ul li.last,
    #agenda ul li.last,
    #enlaces-content ul li.last{
        margin-right:0px;
    }
    #comunicacion-content ul li .documento,
    #interes-content ul li .documento{
        height:165px;
        width:100%;
    }
    #comunicacion-content ul li .descarga,
    #interes-content ul li .descarga{
        width:100%;
        height:100px;
        text-align:center;
        position:absolute;
        bottom:0px;
    }
    #comunicacion-content ul li .descarga a,
    #interes-content ul li .descarga a{
        font-size:12px;
        height:15px;
        font-family: 'Swiss721BT-BoldCondensed';
        color:black;
        text-transform:uppercase;
        text-decoration:none;
        text-align:center;
    }
    #comunicacion-content ul li .descarga .icon,
    #interes-content ul li .descarga .icon{
        width:34px;
        height:34px;
        background:url(../img/download.png);
        float:left;
        margin-left:113px;
        margin-bottom:12px;
        margin-right:113px;
        margin-top:14px;
    }
    #enlaces-content ul li .icon{
        margin-left:16px;
        margin-top:37px;
    }
    #enlaces-content ul li .title{
        font-family: 'Swiss721BT-BoldCondensed';
        font-size:14px;
        text-transform:uppercase;
        margin-top:15px;
        margin-left:16px;
    }
    #enlaces-content ul li .enl{
        margin-left:16px;
        margin-top:12px;
    }
    #enlaces-content ul li .enl a{
        text-decoration:none;
        color:black;
        font-family: 'Swiss721BT-Light';
        font-size:12px;
        width:100%;
        float:left;
    }
    #donaciones{
        background-color:#f6f6f6;
        float:left;
        width:100%;
    }
    #donaciones .left{
        width:528px;
        padding-top:35px;
        float:left;
    }
    #donaciones .left .bottom{
        width:528px;
        height:248px;
        background-color:white;
        float:left;
        margin-top:26px;
        margin-bottom:36px;
    }
    #donaciones .left .bottom .title{
        font-family: 'Swiss721BT-BoldCondensed';
        font-size:14px;
        text-transform:uppercase;
        margin-left:23px;
        margin-top:37px;
    }
    #donaciones .left .bottom ul{
        width:calc(100% - 46px);
        margin-left:23px;
        margin-top:28px;
    }
    #donaciones .left .bottom ul li{
        float:left;
        display:block;
        font-family: 'Swiss721BT-Light';
        width:100%;
        color:#aaa;
        background:url(../img/icon-grey.png) no-repeat 0px 2px;
        background-size:13px 13px;
        height:18px;
        padding-left:22px;
        cursor:pointer;
        margin-bottom:5px;
        font-size:13px;
    }
    #donaciones .left .bottom ul li.selected{
        background:url(../img/icon.png) no-repeat 0px 2px;
        color:black;
        background-size:13px 13px;
    }
    #donaciones .left .bottom ul li input{
        width:60px;
        margin-left:6px;
        font-family: 'Swiss721BT-BoldCondensed';
        padding:2px;
        color:#bbb;
        border:solid 1px #bbb;
        margin-top:-4px;
    }
    #donaciones .left .bottom ul li.selected input{
        color:black;
    }
    #donaciones .left .middle{
        width:528px;
        height:240px;
        background-color:white;
        float:left;
        margin-top:26px;
    }
    #donaciones .left .middle p{
        width:calc(100% - 46px);
        margin-left:23px;
    }
    #donaciones .left .middle p span{
        font-family: 'Swiss721BT-BoldItalic';
        color:black;

    }
    #donaciones .left .top{
        width:100%;
        height:766px;
        background-color:white;
        float:left;
        margin-top:37px;
    }
    #donaciones .left .top p.priv{
        font-size: 10px;
        width:calc(100% - 74px);
        margin-left:23px;
        margin-top:10px;
    }
    #donaciones .left .top p.priv a{
        text-decoration: underline;
        color:#9D9D9D;
    }
    #donaciones .left .middle .title{
        font-family: 'Swiss721BT-BoldCondensed';
        color:black;
        text-transform:uppercase;
        width:calc(100% - 74px);
        margin-left:23px;
        margin-top:37px;
        margin-bottom: 5px;
    }
    #donaciones .left .middle ul{
        float:left;
        margin-left:23px;
    }
    #donaciones .left .middle ul li{
        float:left;
        display:inline;
        margin-right:10px;
    }
    #donaciones .left .middle .iban{
        width:73px;
        overflow:hidden;
    }
    #donaciones .left .middle .iban input{
        width:63px;
    }
    #donaciones .left .middle .banco{
        width:75px;
        overflow:hidden;
    }
    #donaciones .left .middle .banco input{
        width:65px;
    }
    #donaciones .left .middle .oficina{
        width:75px;
        overflow:hidden;
    }
    #donaciones .left .middle .oficina input{
        width:65px;
    }
    #donaciones .left .middle .control{
        width:55px;
        overflow:hidden;
    }
    #donaciones .left .middle .control input{
        width:45px;
    }
    #donaciones .left .middle .cuenta{
        width:170px;
        overflow:hidden;
    }
    #donaciones .left .middle .cuenta input{
        width:160px;
    }
    #donaciones .left .middle ul li label,
    #donaciones .left .middle ul li input{
        width:calc(100% - 6px);
    }
    #donaciones .left .middle ul li label{
        font-family: 'Swiss721BT-Light';
        color:#aaa;
        font-size:12px;
        line-height:20px;
    }
    #donaciones .left .middle ul li input{
        padding:2px;
        font-family: 'Swiss721BT-Light';
        color:#444;
        float:left;
        height:14px !important
    }
    #donaciones .left .middle ul li label span{
        color:red;
    }
    #donaciones .left .middle p + div{
        display: none;
        height:50px;
        float:left;
    }
    #donaciones .left .middle p + div.number{
        margin-left:43px;
        font-family: 'Swiss721BT-Bold';
        color:#444;
        font-size:15px;
        margin-top:5px;
    }
    #donaciones .left .top .title{
        font-family: 'Swiss721BT-BoldCondensed';
        color:black;
        text-transform:uppercase;
        width:calc(100% - 74px);
        margin-left:23px;
        margin-top:37px;
        margin-bottom: 5px;
    }
    #donaciones .left .top .form{
        margin-top:20px;
        width:calc(100% - 44px);
        margin-left:23px;
    }
    #donaciones .left .top label{
        font-family: 'Swiss721BT-Light';
        width:100%;
        float:left;
        margin-bottom:5px;
        font-size:12px;
        color:#aaa;
    }
    #donaciones .left .top input,
    #donaciones .left .top select{
        width:263px;
        float:left;
        margin-bottom:10px;
        padding:2px;
        font-family: 'Swiss721BT-Light';
        color:#aaa;
        border:solid 1px #aaa;
    }
    #donaciones .left .top select{
        width:270px;
        height:22px;
    }
    #donaciones .left .apoya{
        width:100%;
        height:214px;
        background-color:white;
        float:left;
        margin-bottom:-10px;
    }
    #donaciones .left .apoya p{
        margin-top:20px;
        width:calc(100% - 44px);
        margin-left:23px;
    }
    #donaciones .left .apoya .title{
        font-family: 'Swiss721BT-BoldCondensed';
        color:black;
        text-transform:uppercase;
        width:calc(100% - 74px);
        margin-left:23px;
        margin-top:37px;
        margin-bottom: 5px;
    }
    #donaciones .left .enviar{
        width:100%;
        height:74px;
        background-color:white;
        float:left;
        margin-bottom:20px;
        margin-top:-37px;
    }
    #donaciones .left p{
        float:left;
        margin-bottom:10px;
        color:#aaa;
        font-family: 'Swiss721BT-Light' !important;
    }
    #donaciones .left p a{
        color: #ff6769;
        text-decoration:none;
    }
    #donaciones .left p label{
        margin-right:5px;
        float:left;
    }
    #donaciones .left p.p1{
        margin-top:10px;
    }
    #donaciones .right{
        padding-top:272px;
        float:right;
        background-color:#e9e9e9;
        background-repeat: no-repeat;
        background-image:url(../img/mapa2.png);
        background-size: 492px;
        height:20px;
        background-position: -84px -26px;
        width:270px;
        margin-top:35px;
    }
    #donaciones .don{
        margin-left:22px;
        width:269px;
        margin-top:27px;
    }
    #donaciones .right .title{
        font-family: 'Swiss721BT-BoldCondensed';
        color:black;
        text-transform:uppercase;
        width:calc(100% - 30px);
        margin-left:15px;
        margin-top:15px;
        margin-bottom: 5px;
    }
    #donaciones .right p{
        width:calc(100% - 30px);
        margin-left:15px;
        margin-top:15px;
        font-family: 'Swiss721BT-Light';
        font-size:12px;
        float:left;
    }
    #agenda{
        height:750px;
        background-color:#f6f6f6;
        margin-top:30px;
    }
    #agenda ul li{
        position:relative;
        height:320px;
    }
    #agenda ul li .agenda{
        height:175px;
        width:215px;
        margin-left:18px;
        margin-top:28px;
    }
    #agenda ul li .agenda .mes{
        font-family: 'Swiss721BT-Bold';
        font-size:13px;
    }
    #agenda ul li .agenda .dia{
        font-family: 'Swiss721BT-Bold';
        font-size:75px;
    }
    #agenda ul li .agenda .title{
        font-family: 'Swiss721BT-BoldCondensed';
        font-size:75px;
        font-size:14px;
        text-transform:uppercase;
        margin-top:15px;
    }
    #agenda ul li .agenda .lugar{
        font-family: 'Swiss721BT-Light';
        color:#FD6668;
        margin-top:6px;
        font-size:12px;
    }
    #agenda ul li .agenda .subtitle{
        font-family: 'Swiss721BT-Light';
        color:#B3B3B3;
        margin-top:6px;
        font-size:12px;
    }
    #agenda ul li .share{
        position:absolute;
        left:21px;
        bottom:15px;
    }
    #agenda ul li .enlace{
        width:23px;
        height:23px;
        background:url(../img/enlace.png);
        float:left;
        display:block;
        margin-right:10px;
    }
    #agenda ul li .desc{
        width:23px;
        height:23px;
        background:url(../img/descarga.png);
        float:left;
        display:block;
    }
    #agenda ul li .twitter{
        width:12px;
        height:10px;
        margin-top:1px;
        position:absolute;
        right:32px;
        bottom:22px;
    }
    #agenda ul li .twitter a{
        width:12px;
        height:10px;
        display:block;
        background:url(../img/twitter2.png);
    }
    #agenda ul li .facebook{
        width:6px;
        height:12px;
        margin-top:1px;
        position:absolute;
        right:21px;
        bottom:21px;
    }
    #agenda ul li .facebook a{
        width:6px;
        height:12px;
        display:block;
        background:url(../img/facebook.png);
    }
    .pagination{
        text-align:center;
        height:27px;
        line-height:27px;
        margin-top:14px;
        display:block;
        float:left;
        width:100%;
    }
    #agenda .pagination{
        position:absolute;
        top:690px;
    }
    #interes-content .pagination,
    #comunicacion-content .pagination{
        position:absolute;
        top:596px;
    }
    .pagination div{
        width:14px;
        height:12px;
        display:inline-block;
        margin-left:2px;
        margin-right:2px;
        font-size:12px;
    }
    .pagination .selected{
        font-family: 'Swiss721BT-Bold';
    }
    .pagination .num{
        font-family: 'Swiss721BT-Light';
    }
    .pagination .num a{
        color:#B3B3B3;
        text-decoration:none;
    }
    .pagination .hurrengoa, #slider-next{
        width:37px;
        height:27px;
        line-height:27px;
        background:url(../img/right.png);
        float:right;
        cursor:pointer;
    }
    .pagination .aurrekoa, #slider-prev{
        width:37px;
        height:27px;
        line-height:27px;
        background:url(../img/left.png);
        float:left;
        cursor:pointer;
    }
    #slider-prev{
        float:left;
        margin-top:0px;
    }
    #slider-next{
        float:right;
        margin-top:0px;
    }
    .pagination .aurrekoa-disabled{
        width:37px;
        height:27px;
        line-height:27px;
        background:url(../img/left-disabled.png);
        float:left;
    }
    .pagination .hurrengoa-disabled{
        width:37px;
        height:27px;
        line-height:27px;
        background:url(../img/right-disabled.png);
        float:right;
    }
    .pagination .hurrengoa a,
    .pagination .aurrekoa a{
        display:block;
        width:100%;
        height:100%;
        color:white;
        text-decoration:none;
    }
    #contacto{
        margin-top:7px;
    }
    #contacto .w820{
        height:1020px;
    }
    #contacto h2{
        font-family: 'Swiss721BT-BoldCondensed';
        text-align:center;
        text-transform:uppercase;
        font-size:25px;
        font-weight: bold;
        width:100%;
        margin-left:0px;
        margin-top:0px;
    }
    #contacto .left{
        width:386px;
        margin-top:40px;
        float:left;
    }
    #contacto .left form{
        width:500px;
    }
    #contacto .left input{
        width:366px;
        height:38px;
        background-color:#efefef;
        border:0px;
        padding-left:10px;
        padding-right:10px;
        line-height:38px;
        margin-bottom:22px;
        color:#aeaeae;
        font-family: 'Swiss721BT-LightItalic';
    }
    #contacto .left input#email,
    #contacto .left input#factory{
        width:168px;    
    }
    #contacto .left input#factory{
        margin-left:-34px;
    }
    #contacto .left input.factory_eu{
        margin-left:-103px !important;
    }
    #contacto .left textarea{
        background-color:#efefef;
        border:0px;
        width:366px;
        resize:none;
        padding:10px;
        height:100px;
        color:#aeaeae;
        font-size:12px;
        font-family: 'Swiss721BT-LightItalic';
    }
    input[required] + label,
    textarea[required] + label{
        color:#aeaeae;
        font-size: .8em;
        position: relative;
        left: -380px; /* the negative of the input width */
        font-family: 'Swiss721BT-LightItalic';
        height:38px;
        top:12px;
    }

    input[required]#email + label{
        color:#aeaeae;
        font-size: .8em;
        position: relative;
        left: -181px; /* the negative of the input width */
        font-family: 'Swiss721BT-LightItalic';
        height:38px;
        top:12px;
    }

    ::-webkit-input-placeholder { /* WebKit browsers */
        color:#aeaeae;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:#aeaeae;
        opacity:  1;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:#aeaeae;
        opacity:  1;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color:#aeaeae;
    }

    input#factory + label{
        color:#aeaeae;
        font-size: .8em;
        position: relative;
        left: -181px; /* the negative of the input width */
        font-family: 'Swiss721BT-LightItalic';
        height:38px;
        top:12px;
    }

    input[required] + label:after,
    textarea[required] + label:after{
        content:'*';
        color: #ff6769;
    }

    /* show the placeholder when input has no content (no content = invalid) */
    input[required]:invalid + label,
    textarea[required]:invalid + label{
        display: inline-block;
    }

    /* hide the placeholder when input has some text typed in */
    input[required]:valid + label,
    textarea[required]:valid + label{
        display: none;
    }
    input[required]#email:valid + label{
        display: inline-block;
        visibility:hidden;
    }
    input[type=checkbox] {
        display:none;
    }

    input[type=checkbox] + label
    {
        background: white;
        height: 12px !important;
        width: 12px !important;
        display:inline-block;
        padding: 0 0 0 0px;
        float:left;
        border:solid 1px #9D9D9D;
    }
    input[type=checkbox]:checked + label
    {
        background: url(../img/check.png);
        height: 12px;
        width: 12px;
        display:inline-block;
        padding: 0 0 0 0px;
    }
    #contacto{
        height:1350px;
        overflow:hidden;
    }
    #contacto .left p{
        width:366px;
    }
    #contacto .left p a{
        color:#aeaeae;
    }
    #contacto .left p.p2,
    #contacto .left p.p3,
    #donaciones p{
        font-size:11px;
        line-height:14px;
    }
    #contacto .left p.p2 label,
    #contacto .left p.p3 label,
    #donaciones p{
        margin-right:10px;
    }
    #contacto .left p.p2{
        margin-bottom:-12px;
    }
    #contacto .left p.p2 span{
        color: #ff6769;
    }
    #contacto .left p.p4{
        margin-top:2px;
    }
    #contacto .left #send{
        width:94px;
        height:26px;
        background-color:#ff6769;
        line-height:26px;
        color:white;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-family: 'Swiss721BT-Bold';
        text-transform: uppercase;
        margin-top:20px;
        cursor:pointer;
    }
    #contacto .left p{
        color:#9D9D9D;
        font-family: 'Swiss721BT-Light';
        font-size:10px;
        margin-top:20px;
    }
    #donaciones #send{
        width:94px;
        height:26px;
        background-color:#ff6769;
        line-height:20px;
        color:white;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-family: 'Swiss721BT-Bold';
        text-transform: uppercase;
        margin-top:26px;
        cursor:pointer;
        margin-left:23px;
        border:0px;
        float:left;
    }
    #contacto .right{
        float:left;
        width:200px;
        margin-left:74px;
        margin-top:40px;
    }
    #contacto .right .title{
        font-family: 'Swiss721BT-Bold';
        margin-left:0px;
        text-transform:uppercase;
        font-size:14px;
    }
    #contacto .right p{
        font-family: 'Swiss721BT-Light';
        margin-bottom:20px;
        font-size:12px;
    }
    #contacto .right .title:first-child{
        margin-bottom:12px;
    }
    #contacto .right .social{
        margin-top:10px;
    }
    #contacto #map{
        width:820px;
        height:346px !important;
        float:left;
        margin-top:30px;
    }
    #phrase .coordenadas{
        color:white;
        text-align:center;
        display: table;
        width:100%;
        height:130px;
    }
    #phrase .frase{
        width:780px;
        margin-left:20px;
        height:130px;
        display: table;
    }
    #phrase .coordenadas .texto,
    #phrase .frase .texto{
        display: table-cell;
        vertical-align: middle;
    }
    #phrase .coordenadas .texto h4{
        font-family: 'Swiss721BT-BoldCondensed';
        text-transform:uppercase;
        font-size:23px;
        margin-bottom:18px;
    }
    #phrase .coordenadas .texto .coor{
        font-family: 'Swiss721BT-Bold';
        text-transform:uppercase;
        font-size:12px;
        margin-bottom:8px;
    }
    #phrase .coordenadas .texto p{
        font-family: 'Swiss721BT-Bold';
        font-size:11px;
        line-height:13px;
    }
    #phrase .frase .texto .tex{
        font-family: 'Swiss721BT-Bold';
        color:white;
        font-size:13px;
        line-height:13px;
    }
    #phrase .frase .texto .autor{
        font-family: 'Swiss721BT-BoldCondensed';
        text-transform:uppercase;
        font-size:15px;
        margin-top:11px;
        color:white;
    }
    #footer{
        margin-top:15px;
        float:left;
        margin-bottom:100px;
        width:100%;
    }
    #footer .w820{
        text-align:center;
        font-family: 'Swiss721BT-Light';
        font-size:12px;
    }
    #footer .w820 a{
        color:#ff6769;
        text-decoration: none;
    }
    .condiciones{
        margin-bottom:15px;
    }
    .condiciones .title{
        font-family: 'Swiss721BT-BoldCondensed';
        color: #ff6769;
        text-transform:uppercase;
        margin-top:20px;
    }
    .condiciones p{
        margin-top:3px;
        margin-bottom:3px;
    }
    #cookie{
        min-width:820px !important;
        width:100% !important;
        visibility:hidden;
        background-color:#C7C7C7;
        position:fixed;
        z-index:9999;
        bottom:0px;
    }
    #cookie .center{
        width:820px;
        margin-left:auto;
        margin-right:auto;
        padding-top:10px;
        padding-bottom:10px;
        position:relative;
    }
    #cookie .center .left{
        width:760px;
        font-family: 'Swiss721BT-Light';
        font-weight:400;
        font-size:9pt;
        margin-left:20px;
    }
    #cookie .center .left a{
        color:#ff6769;
        text-decoration:none;
    }
    #cookie .center .cookies{
        background:url(../img/cookies.png);
        width:13px;
        height:13px;
        position:absolute;
        top:50%;
        right:20px;
        margin-top:-6px;
    }
    #cookies{
        margin-top:30px;
        margin-bottom:30px;
    }
    #cookies p{
        font-family: 'Swiss721BT-Light';
        font-weight:400;
        font-size:10pt;
        margin-left:50px;
        margin-right:50px;
        margin-bottom:10px;
        line-height:10pt;
        color:#808080;

    }
    #cookies .izenburu{
        color:#ff6769;
        margin-top:10px;
        float:left;
        width:100%;
    }
    #cookies .title{
        background-color:#ff6769;
        color:white;
        text-transform:uppercase;
        padding-left:50px;
        padding-right:50px;
        padding-top:10px;
        padding-bottom:10px;
        font-family: 'Swiss721BT-Light';
        font-weight:700;
        margin-top:30px;
        margin-bottom:30px;
    }
}

.enlaceBoletin{
	width:360px;
}
#ckbMiembro{display: block; width: 10px !important; margin-right: 10px; border: solid 1px #aaa !important}
.miembro label{margin-top: 10px;}