
    :root {
        --text: #000000;
--links: #545454;
--titles: #000000;
--page-background: #F6F8FB;
--highlight: #ffc840;
--boxes-background: #FFFFFF;
--boxes-border: #CBD2DB;
--section-titles: #000000;
--section-titles-background: #F6F8FB;
--header-background: #FFFFFF;
--header-links: #000000;
--footer-background: #000000;
--footer-links: #FFFFFF;
    }
    
.ods-mapbuilder__main, .ods-mapbuilder__map-container, .ods-mapbuilder__map .odswidget-map .odswidget-map__map { 
    height: 800px !important;
}

.ods-dataset-metadata-block--subtle { display: none; }

.border-right{
    border-width:2px !important;
}

/* Hecho por Pablo */
/* -------------------------- */
.font-ayuntamiento{
    color:#fff;
    font-size: 70px;
    text-shadow: 1px 2px #999;
}

.font-gobierno{
    margin-bottom: 50px;
    color:#fff;
    font-size: 50px;
    text-shadow: 1px 2px #999;
}

@media (max-width: 600px) {
  .font-ayuntamiento {
    font-size: 40px;
  }
  .font-gobierno {
    font-size: 30px;
  }
}
.logo-margin{
    margin-bottom: 20px;
}
/* -------------------------- */
#navbarNavDropdownB ul{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#navbarNavDropdownF ul{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bolder;
}

#navbarNavDropdown ul{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.nav-item{
    text-align: center;
}

.table{
    background-color:black; 
    border-color: black;
}

.table img{
    width: 250px; 
    height: 120px;
}

.titB{
    font-weight: bolder;
    font-family: 'Montserrat', sans-serif;
}

.subB{
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.jumbotron{
    background-image: url('https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/valencia/theme_image/Portal%20datos%20abiertos_2.jpg');
    background-repeat: no-repeat; background-size: cover; 
    background-position:center;
}

.datosFooter{
    text-align: left;
}

.datosFooter img{
    width: 250px; 
    height: 120px;
}

.feel img{
    width: 150px; 
    height: 50px;
}

.feel form{
    padding-left: 100px;
}

.foot{
    background-color: black;
}

.look{
    background-color: #FFC300;
}
@media screen and (max-width: 600px) {
    .topnav .search-container {
        float: left;
    }
    .topnav a, .topnav input[type=text], .topnav .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
    .topnav input[type=text] {
        border: 1px solid #ccc;  
    }
}

/* Style of dark menu - 3rd menu */
.navbar-dark {
    background-color: rgba(0,0,0,0.8); 
    padding: 20px;
}

.navbar-dark li {
    margin-bottom: 0.5em;
}

.navbar-dark a {
    border-left: 2px solid #ffc83f;
    font-size: 14px;
    opacity: 1;
    line-height: 28px;
}

.navbar-dark a:hover {
    text-decoration: underline;
}



/* Dropdown menu with pill styling
========================================================================== */
.dropdown {
    position: relative;
    display: block;
    margin-left: 25px;
}

@media screen and (min-width: 1000px) {
    .header-dropdown {
        margin-left: auto;
        padding-top: 0px; 
    }
}

/* Button */
.dropdown-button {
    font-size: 1rem;
    color: #000000;
    border: 1px solid #ffc840;
    border-radius: 2rem;
    background: #ffc840;
    padding: .37rem 1rem;
    margin-right: 4px;
    transition: all .2s;
}
.dropdown-button:hover,
.dropdown-button:focus {
    color: #545454;
    border-color: #545454;
}
.dropdown-button-open {
    border-color: #545454;
    box-shadow: 0 0 0 3px rgba(20, 46, 123, .2);
}
.dropdown-button-active {
    color: #545454;
    border-color: #545454;
    background-color: rgba(20, 46, 123, 0.1);
}
/* Dropdown styling */
.dropdown-menu {
    background-color: #ffc840;
    border: 1px solid #ffc840;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.15);
    max-width: 350px;
    overflow-x: auto;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 11;
    white-space: nowrap;
    transition: visibility 0s, opacity 0.1s ease, top 0.1s ease;
}
.dropdown-visible {
    opacity: 1;
    visibility: visible;
    top: 38px;
}
/* Dropdown items */
.dropdown-menu {
    padding: 10px 0;
}
.dropdown-title {
    font-size: 1.3rem;
    color: #000000;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 26px;
}
.dropdown-items {
    list-style: none;
    padding: 0 26px;
    margin: 0;
    display: flex;
    flex-direction: column;
    max-height: 180px;
    overflow-y: auto;
}
.dropdown-item {
    font-size: 1rem;
    display: block;
    margin-top: 8px;
}

.dropdown-items .dropdown-item a {
    color: #000 !important;
}
.dropdown-item:hover {
    text-decoration: none;
}
.dropdown-input {
    margin-right: 4px;
}
.dropdown-label {
    display: block;
    margin-bottom: 0;
    cursor: pointer;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 2px;
}
/* Backdrop */
.dropdown-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: auto;
    z-index: 10;
}


.pre-header {
    width: 100%;
    background-color: #e84343;/*#f3f2f2;*/
}

.user-menu {
    height: auto;
    flex-direction: column;
    width: auto;
    background-color: #e84343;/*#FFF;*/
    margin: 25px;
    padding: 0;
}

.user-menu .odswidget-picto {
    display: none;
}

.user-menu.user-menu-item {
    height: 55px;
    border-bottom: 1px solid #e7e6e6;
    padding: 0 30px;
    width: 100%;
    margin-left: 0px;
    display: flex;
    justify-content: space-between;
}

/**********************************/
/****  PRUEBAS MARÍA **************/

.menu-fila{
    background-color:#ffc83f;
    font-size:.8em;
    text-align:center;
    margin-right:inherit;
    color:#fff;
}
/*.menu-fila a{color:#fff}*/

.div-media{
    border-right:1px solid #fff;
    min-height:2.8em;
    margin:auto}

.img-visit {
    height: 22px;
    margin: auto;
}

.collapse {
    text-decoration: none;
    font-family: Montserrat,Montserrat-Bold; }

.menu-media li{display:inline;padding:0;margin:0;margin-right:9px}.menu-media a:hover{text-decoration:none}
.menu-media{padding-top:inherit!important;padding-bottom:inherit!important;border-left:none;height:auto;margin-top:6px;max-height:30px;padding-left:0;display: block;}

.enlacesmenu{border-right:1px solid #fff;height:36px;min-height:38px;padding:6px 5px;text-align:center}.div-media{border-right:1px solid #fff;min-height:2.8em;margin:auto}.menu-media li{display:inline;padding:0;margin:0;margin-right:9px}.menu-media a:hover{text-decoration:none}.media1{border-right:1px solid #fff}.menu-media{padding-top:inherit!important;padding-bottom:inherit!important;border-left:none;height:auto;margin-top:6px;max-height:30px;padding-left:0}
@media screen and (min-width:801px) and (max-width:1199px){.container-amarillo{margin:-15px 0 5px 0}.enlacesmenu{padding:6px 2px 0 2px;border-right:1px transparent solid}}
.collapse{text-decoration:none;font-family:Montserrat,Montserrat-Bold;}
.navbar-principal{margin-bottom:0;z-index:100;border:0;background-color:#fff}
.container-amarillo{position:relative;margin:-15px 5% 5px 5%;padding:10px 15px}.navbar-collapse{padding:0}
@media screen and (min-width:768px){.navbar-nav>li>a{line-height:28px;padding:15.5px 15px!important}}

.wrapper.boxes.container-fluid p{padding-left:3em}

.custom_menu_items{ line-height: 28px; padding: 15.5px 15px!important; font-weight: bolder; font-size: .9em; position: relative; display: block; margin: 0; list-style-type: none; list-style: none; overflow-wrap: break-word; font-family: "Montserrat,Montserrat-Bold"; }
  
.img-logo{max-height:100%}.navbar-a-principal{padding:2.5px 0!important;height:60px!important}.ul-principal{margin:0;padding-left:0.3em;list-style-type:none}.ul-principal>li>a{font-weight:bolder;font-size:.9em;color:#000}.ul-principal>li>a:hover{color:#fff;background-color:rgba(0,0,0,.8)!important;transition:all .5s ease-in-out}
.menu-oculto{float:right;top:1px;display:flex;height:3em;right:9.4em;background-color:#fff;z-index:1000;padding-top:10px}.float-left{float:left}
.menu-buscar-x{color:#000;line-height:3em;width:2em;text-align:center;display:block}.menu-buscar-x:hover{color:#fff;background-color:#000;transition:all .5s ease;cursor:pointer;text-transform:none}


@font-face {
    font-family: Montserrat;
    src: url('https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/valencia/theme_font/Montserrat-Regular.ttf') /*MODIFICADO (antes fonts/XXX)*/
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/valencia/theme_font/Montserrat-Bold.ttf') /*MODIFICADO (antes fonts/XXX)*/
}

@font-face {
    font-family: Montserrat-Medium;
    src: url('https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/valencia/theme_font/Montserrat-Medium.ttf') /*MODIFICADO (antes fonts/XXX)*/
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/valencia/theme_font/Montserrat-SemiBold.ttf') /*MODIFICADO (antes fonts/XXX)*/
}

body,figure {
    margin: 0
}

a {
    color: #65b6f0
}

.opennes-title,.resource-likes,.resource-name,.resource-visits>.views {
    text-align: center
}

.data-description,.data-source,.resource-name p,dfn {
    font-style: italic
}

body {
    color: #595959;
    font-family: Montserrat,Montserrat-Bold;
    font-size: 16px
}

h1 {
    font-family: Montserrat;
    font-size: 3.2em
}

h2 {
    margin-top: 0;
    font-family: Montserrat-SemiBold;
    font-size: 2.8em
}

h3 {
    font-family: Montserrat-SemiBold;
    font-size: 2.4em
}

h4 {
    font-family: Montserrat;
    font-size: 1.2em
}

span.searchTitle {
    font-weight: 400;
    font-size: 20px;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 2px
}

table tr.views {
    background: #fff;
    width: auto!important
}

table tr.show {
    display: table-row!important
}

table tr.views td {
    border-bottom: 1px solid #ddd!important
}

.no-results {
    margin: 0 15px;
    text-align: center
}

#wrapper .chosen-container-multi {
    width: 100%!important
}

#wrapper .chosen-container-multi .chosen-choices li.search-choice {
    background: #f4f4f4
}

#wrapper .chosen-container-multi .chosen-choices,#wrapper .chosen-container-single .chosen-single {
    background: #fff;
    border-radius: 0;
    border-color: #ccc;
    box-shadow: none;
    height: 2.5em;
    line-height: 2.5em;
    text-align: left
}

#wrapper .chosen-container .chosen-drop {
    border-color: #ccc;
    box-shadow: none;
    border-radius: 0
}

#wrapper .chosen-container .chosen-results li.highlighted {
    background: #303030;
    color: #fff
}

#wrapper .chosen-container-single .chosen-single div b {
    background-position: 0 6px
}

#wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 6px
}

.left {
    float: left
}

.msg-warn {
    background: #ffe7cc;
    border-radius: 4px;
    border: 1px solid #ff8900;
    color: #ff8900;
    font-size: 1.1em;
    padding: .5em 1em
}

.opennes-title,b,label,strong {
    font-weight: 700
}

a:focus {
    outline: 0
}

a:active,a:hover {
    color: #6b76c1;
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

svg text {
    font-family: "Open Sans",Helvetica,sans-serif;
    font-size: 14px
}

#resource-piechart svg {
    padding: 0;
    margin: 10px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    padding: 0 .5em;
    width: auto;
    margin: 0;
    line-height: 1.5
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

input[disabled]:hover {
    cursor: not-allowed
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

.dataset-description ol,.dataset-description p,.dataset-description ul {
    margin-bottom: 1em
}

.dataset-description ol,.dataset-description ul {
    margin-left: 1em;
    padding-left: 1em
}

.dataset-description li {
    list-style-type: disc
}

.dataset-description ul li {
    list-style-type: decimal
}

body.home #wrapper {
    background: 0;
    float: none;
    padding-bottom: 0
}

#wrapper {
    margin: 0 auto;
    min-height: 350px;
    max-width: 100%;
    background: #fff;
    padding-bottom: 2em
}

.dataset-main-detail.top {
    overflow: hidden;
    margin-bottom: 20px
}

.opennes-title {
    background-color: #303030;
    color: #fff;
    text-transform: uppercase;
    padding: 2px;
    width: 100%;
    margin-bottom: 5px
}

.dataset-title h2 {
    color: #303030;
    float: left;
    line-height: 1;
    margin-bottom: .5em;
    font-size: 24px
}

.dataset-main-detail div.social {
    clear: both
}

.dataset-resources {
    margin: 0 auto 2em;
    overflow: hidden
}

.dataset-meta-info.left {
    padding: 0 3em;
    margin-left: .5%
}

.dataset-resource-list.right {
    margin-right: .5%
}

#resource .form-control {
    display: inline-block
}

.dataset-resources h2 {
    border-bottom: 2px solid #303030;
    color: #303030;
    font-weight: 400;
    font-size: 20px;
    padding: .25em 0
}

.resource-social {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center
}

.dataset-meta-info table,.resource-metadata table {
    border: 1px solid #e7e7e7
}

.resource-detail .dataset-meta-info-details {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    margin: 1em 0
}

.dataset-meta-info table tr td,.resorce-item {
    background-color: #fff;
    padding: 10px
}

.resource-likes>div,.resource-visits>.views>span {
    margin-left: 10px
}

.dataset-meta-info table tr td.text-right {
    width: 45%
}

.dataset-main-detail table tr td.text-right {
    width: 15%;
    background-color: transparent;
    color: #303030
}

.dataset-meta-info table tr td.text-left {
    width: 60%
}

.dataset-main-detail table tr td.text-left {
    width: 85%;
    background-color: transparent
}

.resorce-item {
    margin-top: 1em;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    display: table;
    width: 100%;
    min-height: 90px
}

a.resorce-item:hover {
    background: #303030;
    color: #fff;
    text-decoration: none
}

.resorce-item .row {
    display: table-row;
    height: 56px
}

.resorce-item .resource-format-list .resource-format-icon {
    vertical-align: middle;
    display: inline-block;
    float: none!important;
    border-radius: 5px
}

.resorce-item .resource-format-list .resource-format-icon:hover {
    background-color: #303030
}

.resorce-item .resource-visits {
    padding: 0;
    text-align: center
}

.resorce-item .resource-visits i {
    margin-left: 5px
}

.resorce-item .resource-likes i {
    margin-left: 5px
}

.resorce-item .resource-format-icon,.resorce-item .resource-likes,.resorce-item .resource-name,.resorce-item .resource-visits {
    vertical-align: middle;
    display: table-cell;
    float: none!important
}

.resource-likes {
    border-right: 1px solid #e7e7e7;
    padding: 10px 0;
    display: none!important
}

.resource-likes>span {
    margin-left: 5px
}

.resource-likes>span>span {
    margin-left: 5px
}

.resource-name-formats {
    text-align: center;
    color: #303030
}

.resource-name-formats strong {
    font-size: 14px;
    font-weight: 700
}

.resource-name strong {
    font-size: 14px;
    font-weight: 700
}

.resource-name .desc,.resource-name-formats .desc {
    margin: 0;
    font-size: 12px
}

.dataset-main-detail .visits {
    text-align: center;
    text-transform: uppercase;
    color: #303030;
    margin: 10px 0;
    font-size: 16px
}

.dataset-main-detail .visits strong {
    font-size: 14px
}

.dataset-main-detail .vote {
    margin: 10px 0
}

.dataset-groups {
    text-align: right
}

.dataset-groups>.dataset-group {
    float: right;
    margin-left: .5em
}

.resource-groups>.dataset-group {
    float: right;
    padding: 0 .5em
}

#resource-content .well {
    background: #fff;
    border: 1px solid #e7e7e7;
    line-height: 30px
}

#resource-content .tabs .tab-content {
    padding: 0
}

.dataset-detail .resource-metadata table {
    border: 0
}

.resource-format-icon {
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding: 1.5em 0;
    position: relative;
    height: 100%
}

.resource-format-list a {
    background-size: 32px!important;
    background-position: 50% 4px!important
}

.dataset-main-detail .resource-format-icon.CSV,.dataset-main-detail .resource-format-icon.CSV_DATASTORE,.dataset-main-detail .resource-format-icon.ODS_DATASTORE,.dataset-main-detail .resource-format-icon.TSV,.dataset-main-detail .resource-format-icon.TSV_DATASTORE,.dataset-main-detail .resource-format-icon.XLSX_DATASTORE,.dataset-main-detail .resource-format-icon.XLS_DATASTORE {
    background-image: url(../ayto_valencia/images/icons/ic_csv.png);
    background-size: auto;
    background-position: 10px
}

.resource-format-icon.CSV,.resource-format-icon.CSV_DATASTORE,.resource-format-icon.ODS_DATASTORE,.resource-format-icon.TSV,.resource-format-icon.TSV_DATASTORE,.resource-format-icon.XLSX_DATASTORE,.resource-format-icon.XLS_DATASTORE {
    background-image: url(../ayto_valencia/images/icons/ic_csv.png);
    background-size: auto;
    background-position: 50% 10px
}

.dataset-main-detail .resource-format-icon.DATASTORE {
    background-image: url(../ayto_valencia/images/icons/ic_csv.png);
    background-size: auto;
    background-position: 10px
}

.resource-format-icon.DATASTORE {
    background-image: url(../ayto_valencia/images/icons/ic_csv.png);
    background-size: auto;
    background-position: 50% 10px
}

.dataset-main-detail .resource-format-icon.ATOM,.dataset-main-detail .resource-format-icon.JSON,.dataset-main-detail .resource-format-icon.JSONLD,.dataset-main-detail .resource-format-icon.N3,.dataset-main-detail .resource-format-icon.NGSI10,.dataset-main-detail .resource-format-icon.OWL,.dataset-main-detail .resource-format-icon.PDF,.dataset-main-detail .resource-format-icon.RDF,.dataset-main-detail .resource-format-icon.RSS,.dataset-main-detail .resource-format-icon.TURTLE,.dataset-main-detail .resource-format-icon.TXT,.dataset-main-detail .resource-format-icon.XML {
    background-image: url(../ayto_valencia/images/icons/ic_text.png);
    background-size: auto;
    background-position: 10px
}

.resource-format-icon.ATOM,.resource-format-icon.JSON,.resource-format-icon.JSONLD,.resource-format-icon.N3,.resource-format-icon.NGSI10,.resource-format-icon.OWL,.resource-format-icon.PDF,.resource-format-icon.RDF,.resource-format-icon.RSS,.resource-format-icon.TURTLE,.resource-format-icon.TXT,.resource-format-icon.XML {
    background-image: url(../ayto_valencia/images/icons/ic_text.png);
    background-size: auto;
    background-position: 50% 10px
}

.dataset-main-detail .resource-format-icon.HTML {
    background-image: url(../ayto_valencia/images/icons/ic_html.png);
    background-size: auto;
    background-position: 10px
}

.resource-format-icon.HTML {
    background-image: url(../ayto_valencia/images/icons/ic_html.png);
    background-size: auto;
    background-position: 50% 10px
}

.dataset-main-detail .resource-format-icon.ESRI_REST,.dataset-main-detail .resource-format-icon.GEOJSON,.dataset-main-detail .resource-format-icon.GML,.dataset-main-detail .resource-format-icon.KML,.dataset-main-detail .resource-format-icon.SHP,.dataset-main-detail .resource-format-icon.WFS,.dataset-main-detail .resource-format-icon.WKT,.dataset-main-detail .resource-format-icon.WMS {
    background-image: url(../ayto_valencia/images/icons/ic_location.png);
    background-size: auto;
    background-position: 10px
}

.resource-format-icon.ESRI_REST,.resource-format-icon.GEOJSON,.resource-format-icon.GML,.resource-format-icon.KML,.resource-format-icon.SHP,.resource-format-icon.WFS,.resource-format-icon.WKT,.resource-format-icon.WMS {
    background-image: url(../ayto_valencia/images/icons/ic_location.png);
    background-size: auto;
    background-position: 50% 10px
}

.dataset-main-detail .resource-format-icon.DWG,.dataset-main-detail .resource-format-icon.KMZ,.dataset-main-detail .resource-format-icon.ODS,.dataset-main-detail .resource-format-icon.SHAPE,.dataset-main-detail .resource-format-icon.SHZ,.dataset-main-detail .resource-format-icon.XLS,.dataset-main-detail .resource-format-icon.XLSX,.dataset-main-detail .resource-format-icon.ZIP {
    background-image: url(../ayto_valencia/images/icons/ic_noformat.png);
    background-size: auto;
    background-position: 10px
}

.resource-format-icon.DWG,.resource-format-icon.KMZ,.resource-format-icon.ODS,.resource-format-icon.SHAPE,.resource-format-icon.SHZ,.resource-format-icon.XLS,.resource-format-icon.XLSX,.resource-format-icon.ZIP {
    background-image: url(../ayto_valencia/images/icons/ic_noformat.png);
    background-size: auto;
    background-position: 50% 10px
}

.dataset-main-detail .resource-format-icon.GIF,.dataset-main-detail .resource-format-icon.JPEG,.dataset-main-detail .resource-format-icon.JPG,.dataset-main-detail .resource-format-icon.PNG {
    background-image: url(../ayto_valencia/images/icons/ic_img.png);
    background-size: auto;
    background-position: 10px
}

.resource-format-icon.GIF,.resource-format-icon.JPEG,.resource-format-icon.JPG,.resource-format-icon.PNG {
    background-image: url(../ayto_valencia/images/icons/ic_img.png);
    background-size: auto;
    background-position: 50% 10px
}

.resource-format-icon.DATASTORE span {
    font-size: 7.5px;
    line-height: 16px;
    left: 10px
}

.resource-format-list .resource-format-icon span {
    font-size: 7px;
    width: 100%;
    left: -1px;
    top: 23px
}

.resource-format-icon span {
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 37px;
    width: 100%;
    text-align: center;
    margin-left: 1px
}

div.social strong,ul.social a {
    color: #303030
}

ul.social {
    text-align: center;
    padding-left: 0
}

ul.social a {
    margin-left: 10px;
    font-size: 14px
}

.social i.fa.fa-comments {
    font-size: 15px
}

.social i.fa,.social i.fab,.social i.far,.social i.fas {
    background-color: #303030;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    height: 32px;
    margin: 0 0 0 4px;
    line-height: 32px;
    padding: 1px 9px;
    width: 32px
}

a.rate:active,a.rate:hover {
    background-color: #303030;
    border-radius: 5px;
    padding: 2px;
    text-decoration: none
}

a.rate:active i.fa-star,a.rate:hover i.fa-star {
    color: #fff
}

.rate i.fa-star {
    color: #ffcd00;
    font-size: 15px
}

.social i.fa:hover,.social i.fab:hover,.social i.far:hover,.social i.fas:hover {
    opacity: .7
}

.dataset-search-title h2 {
    font-weight: 400;
    padding: .25em 0;
    font-weight: 400;
    padding: .25em 0;
    background-size: 26px;
    color: #555;
    text-transform: none
}

.dataset-search input[type=text] {
    width: 90%;
    font-size: 24px
}

.apps-search input[type=image],.dataset-search input[type=image],.transparency-search input[type=image] {
    width: 30px;
    margin-left: 10px;
    vertical-align: top
}

#content aside ul.social {
    text-align: left
}

#content aside ul.social a {
    margin-left: 0
}

.ui-rangeSlider-label {
    background: 0
}

.box.data {
    margin-top: 0;
    padding: 0 .75em 1em;
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px
}

.data-first-row,.data-second-row,.data-third-row {
    padding: .25em 0
}

.data-description,.data-info,.data-opening,.data-source,.data-tags,.data-title {
    box-sizing: border-box;
    vertical-align: middle
}

.data-title {
    font-weight: 600
}

.data-title>a {
    color: #303030;
    font-size: 14px
}

.data-tags {
    font-weight: bolder;
    text-align: right
}

.data-description {
    text-align: justify;
    color: #555
}

.data-info p {
    display: inline-block
}

.data-info .votes {
    text-align: center;
    display: none
}

.data-info p.upvote {
    color: #303030;
    margin-right: 1em;
    font-weight: bolder
}

.data-info p.downvote {
    color: #555;
    font-weight: bolder
}

.data-info p[class$=vote],.data-info p[class$=vote] i {
    line-height: 20px
}

.data-info p[class$=vote] i {
    margin-top: 8px
}

.data-info div.visits {
    padding: .5em;
    text-align: center
}

.data-source {
    color: #555;
    font-size: 14px;
    padding: 0 .5em;
    text-align: center
}

#listview,#loading-barchart,#loading-bubblechart,#loading-compositechart,#loading-map {
    text-align: center
}

#loading-barchart .wj-flexchart,#loading-bubblechart .wj-flexchart,#loading-compositechart .wj-flexchart,#loading-piechart .wj-flexchart,#map-canvas {
    height: 630px
}

#resource-content #map-canvas h3 {
    font-size: 14px;
    border-bottom: 0;
    margin: 0 0 5px 0
}

#resource-aggregate {
    height: 100%
}

#listview .visitas,.data-format {
    font-size: 14px;
    padding: .25em .75em
}

.data-opening {
    text-align: right
}

.data-format {
    color: #fff;
    float: left;
    margin-right: .75em
}

.dataset-order {
    margin-bottom: 30px
}

#content aside li,#views .box-content .expand-body,#views .box-content .expand-body li,.commentlist,.dashboard .box-content.full .links li,.grupos li,.grupos-expand li,.legend ul li,.nav-menu li,.nav-menu ul,.scrolli-pager-item,.social .social-item,.social-box li,.social-box ul,ul.views li {
    list-style-type: none
}

#saveview,.expand-body,[hidden] {
    display: none
}

.moreless {
    float: right;
    height: 45px;
    width: 35px;
    outline: 0;
    margin-right: 10px;
    font-size: 32px;
    opacity: .8
}

a.moreless:hover {
    opacity: 1;
    color: #303030
}

#filterview,#saveview {
    margin-bottom: 1.5em
}

#views .box-content .expand-body {
    height: 45px
}

#saveview #title {
    width: 75%
}

#filterview #txtFilter {
    width: 80%
}

#listview .visitas {
    text-transform: uppercase;
    color: #303030
}

#listview .visitas b,#listview .visitas span {
    vertical-align: middle;
    line-height: 1em
}

#listview .visitas b {
    font-size: 38px;
    font-weight: 400
}

#listview .social,#listview .vote {
    float: left;
    margin: 0;
    width: auto
}

#listview .group {
    background: #ebebeb;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 1em
}

#votedontlikeView .fa.fa-thumbs-down:before,#votelikeView .fa.fa-thumbs-up:before {
    font-size: 24px;
    line-height: 40px
}

#listview .vote {
    margin: .25em .75em
}

#listview .social {
    padding: .5em 1em 0
}

#listview #back {
    background: url(images/icons/back.png) no-repeat;
    display: block;
    float: right;
    height: 38px;
    margin-top: 10px;
    text-indent: -999em;
    width: 38px
}

#listview .search-results tr.dataset>td {
    border-radius: 0;
    box-shadow: none
}

#views .box-content .expand-body {
    background: #f6f6f6;
    border-right: 1px solid #ccc;
    float: left;
    margin: 0;
    padding: 0 1em
}

#views .box-content .expand-body li input.text {
    padding: .25em .4em
}

.tooltip {
    display: inline;
    position: static;
    opacity: 1;
    cursor: pointer;
    color: #1145b1;
    z-index: 9999
}

.tooltip:hover:after {
    content: attr(data-tooltip);
    position: absolute;
    white-space: nowrap;
    background: #828285;
    padding: 3px 7px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 0;
    margin-top: 0
}

.rate-wrapper,.tabs ul.tabs-list li.tab-current {
    position: relative
}

img,legend {
    border: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

div.error,div.success {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 12px;
    padding: 1.5em 1.5em 1.5em 45px;
    margin-bottom: 5px
}

span.error,span.success {
    display: block;
    font-weight: 700
}

div.error {
    background: url(images/icons/error.png) 0 50% no-repeat #fff6bf;
    border-color: #ffd324;
    color: #514721
}

div.success {
    background: url(images/icons/success.png) 0 50% no-repeat #cfc;
    border-color: #4dff4d;
    color: #514721
}

span.error {
    color: red
}

span.success {
    color: #228ab9
}

.group:after,.group:before,.groupTitle:after,.groupTitle:before {
    display: table;
    content: ""
}

.group:after,.groupTitle:after {
    clear: both
}

.ie6 .group,.ie7 .group,.ie8 .group {
    zoom:1}

.hide {
    display: none
}

.alignleft,.left {
    float: left
}

.alignright,.right {
    float: right
}

.tar {
    text-align: right!important
}

.tac {
    text-align: center!important
}

.pager,.tagtype,.tagtype-mini {
    text-align: center
}

.col {
    float: left
}

.w-00 {
    width: 0
}

.h-00 {
    height: 0
}

.w-03 {
    width: 3%
}

.w-05 {
    width: 5%
}

.w-10 {
    width: 10%
}

.w-11 {
    width: 11%
}

.w-15 {
    width: 15%
}

.w-20 {
    width: 20%
}

.w-25 {
    width: 25%
}

.w-30 {
    width: 30%
}

.w-33 {
    width: 33%
}

.w-35 {
    width: 35%
}

.w-37 {
    width: 37%
}

.w-40 {
    width: 40%
}

.w-43 {
    width: 43%
}

.w-44 {
    width: 44%
}

.w-45 {
    width: 45%
}

.w-47 {
    width: 47%
}

.w-48 {
    width: 48%
}

.w-49 {
    width: 49%
}

.w-50 {
    width: 50%
}

.w-55 {
    width: 55%
}

.w-56 {
    width: 56%
}

.w-57 {
    width: 57%
}

.w-60 {
    width: 60%
}

.w-65 {
    width: 65%
}

.w-70 {
    width: 70%
}

.w-75 {
    width: 75%
}

.w-80 {
    width: 80%
}

.w-85 {
    width: 85%
}

.w-90 {
    width: 90%
}

.w-95 {
    width: 95%
}

.w-100,table {
    width: 100%
}

.a-01 {
    margin-right: 1%
}

.p-01 {
    margin-left: 1%
}

.a-02 {
    margin-right: 2%
}

.p-02 {
    margin-left: 2%
}

.a-03 {
    margin-right: 3%
}

.p-03 {
    margin-left: 3%
}

.a-05 {
    margin-right: 5%
}

.p-05 {
    margin-left: 5%
}

.center {
    margin: 0 auto
}

h2 {
    font-family: Montserrat-SemiBold;
    font-size: 2.8em
}

p,ul {
    list-style: none;
    padding: 0
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a {
    text-decoration: none
}

.post .entry a,.post .entry a:link,.post .entry a:visited {
    color: #333;
    border-bottom: 2px solid #ffc83f;
    text-decoration: none;
    font-size: 85%;
    word-break: break-all
}

.post .entry a[href$=".pdf"] {
    background: url(images/icons/download-pdf.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 30px auto;
    display: block;
    padding-left: 50px;
    border-bottom: none;
    min-height: 40px;
    text-decoration: none;
    padding-top: 5px
}

.post .entry ul li a[href$=".pdf"] {
    background: 0 0;
    padding: 0;
    background-position: 100% 50%;
    min-height: 30px;
    border-bottom: 2px solid #ffc83f;
    display: inline
}

.post .entry a[href$=".pdf"] span {
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #ffc83f;
    display: inline-block;
    width: auto
}

.post .entry a[href$=".pdf"]:hover span {
    color: #000
}

.wijmo-wijgrid .wijmo-wijgrid-table .wijmo-wijgrid-filter-input {
    border: 0;
    padding: 0
}

.wijmo-wijgrid-filterrow {
    font-size: .9em;
    height: auto
}

.wijmo-wijgrid .wijmo-wijgrid-filterrow td {
    border-left: 0
}

.wijmo-wijgrid .wijmo-wijgrid-headerrow th {
    font-size: .9em
}

.wijmo-wijgrid .ui-state-hover .wijgridtd {
    background-color: #ddd;
    color: #000
}

.wijmo-wijgrid .wijgridtd.ui-state-highlight {
    background: #ccc
}

.tagtype,.tagtype-mini {
    -webkit-background-clip: padding-box
}

.wijmo-wijgrid-filter .wijmo-wijinput-wrapper,.wijmo-wijlist-ul {
    background-color: #fcfcfc
}

html body.page.page-id-13.page-template.page-template-template_resource-php table.ui-widget-content.ui-corner-all {
    width: 20%
}

.tabs {
    overflow: hidden;
    height: 40px
}

.tabs ul.tabs-list {
    margin: 2em 0 1em;
    padding: 0
}

.tabs ul.tabs-list li {
    border: 1px solid #e7e7e7;
    display: inline-block;
    width: 185px;
    background-color: #303030;
    opacity: .4
}

.tabs ul.tabs-list li:hover {
    opacity: 1
}

.tabs ul.tabs-list li.search {
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: .5em 0;
    padding: 0 1em 0 4em;
    width: auto
}

.search-number-result {
    padding-left: .5em
}

.tabs .tabs-list li.open-data-icon {
    background-image: url(images/layout/ic-tab-open-data-inverted.png)
}

.tabs .tabs-list li.open-data-icon:hover,.tabs .tabs-list li.tab-current.open-data-icon {
    background-image: url(images/layout/ic-tab-open-data-inverted.png)
}

.tabs .tabs-list li.transparency-icon {
    background-image: url(images/layout/ic-tab-transparency-inverted.png)
}

.tabs .tabs-list li.tab-current.transparency-icon,.tabs .tabs-list li.transparency-icon:hover {
    background-image: url(images/layout/ic-tab-transparency-inverted.png)
}

.tabs .tabs-list li.participation-icon {
    background-image: url(images/layout/ic-tab-participation-inverted.png)
}

.tabs .tabs-list li.participation-icon:hover,.tabs .tabs-list li.tab-current.participation-icon {
    background-image: url(images/layout/ic-tab-participation-inverted.png)
}

.tabs .tabs-list li.remaining-web-icon {
    background-image: url(images/layout/ic-tab-remaining-inverted.png)
}

.tabs .tabs-list li.remaining-web-icon:hover,.tabs .tabs-list li.tab-current.remaining-web-icon {
    background-image: url(images/layout/ic-tab-remaining-inverted.png)
}

.tabs .tabs-list li.government-icon {
    background-image: url(images/layout/ic-tab-gobierno.png)
}

.tabs .tabs-list li.citizen-icon {
    background-image: url(images/layout/ic-tab-ciudadanos.png)
}

.tabs .tabs-list li.question-icon {
    background-image: url(images/layout/ic-tab-preguntas.png)
}

.tabs .tabs-list li.polls-icon {
    background-image: url(images/layout/ic-tab-encuesta.png)
}

.tabs .tabs-list li.government-icon:hover,.tabs .tabs-list li.tab-current.government-icon {
    background-image: url(images/layout/ic-tab-gobierno-inverted.png)
}

.tabs .tabs-list li.citizen-icon:hover,.tabs .tabs-list li.tab-current.citizen-icon {
    background-image: url(images/layout/ic-tab-ciudadanos-inverted.png)
}

.tabs .tabs-list li.question-icon:hover,.tabs .tabs-list li.tab-current.question-icon {
    background-image: url(images/layout/ic-tab-preguntas-inverted.png)
}

.tabs .tabs-list li.polls-icon:hover,.tabs .tabs-list li.tab-current.polls-icon {
    background-image: url(images/layout/ic-tab-encuesta-inverted.png)
}

.tabs ul.tabs-list li:hover {
    background-color: #303030;
    display: inline-block
}

.tabs ul.tabs-list li a:focus,.tabs ul.tabs-list li a:hover,.tabs ul.tabs-list li:hover>a {
    color: #fff;
    text-decoration: none
}

.tabs ul.tabs-list li.tab-current {
    background-color: #303030;
    text-transform: uppercase;
    opacity: 1
}

.tabs ul.tabs-list li.tab-current a {
    color: #fff
}

.tabs ul.tabs-list li a {
    color: #fff;
    display: block;
    padding: 1em 0;
    text-align: center;
    text-transform: uppercase
}

.destacados h2,.tagtype-mini,th {
    font-weight: 700
}

.tabs .tab-content {
    padding: 1.5em
}

.tagtype {
    background-color: #fafafa;
    border: 1px solid #ccc;
    color: #444;
    display: inline-block;
    padding: .15em 0;
    width: 60px;
    opacity: .8;
    -moz-opacity: .8;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.tagtype.tagtype-0,.tagtype.tagtype-0 a {
    background-color: #fcfcfc;
    border-color: #eee;
    color: #666
}

.tagtype.tagtype-1,.tagtype.tagtype-1 a {
    background-color: #bad4f3;
    border-color: #5994d6;
    color: #255c97
}

.tagtype.tagtype-2,.tagtype.tagtype-2 a {
    background-color: #daf2d3;
    border-color: #83b087;
    color: #538e58
}

.tagtype.tagtype-3,.tagtype.tagtype-3 a {
    background-color: #fbd497;
    border-color: #e79458;
    color: #c37a45
}

.tagtype.tagtype-4,.tagtype.tagtype-4 a {
    background-color: #fb97a2;
    border-color: #e7585b;
    color: #c34557
}

.tagtype-mini {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-right: .75em;
    padding: .25em .5em;
    text-decoration: none;
    margin-bottom: 5px
}

.tagtype-mini.tagtype-0 {
    background-color: #ccc
}

.tagtype-mini.tagtype-1 {
    background-color: #3b7dc1
}

.tagtype-mini.tagtype-2 {
    background-color: #6bb286
}

.tagtype-mini.tagtype-3 {
    background-color: #e79458
}

.tagtype-mini.tagtype-4 {
    background-color: #e7585b
}

.tagtype-mini.tagtype-5 {
    background-color: #825428
}

.tagtype-mini.tagtype-6 {
    background-color: purple
}

.dataset__tags {
    font-size: 11px
}

.dataset__tags .tagtype-mini {
    display: inline-block;
    margin-right: .5em;
    padding: 0;
    margin-bottom: 5px
}

.dataset__tags .tagtype-mini:after {
    color: #556170;
    content: ", "
}

.dataset__tags .tagtype-mini:last-child:after {
    content: ""
}

.dataset__tags .tagtype-mini.tagtype-0 {
    background: 0;
    color: #ccc
}

.dataset__tags .tagtype-mini.tagtype-1 {
    background: 0;
    color: #3b7dc1
}

.dataset__tags .tagtype-mini.tagtype-2 {
    background: 0;
    color: #6bb286
}

.dataset__tags .tagtype-mini.tagtype-3 {
    background: 0;
    color: #e79458
}

.dataset__tags .tagtype-mini.tagtype-4 {
    background: 0;
    color: #e7585b
}

.dataset__tags .tagtype-mini.tagtype-5 {
    background: 0;
    color: #825428
}

.dataset__tags .tagtype-mini.tagtype-6 {
    background: 0;
    color: purple
}

.pager {
    color: #666;
    font-size: 12px;
    margin: 2em 0
}

.pager .status {
    font-family: "Open Sans",Helvetica,sans-serif;
    margin: 0
}

.highlight-03 .col>h2,.intro h1 {
    font-family: "Open Sans",Helvetica,sans-serif
}

.pager .status strong {
    color: #0c4471
}

.wijmo-wijpager .ui-list,.wijmo-wijpager .ui-list .wijmo-wijpager-button {
    display: inline-block;
    float: none;
    vertical-align: middle
}

.pager a,.wijmo-wijpager .ui-state-default,.wijmo-wijpager .ui-state-hover {
    background: 0;
    border: 0;
    color: #858483;
    display: inline-block;
    margin: 0 .25em;
    text-decoration: none;
    vertical-align: middle
}

.wijmo-wijpager .ui-list .ui-state-active span,.wijmo-wijpager .ui-list .wijmo-wijpager-button a {
    padding: 2px 5px;
    display: block;
    margin: 0
}

.wijmo-wijgrid .pager a,.wijmo-wijgrid .wijmo-wijgrid .wijmo-wijpager .ui-state-default,.wijmo-wijgrid .wijmo-wijpager .ui-state-hover {
    background: 0;
    color: #000;
    width: auto;
    height: auto;
    line-height: 1.2
}

.wijmo-wijpager .ui-state-default a {
    color: #858483;
    padding: 0
}

.pager a.current,.wijmo-wijpager .ui-list .ui-state-active span,.wijmo-wijpager .ui-state-active,.wijmo-wijpager .ui-state-active a {
    background: #333;
    border: 0;
    color: #fcfcfc;
    padding: 1px .5em
}

.wijmo-wijgrid .pager a,.wijmo-wijgrid .pager a.current,.wijmo-wijgrid .wijmo-wijpager .ui-list .ui-state-active span,.wijmo-wijgrid .wijmo-wijpager .ui-list .wijmo-wijpager-button a,.wijmo-wijgrid .wijmo-wijpager .ui-state-active,.wijmo-wijgrid .wijmo-wijpager .ui-state-active a,.wijmo-wijgrid .wijmo-wijpager .ui-state-default,.wijmo-wijgrid .wijmo-wijpager .ui-state-hover {
    box-shadow: none;
    background: 0;
    width: auto;
    height: auto;
    line-height: 1.2;
    color: #70b2e1;
    border: 0;
    margin: 0 .15em;
    font-style: normal
}

.wijmo-wijgrid .wijmo-wijpager .ui-list .ui-state-active span,.wijmo-wijgrid .wijmo-wijpager .ui-list .ui-state-hover a {
    color: #3383bb
}

.wijmo-wijpager .ui-state-active a {
    padding: 0
}

.pager .first_page,.pager .last_page,.pager .next,.pager .prev {
    background: url(images/layout/sprite-pager-01.png) no-repeat;
    height: 10px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 15px
}

.pager .last_page,.pager .next {
    background-position: -16px 0
}

.pager .first_page,.pager .last_page {
    display: none
}

.pager .next,.pager .prev {
    width: 7px
}

.pager .first_page:focus,.pager .first_page:hover,.pager .prev:focus,.pager .prev:hover {
    background-position: 0 -10px
}

.pager .last_page:focus,.pager .last_page:hover,.pager .next:focus,.pager .next:hover {
    background-position: -16px -10px
}

#wrapper #resource-content .tabs .tab-content input[type=button],button.button,input.button,input.text,input[type=submit],input[type=text],textarea {
    border: 1px solid #d0d0d0;
    color: #333;
    font-size: 14px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

#wrapper #resource-content .tabs .tab-content input[type=button],#wrapper a.button,#wrapper button.button,#wrapper input.button,#wrapper input[type=submit] {
    background-color: #ffcd00!important;
    border-color: transparent!important;
    color: #303030!important;
    font-family: "Open Sans",Helvetica,sans-serif;
    font-weight: 400;
    padding: .55em 1.5em!important;
    border-radius: 0!important;
    height: auto!important
}

#wrapper #resource-content .tabs .tab-content input[type=button]:hover,#wrapper a.button:hover,#wrapper button.button:hover,#wrapper input.button:hover,#wrapper input[type=submit]:hover {
    color: #000!important;
    cursor: pointer;
    text-decoration: none;
    opacity: .8
}

.button {
    margin: 1em 0
}

.main-button {
    background: #303030;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #aaa,-1px -1px 3px #aaa;
    color: #fff;
    font-weight: 400;
    padding: .5em 1em;
    letter-spacing: .25px;
    text-transform: uppercase
}

.main-button:hover {
    background: #0e436e;
    box-shadow: 2px 2px 4px #999,-2px -2px 4px #999;
    color: #fff;
    text-decoration: none
}

.main-button i {
    font-size: 1.25em;
    margin-right: .33em
}

a.mini,button.mini,input.mini {
    font-size: 12px;
    padding: .35em .55em
}

input.text,input[type=text] {
    min-height: 30px
}

input.text,input[type=text],textarea {
    color: #999797;
    width: 100%
}

input[disabled] {
    opacity: .75
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #bababa
}

td,th {
    border: 0;
    text-align: left
}

th {
    color: #000
}

td {
    background-color: #fcfcfc;
    padding: .5em
}

tr:nth-child(odd) td {
    background-color: #f0eeee
}

.datasets {
    clear: both;
    overflow: hidden
}

.datasets .dataset {
    background: #f3f6f9;
    float: left;
    height: 230px;
    margin-bottom: 2.5em;
    margin-right: 1%;
    width: 49%
}

.datasets .dataset .dataset__title {
    background: url(images/layout/title.png) 0 .35em no-repeat;
    line-height: 1;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
    padding: .5em 0 .5em 35px;
    text-decoration: none
}

.datasets .dataset .dataset__title a {
    color: #000;
    text-decoration: none
}

.datasets .dataset .dataset__content {
    float: left;
    width: 75%;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 10px
}

.datasets .dataset .dataset__desc {
    font-size: 13px;
    margin-bottom: .75em
}

.datasets .dataset .dataset__author {
    color: #1c95cb;
    margin-bottom: 1em
}

.datasets .dataset .dataset__tags {
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: .75em;
    padding-bottom: .5em
}

.datasets .dataset .dataset__category,.datasets .dataset .dataset__openness,.datasets .dataset .dataset__rating,.datasets .dataset .dataset__visits {
    float: left;
    text-align: center
}

.datasets .dataset .dataset__category {
    float: right;
    padding-top: 20px;
    width: 15%
}

.datasets .dataset .dataset__category img {
    display: block;
    margin-bottom: .5em;
    width: 33px
}

.datasets .dataset .dataset__openness {
    width: 50%
}

.datasets .dataset .dataset__visits {
    width: 20%
}

.datasets .dataset .dataset__rating {
    width: 30%
}

.views,.vote {
    width: 100%;
    text-align: center
}

.vote {
    clear: both;
    display: none
}

.vote-counter {
    font-family: Montserrat,Montserrat-Bold
}

.upvote .fa-thumbs-up,.vote .fa-thumbs-up {
    color: #303030;
    font-size: 16px
}

.downvote .fa-thumbs-down,.vote .fa-thumbs-down {
    color: #303030;
    font-size: 16px
}

.downvote .fa-thumbs-down::before,.upvote .fa-thumbs-up::before,.vote .fa-thumbs-down::before,.vote .fa-thumbs-up::before {
    margin-left: 5px;
    float: right
}

.fa-thumbs-down>a,.fa-thumbs-up>a {
    margin: 0 0 0 10px;
    font-size: 12px
}

.vote .vote-down,.vote .vote-up {
    color: #303030;
    display: inline-block;
    font-weight: 700;
    margin: 0 5px;
    padding-left: 17px
}

.social {
    margin: .5em 0;
    padding: 0;
    text-align: center
}

.social .social-item {
    display: inline-block
}

.social .social-item.google a {
    background-position: 0 0
}

.social .social-item.twitter a {
    background-position: -19px 0
}

.social .social-item.facebook a {
    background-position: -37px 0
}

.social .social-item.config a {
    background-position: -56px 0
}

.social .social-item.google a:hover {
    background-position: 0 -18px
}

.social .social-item.twitter a:hover {
    background-position: -19px -18px
}

.social .social-item.facebook a:hover {
    background-position: -37px -18px
}

.social .social-item.config a:hover {
    background-position: -56px -18px
}

.social.big .social-item.google a {
    background-position: 1px 0
}

.social.big .social-item.twitter a {
    background-position: -41px 0
}

.social.big .social-item.facebook a {
    background-position: -83px 0
}

.social.big .social-item.config a {
    background-position: -124px 0
}

.social.big .social-item.rss a {
    background-position: -165px 0
}

.social.big .social-item.colabora a {
    background-position: -203px 0
}

.social.big .social-item.google a:hover {
    background-position: 1px -39px
}

.social.big .social-item.twitter a:hover {
    background-position: -41px -39px
}

.social.big .social-item.facebook a:hover {
    background-position: -83px -39px
}

.social.big .social-item.config a:hover {
    background-position: -124px -39px
}

.social.big .social-item.rss a:hover {
    background-position: -165px -39px
}

.social.big .social-item.colabora a:hover {
    background-position: -203px -39px
}

.social-box {
    background-color: #fcfcfc;
    border: 1px solid #bbb;
    margin-left: 2%;
    padding: .5em
}

.social-box a {
    color: #666
}

.social-box .social.big .social-item.google a {
    background-position: 0 -77px
}

.social-box .social.big .social-item.twitter a {
    background-position: -41px -77px
}

.social-box .social.big .social-item.facebook a {
    background-position: -83px -77px
}

.social-box .social.big .social-item.config a {
    background-position: -126px -77px
}

.social-box .social.big .social-item.google a:hover {
    background-position: 0 0
}

.social-box .social.big .social-item.twitter a:hover {
    background-position: -41px 0
}

.social-box .social.big .social-item.facebook a:hover {
    background-position: -83px 0
}

.social-box .social.big .social-item.config a:hover {
    background-position: -126px 0
}

.social-box li,.social-box ul {
    margin: 0;
    padding: 0
}

.social-box input.text,.social-box input[type=text] {
    font-size: .9em;
    padding: .25em
}

ul.views {
    margin: 0 0 1.5em;
    padding: 0
}

ul.views li {
    display: inline-block;
    margin-right: 1.5em
}

.strongView,ul.views li a {
    display: block
}

ul.views li a {
    background: url(images/layout/sprite-views-01.png) no-repeat;
    height: 48px;
    outline: 0;
    text-indent: -999em;
    width: 48px
}

ul.views li.view-pie a {
    background-position: 0 0
}

ul.views li.view-bar a {
    background-position: -630px 1px
}

ul.views li.view-aggregate a {
    background-position: -139px 1px
}

ul.views li.view-line a {
    background-position: -208px 1px
}

ul.views li.view-composite a {
    background-position: -552px 1px
}

ul.views li.view-area a {
    background-position: -346px 1px
}

ul.views li.view-map a {
    background-position: -415px 1px
}

ul.views li.view-bubble a {
    background-position: -485px 1px
}

ul.views li.view-weather a {
    background-position: -208px 1px
}

.icon-view {
    background: url(images/layout/sprite-views-01.png) no-repeat;
    height: 48px;
    width: 48px;
    margin-left: 10%;
    margin-top: 10px
}

.icon-bubbles,ul.views li.view-bubble a.current,ul.views li.view-bubble a:hover {
    background-position: -485px -46px
}

.icon-piechart,ul.views li.view-pie a.current,ul.views li.view-pie a:hover {
    background-position: 0 -46px
}

.icon-barchart,ul.views li.view-bar a.current,ul.views li.view-bar a:hover {
    background-position: -630px -46px
}

.icon-aggregate,ul.views li.view-aggregate a.current,ul.views li.view-aggregate a:hover {
    background-position: -139px -46px
}

ul.views li.view-line a.current,ul.views li.view-line a:hover {
    background-position: -208px -46px
}

.icon-composite,ul.views li.view-composite a.current,ul.views li.view-composite a:hover {
    background-position: -552px -46px
}

ul.views li.view-area a.current,ul.views li.view-area a:hover {
    background-position: -346px -46px
}

.icon-map,ul.views li.view-map a.current,ul.views li.view-map a:hover {
    background-position: -415px -46px
}

.icon-weather,ul.views li.view-weather a.current,ul.views li.view-weather a:hover {
    background-position: -208px -46px
}

.formLeft {
    float: left;
    margin-right: 4px
}

.dataset-meta-info-details .rate-wrapper {
    width: auto
}

.rate-wrapper {
    display: inline-block;
    width: 100%
}

.rate-wrapper>div {
    float: right;
    margin: 0 auto
}

.dataset-main-detail .rate-wrapper>div {
    float: none
}

.dashboard .rate-wrapper .tooltip {
    display: none!important
}

.rate-wrapper .tooltip {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    color: #555;
    font-size: 10px;
    padding: 1em;
    position: absolute;
    text-align: left;
    right: -225px;
    width: 225px;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.25);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.25);
    box-shadow: 1px 1px 3px rgba(0,0,0,.25);
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.box.participation .participation-img,.full-image,.full-image .background {
    position: relative
}

.rate-wrapper .tooltip br {
    display: block;
    margin-bottom: 1em
}

.rate-wrapper .tooltip .rate {
    display: inline-block
}

.rate span {
    background: url(images/layout/star-on_1.png) 0 50% repeat-x;
    background-size: 20px;
    display: block;
    height: 28px;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap
}

.rate.rate-current-0 span {
    display: none
}

.rate.rate-current-0_5 span {
    width: 7px
}

.rate.rate-current-1 span,.rate.rate-current-1_5 span,.rate.rate-total-1 {
    width: 20px
}

.rate.rate-current-2 span,.rate.rate-current-2_5 span,.rate.rate-total-2 {
    width: 42px
}

.rate.rate-current-3 span,.rate.rate-current-3_5 span,.rate.rate-total-3 {
    width: 62px
}

.rate.rate-current-4 span,.rate.rate-current-4_5 span,.rate.rate-total-4 {
    width: 80px
}

.rate.rate-current-5 span,.rate.rate-total-5 {
    width: 100px
}

.newsHome .newsHome__item {
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    padding: 1em;
    margin-bottom: 1em;
    overflow: hidden
}

.newsHome .newsHome__item h2 {
    margin-bottom: .5em
}

.newsHome .newsHome__item .img {
    float: right;
    margin: 1em 1em 0;
    text-align: center;
    width: 150px
}

.parent-groups,.parent-groups-opened {
    background: #fff;
    overflow: hidden
}

.parent-groups .grupos li,.parent-groups-opened .grupos li {
    display: table-cell;
    text-align: center;
    transition: .5s;
    padding: 1em;
    min-width: 90px;
    min-height: 150px
}

.parent-groups .grupos li:hover a strong,.parent-groups-opened .grupos li:hover a strong {
    color: #ffcd00
}

.destacados {
    overflow: hidden
}

.destacados h2 {
    font-size: 28px;
    color: #303030;
    text-transform: uppercase
}

.destacados .destacado {
    border: 1px solid #000;
    float: left;
    width: 95%;
    margin: 1% 0;
    min-height: 100px;
    padding-bottom: 1em
}

.destacados .destacado a {
    display: block;
    margin-bottom: 1em;
    text-align: left;
    color: #303030;
    margin-left: 5px
}

.citizen .propuestas {
    float: right;
    width: 50%
}

.destacados .destacado .government {
    background: url(images/icons/destacados-valorados.png) 50% 1em no-repeat #f6f7f8
}

.destacados .destacado.estadisticas {
    font-size: 15px;
    text-align: left
}

.destacados .destacado.estadisticas strong {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    padding: .5em 0 .5em 35px;
    min-width: 40px
}

.destacados .destacado h2 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: .5em;
    text-align: left;
    height: 1em
}

.boxes .box {
    min-height: 150px;
    border-radius: 3px;
    box-sizing: border-box
}

.boxes .box:focus,.boxes .box:hover {
    text-decoration: none
}

.boxes .box.indicators {
    background: #0e3d61;
    border-radius: 0;
    clear: both;
    color: #f3f5f7;
    padding: 2em 0;
    overflow: hidden
}

.boxes .box.indicators .title {
    color: #fff;
    text-align: center
}

.boxes .box.indicators .title a {
    color: #fff
}

.boxes .box.indicators .content .indicator-info {
    clear: both;
    padding-top: 10px
}

.boxes .box.indicators .content .indicator {
    float: left;
    width: 90%;
    font-size: 12px
}

.boxes .box.indicators .content .greater-than {
    float: right;
    width: 10%;
    text-align: right;
    font-size: 18px
}

.boxes .box.indicators .content .indicator-progress-bg {
    background: #f3f5f7;
    border-radius: 2px;
    clear: both;
    height: 8px;
    width: 100%
}

.boxes .box.indicators .content .indicator-text {
    position: relative
}

.boxes .box.indicators .content .indicator-text a {
    display: block;
    padding-right: 40px;
    float: none
}

.boxes .box.indicators .content .indicator-text span {
    position: absolute;
    top: 50%;
    right: 0;
    float: none;
    margin-top: -.75em
}

.boxes .box.indicators .content .indicator-progress-bg .indicator-progress {
    height: 8px!important;
    border-radius: 2px
}

.boxes .box.indicators .content .indicator-text {
    display: block;
    font-size: 14px
}

.boxes .box.indicators .indicator a {
    color: #f3f5f7;
    padding: 0;
    float: left;
    font-size: 14px
}

.boxes .box.indicators .indicator span {
    color: #f3f5f7;
    float: right;
    margin: 0
}

.home.page .wrapper.boxes {
    background: #fff
}

.box.participation {
    padding: 3em 3em 0
}

.box.open-data-text h2,.box.participation h2,.box.transparency h2 {
    font-size: 32px;
    text-transform: none;
    color: #000;
    background-color: #fff;
    padding: 0 0 15px;
    font-weight: 700
}

p.button-section {
    margin-top: 2em
}

.box.transparency h2 {
    background-color: #8c548e!important
}

.post .entry p,.wrapper.boxes.container-fluid p {
    padding-left: 3em
}

.box.participation .participation-text p,.box.transparency p,.boxes .box .open-data-text p {
    line-height: 24px;
    text-align: justify;
    margin-bottom: 1em
}

.box.participation .button,.boxes .box.transparency .texto a.button {
    color: #303030;
    float: left;
    font-weight: 300
}

#wrapper .boxes .box .open-data-text .button {
    background-color: #303030!important
}

#wrapper .boxes .box.transparency .texto .button {
    background-color: #8c548e!important
}

.box.participation .button:hover,.boxes .box .open-data-text .button:hover {
    color: #fff
}

.boxes .box .open-data-img,.boxes .box .transparency-img {
    position: relative;
    text-align: center
}

.boxes .box .open-data-img {
    margin-top: 50px
}

.boxes .box .transparency-img {
    margin-top: 50px
}

.box.featured .table {
    display: table;
    height: 100%
}

.box.featured .cell {
    display: table-cell;
    height: 100%;
    width: 33.3%;
    padding: 0 .25em
}

.box.featured .row {
    display: table-row
}

.box.featured .cell .table {
    margin: 0;
    height: auto
}

.box.featured .row .cell {
    vertical-align: middle;
    width: auto
}

.box.featured .title,.box.featured h3 {
    padding: .5em 1em;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    color: #333
}

.box.featured .title {
    color: #555;
    margin: 0;
    font-size: 32px;
    min-width: 100%;
    text-align: left;
    background: url(images/icons/ic-header.png) no-repeat 0 50%;
    background-size: 26px;
    padding-left: 35px
}

.box.featured .best-data:first-of-type,.box.featured .content {
    margin-top: 1em;
    padding: .5em
}

.box.featured .best-data,.box.featured .content .last-dataset {
    margin-bottom: 5px
}

.box.featured .content .date {
    background-color: #f4f4ef;
    height: 100%
}

.box.featured .best-data .top-vote-likes {
    height: 100%;
    line-height: 35px;
    /*! max-width: 100px; */
    /*! border: 1px solid red; */
    min-width: 80px;
    padding: .2em 0 0 0;
    margin: 0;
    display: inline-block
}

.box.featured .best-data .proposal,.box.featured .content .proposal {
    padding-left: .5em;
    display: block;
    line-height: 130%
}

.featured .destacado.estadisticas,.featured .destacado.nuevos,.featured .destacado.valorados,.featured .destacado.visitas {
    background: #fff;
    margin: .5em 0;
    height: 100%;
    min-height: 150px
}

.destacado.estadisticas {
    text-align: center
}

.featured h3 {
    background: #ffc83f;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0
}

.featured .destacado.nuevos .new-data,.featured .destacado.valorados .best-data {
    display: flex;
    height: 50px;
    align-items: left;
    padding: .5em 1em 0 1em
}

.featured .destacado.estadisticas h3 {
    margin-bottom: 0
}

.featured .destacado.estadisticas .statistics-data {
    align-items: center;
    margin-top: 1em
}

.featured .destacado.nuevos .new-data a {
    display: block;
    padding: .66em;
    width: 100%
}

.featured .destacado.nuevos .new-data a div.new-data-text {
    vertical-align: middle;
    width: 90%;
    text-align: left
}

.featured .destacado.nuevos .new-data a div {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    text-align: right
}

.featured .destacado.nuevos .new-data a:hover {
    background: #e6ebef;
    border-radius: 4px;
    text-decoration: none
}

.featured .destacado.nuevos>div>div {
    color: #0d3c61;
    float: right;
    font-size: 1.5em
}

.featured .destacado.valorados strong {
    font-size: 28px;
    font-weight: 400;
    margin-right: 5px;
    text-align: right;
    padding: 0;
    display: inline-block;
    /*! border: 1px solid green; */
    min-width: 50px;
    float: left;
    width: auto;
    min-width: 50px
}

.featured .destacado.valorados i {
    /*! vertical-align: 2px; */
    /*! display: none; */
    /*! float: right; */
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: right;
    color: #ffc83f
}

.featured .destacado.valorados a {
    line-height: 130%;
    color: #40495a;
    font-weight: 600;
    height: 100%;
    display: block/*! border: 1px solid red; */
}

.featured .destacado .best-data:last-child a,.featured .destacado.valorados.last a {
    border-bottom: 0
}

.featured .destacado.valorados a:hover {
    text-decoration: underline;
    color: #23527c;
    line-height: 100%
}

.featured .destacado.valorados .proposal {
    /*! height: 100%; */
    /*! margin-top: 32px; */
}

.featured .destacado.estadisticas span.statistics-number {
    font-size: 48px;
    padding: 0 40px;
    width: 100%;
    float: left;
    text-align: center;
    color: #ffc83f;
    font-weight: 800
}

.featured .destacado.valorados .row {
    line-height: 3.5em
}

.featured .destacado.estadisticas span.statistics-type {
    color: #40495a;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 40px
}

.box.participation .participation-text ol,.box.participation .participation-text ul,.boxes .box.open-data-text ol,.boxes .box.open-data-text ul {
    list-style-type: disc;
    margin-left: 1em;
    padding-left: 1em
}

.box.participation .participation-text ol,.boxes .box.open-data-text ol {
    list-style-type: decimal
}

.box.participation .participation-text li,.boxes .box.open-data-text li {
    margin-bottom: .5em
}

.box.participation .participation-img {
    bottom: -1em;
    position: relative;
    text-align: center
}

.boxes .box.contents,.boxes .box.proposals {
    padding: 2em 0
}

.boxes .box.contents .table .transparency-comparation {
    background-color: #f5f5f5;
    padding: 2em 0
}

.boxes .box.contents .table,.boxes .box.proposals .table {
    display: flex;
    height: 100%;
    margin-bottom: 0
}

.boxes .box.proposals .cell {
    display: table-cell;
    width: 50%;
    height: 100%
}

.boxes .box.contents .cell {
    height: 100%
}

.boxes .box.contents .cell.last-info-date,.boxes .box.proposals .cell.last-info-date {
    color: #999;
    font-size: .9em;
    font-style: italic
}

.boxes .box.contents .cell .content,.boxes .box.featured .cell .datasets,.boxes .box.proposals .cell .citizens,.boxes .box.proposals .cell .government {
    background: #fff;
    height: 100%;
    min-height: 150px
}

.boxes .box.contents h3,.boxes .box.proposals h3 {
    padding: .5em 1em;
    background: #303030;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: none;
    color: #f3f5f7;
    text-align: left
}

.boxes .box.featured .content .boxes .box.proposals .content {
    background: #fff;
    padding: 0 1em
}

.home .citizens .last-citizen-proposal,.home .datasets .last-dataset,.home .government .last-government-proposal {
    display: table
}

.home .citizens .last-citizen-proposal.last .proposal,.home .datasets .last-dataset.last .proposal,.home .government .last-government-proposal.last .proposal {
    border: 0
}

.citizens .last-citizen-proposal .date,.citizens .last-citizen-proposal .proposal,.datasets .last-dataset .date,.datasets .last-dataset .proposal,.government .last-government-proposal .date,.government .last-government-proposal .proposal {
    display: table-cell
}

.boxes .box.featured .content>div,.boxes .box.proposals .content>div {
    overflow: hidden
}

.boxes .box.featured .content>div>.date>span,.boxes .box.proposals .content>div>.date>span {
    margin: 0;
    color: #40495a
}

.boxes .box.featured .content>div>.date,.boxes .box.proposals .content>div>.date {
    text-align: center;
    padding: .3em .5em;
    width: 60px;
    margin-right: .5em
}

.boxes .box.featured .content {
    background-color: #fff
}

.boxes .box.featured .content .last-dataset,.boxes .box.featured .content .last-gobernment-proposal .boxes .box.featured .content .last-citizen-proposal {
    display: flex!important;
    align-items: center;
    height: 50px
}

.boxes .box.featured .content>div>.date>.day,.boxes .box.proposals .content>div>.date>.day {
    font-size: 20px;
    text-align: center
}

.boxes .box.featured .content>div>.date>.month,.boxes .box.proposals .content>div>.date>.month {
    font-size: 10px;
    margin-top: -4px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    top: -7px
}

.boxes .box.proposals .last.citizens .content a,.boxes .box.proposals .last.government .content a {
    display: block;
    font-size: 16px;
    margin-left: 1em
}

.boxes .box.participacion.texto {
    width: 60%;
    float: left;
    background: 0;
    padding-right: 120px;
    text-align: left
}

.boxes .box.participacion.texto a {
    float: right
}

.home-cta {
    font-size: 28px;
    padding: 1.5em 0
}

.home-cta p {
    font-weight: 700;
    margin-bottom: 1em
}

#wrapper .home-cta a.button {
    background: #303030;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    padding: .25em 1em;
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

#wrapper .home-cta a.button:hover {
    background: #fff
}

.full-image-inside h2 {
    color: #303030;
    font-size: 45px;
    text-transform: none;
    margin: 20px 40px;
    font-weight: 400
}

.full-image {
    height: 414px;
    text-align: center;
    z-index: 1
}

.full-image .background {
    margin: 0 auto;
    height: 100%
}

.full-image .title {
    bottom: 190px;
    left: 0;
    width: 380px;
    position: absolute;
    border-bottom: 3em solid #303030;
    padding: 0 2em 1em
}

.full-image .logo {
    bottom: 30px;
    right: 0;
    position: absolute
}

.highlight-02 {
    background: #fcfcfc;
    padding: 0
}

.highlight-03 {
    padding: 1em 0;
    font-size: 13px
}

.highlight-03 .dashboard .box {
    width: 100%
}

.highlight-03 .col h2 {
    border: 0
}

.highlight-03 .col>h2 {
    color: #006431;
    font-size: 24px
}

.highlight-03 .search-results {
    margin: 0 auto
}

.highlight-03 .search-results tr td,.highlight-03 .search-results tr th {
    background-color: transparent
}

.intro {
    font-size: 12px;
    overflow: hidden;
    color: #555
}

.intro h1 {
    color: #303030;
    font-size: 54px;
    font-weight: 500
}

.scrolli-wrapper {
    display: none;
    margin: 0 auto;
    width: 1002px
}

.scrolli-overflow {
    background-color: #fcfcfc;
    border: 1px solid #fcfcfc
}

.scrolli-element {
    position: relative;
    overflow: hidden
}

.scrolli-element .preview {
    float: right;
    width: 651px
}

.scrolli-element .preview .aggregate-wrapper {
    background-size: cover
}

.scrolli-element .preview .aggregate-wrapper .aggregateTitle {
    padding-top: 6%
}

.scrolli-element .rotate {
    margin-top: 1em
}

.scrolli-element .info {
    color: #333;
    float: left;
    width: 309px;
    height: 100%;
    background-color: #fcfcfc;
    text-align: left
}

.scrolli-element.no-info .preview {
    width: 651px
}

.scrolli-element.no-info .info {
    display: none
}

.scrolli-element .info strong {
    color: #333;
    font-size: 48px;
    font-family: "Open Sans",Helvetica,sans-serif;
    line-height: 1.1em;
    padding: 0;
    outline: 0;
    margin-top: 1em
}

.scrolli-element .info .desc {
    color: #5f5f5d;
    font-size: 23px;
    font-family: "Open Sans",Helvetica,sans-serif;
    padding: 0
}

.scrolli-pager {
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 1em;
    left: 0;
    padding: 0
}

.scrolli-pager-item {
    display: inline-block;
    margin: 0 .25em
}

.scrolli-pager-link {
    background: url(images/layout/pager-item.png) no-repeat;
    display: inline-block;
    height: 11px;
    text-indent: -999em;
    width: 11px;
    outline: 0
}

.scrolli-pager-item.current .scrolli-pager-link {
    background: url(images/layout/pager-current.png) no-repeat;
    outline: 0
}

.scrolli-wrapper {
    overflow: visible;
    position: relative
}

.scrolli-pager-left,.scrolli-pager-right {
    background: url(images/layout/pager-right.png) no-repeat;
    height: 53px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-indent: -999em;
    width: 50px
}

.scrolli-pager-left {
    right: -35px
}

.scrolli-pager-right {
    background-image: url(images/layout/pager-left.png);
    left: -35px
}

.form p {
    margin: 2em 0
}

.form input[type=text] {
    min-height: 30px
}

.form input,.form textarea {
    color: #556170;
    font-size: 14px
}

.form input:focus,.form textarea:focus {
    border-color: #303030
}

.form input.button {
    background: 0;
    border: 1px solid #303030;
    color: #303030;
    padding: .5em 2em
}

.form input.button:hover {
    background: #303030;
    color: #fff
}

.form fieldset {
    border: 0;
    padding: 0;
    margin-bottom: 1.5em
}

.form fieldset p {
    margin: 1em 1em 1em 0
}

.form fieldset legend {
    display: none
}

.form fieldset fieldset {
    border: 1px solid #ddd
}

.form fieldset fieldset legend {
    display: block;
    font-weight: 700;
    padding: 0 1em
}

.grupos-expand.two li {
    width: 40%
}

.grupos-expand li.grupo-01 a {
    background-image: url(images/layout/grupo-01.png)
}

.grupos-expand li.grupo-02 a {
    background-image: url(images/layout/grupo-02.png)
}

.grupos-expand li.grupo-03 a {
    background-image: url(images/layout/grupo-03.png)
}

.grupos-expand li.grupo-04 a {
    background-image: url(images/layout/grupo-04.png)
}

.grupos-expand li.grupo-05 a {
    background-image: url(images/layout/grupo-05.png)
}

.grupos-expand li.grupo-06 a {
    background-image: url(images/layout/grupo-06.png)
}

.grupos-expand li.grupo-07 a {
    background-image: url(images/layout/grupo-07.png)
}

.grupos-expand li.grupo-08 a {
    background-image: url(images/layout/grupo-08.png)
}

.grupos-expand li.grupo-09 a {
    background-image: url(images/layout/grupo-09.png)
}

.grupos-expand li.grupo-10 a {
    background-image: url(images/layout/grupo-10.png)
}

.grupos,.grupos-expand {
    margin: 0 auto;
    text-align: center
}

.grupos li,.grupos-expand li {
    float: left;
    padding: 0 0 0 1em
}

.grupos li a,.grupos-expand li a {
    display: block;
    text-decoration: none
}

.grupos.grupos-mini li a {
    background-position: 3px 0;
    height: 80px;
    padding-left: 80px;
    padding-top: 10px
}

.grupos li a strong,.grupos-expand li a strong {
    color: #303030;
    font-weight: 600;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: .5em auto 0 auto;
    padding-top: .5em;
    position: relative;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    height: 50px
}

.grupos.grupos-mini li a span,.grupos.grupos-mini li a strong {
    font-size: 12px
}

.grupos li a span,.grupos-expand li a span {
    font-size: 14px
}

.page-template-template_collaborate .grupos.two li a span {
    color: #303030
}

.page-template-template_collaborate .grupos.two li:hover a span {
    color: #fff
}

.grupos li:hover a span {
    color: #337ab7;
    font-size: 14px
}

.grupos li.grupo-01 a {
    background-image: url(images/layout/grupo-01.png)
}

.grupos li.grupo-02 a {
    background-image: url(images/layout/grupo-02.png)
}

.grupos li.grupo-03 a {
    background-image: url(images/layout/grupo-03.png)
}

.grupos li.grupo-04 a {
    background-image: url(images/layout/grupo-04.png)
}

.grupos li.grupo-05 a {
    background-image: url(images/layout/grupo-05.png)
}

.grupos li.grupo-06 a {
    background-image: url(images/layout/grupo-06.png)
}

.grupos li.grupo-07 a {
    background: url(images/layout/grupo-07.png) no-repeat 50%
}

.grupos li.grupo-08 a {
    background: url(images/layout/grupo-08.png) no-repeat 50%
}

.grupos li.grupo-09 a {
    background: url(images/layout/grupo-09.png) no-repeat 50%
}

.grupos li.grupo-10 a {
    background: url(images/layout/grupo-10.png) no-repeat 50%
}

.grupos.two {
    max-width: 95%;
    display: table
}

.page-template-template_collaborate .style-helper p {
    padding-bottom: 1em
}

.page-template-template_collaborate .grupos.two li {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 5px;
    padding: 3em 0;
    width: 48%;
    transition: .3s
}

.page-template-template_collaborate .grupos.two li:hover {
    border: 1px solid #fff;
    background-color: #000
}

.page-template-template_collaborate .grupos.two li.grupo-07:hover a {
    background-image: url(images/layout/light-grupo-07.png)
}

.page-template-template_collaborate .grupos.two li.grupo-08:hover a {
    background-image: url(images/layout/light-grupo-08.png)
}

.page-template-template_collaborate .grupos.two li.grupo-09:hover a {
    background-image: url(images/layout/light-grupo-09.png)
}

.page-template-template_collaborate .grupos.two li.grupo-10:hover a {
    background-image: url(images/layout/light-grupo-10.png)
}

.page-template-template_collaborate .grupos.two li a {
    width: 100%;
    padding-top: 76px;
    min-height: 130px
}

.page-template-template_collaborate .grupos.two li a strong {
    color: #fff;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    font-size: 0
}

.page-template-template_collaborate .grupos.two li:hover a strong {
    color: #303030
}

.logo,header #searchformheader {
    text-align: center
}

.section-header h1 {
    color: #4e4e4e;
    font-size: 28px;
    margin: 20px 0 0;
    text-transform: initial;
    float: left
}

.breadcrum-header {
    text-transform: uppercase
}

.breadcrumbs {
    color: #303030;
    font-size: 12px;
    margin: 0;
    width: 100%;
    float: left;
    line-height: 38px
}

.breadcrumbs li {
    display: inline-block;
    color: #4a5e6a
}

.breadcrumbs li a {
    font-weight: 400
}

.breadcrumbs li.current {
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #ffc83f;
    line-height: 150%
}

.breadcrumbs li:after {
    content: ">";
    margin: 0 .5em;
    font-size: 14px
}

.breadcrumbs li:last-child:after {
    display: none
}

.breadcrumbs li a:hover {
    text-decoration: underline
}

ul.treeview>li>ul {
    display: none
}

#content aside .box-title,.dashboard .box h2,.dashboard .box.big h2,.expand-news h2,.page-simple h2,.resource-detail .info h2,.search-results tr.dataset th strong,section h2,section h3 {
    font-family: "Open Sans",Helvetica,sans-serif
}

.breadcrumbs a {
    color: #303030;
    text-decoration: none
}

.breadcrumbs strong {
    font-weight: 400;
    text-decoration: underline
}

.top-nav.container-fluid {
    padding: 0
}

.home.page #wrapper>header {
    position: relative;
    height: 100%
}

.home.page #wrapper header .bgimage {
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 164px;
    z-index: -1;
    background-repeat: no-repeat;
    display: block;
    height: 100%
}

.header-wrap {
    padding: 1em 3em
}

.error404 #wrapper>header .header-wrap,.login #wrapper>header .header-wrap,.page #wrapper>header .header-wrap {
    background: #fff;
    position: relative
}

.logo {
    float: left;
    padding: 0 1.5em
}

.logo img {
    height: 30px
}

.page.page-template .top-container,.single.single-app .top-container,.single.single-post .top-container {
    height: 50px;
    width: 100%
}

.error404 header .menu-nav,.login header .menu-nav,.page.page-template header .menu-nav,.single.single-app header .menu-nav,.single.single-post header .menu-nav {
    text-align: right;
    float: right
}

header .info-catalog {
    float: left;
    margin-right: 4em
}

header .social-network {
    float: right
}

header .login-button {
    float: right
}

#wrapper header .nav-aux .login-button>a.button {
    padding: 0 1.25em!important;
    background-color: #303030!important;
    color: #fff!important;
    border: 1px solid #303030!important
}

#wrapper header .nav-aux .login-button>a.button:hover {
    background-color: #fff!important;
    color: #303030!important
}

#wrapper header .login-button>a.button {
    padding: 0 1.25em!important;
    background-color: #fff!important;
    color: #303030!important;
    border: 1px solid #fff!important
}

#wrapper header .login-button>a.button:hover {
    background-color: #303030!important;
    color: #fff!important
}

header .social-network a {
    color: #a6a6a6;
    display: inline-block;
    margin: 0 .25em;
    font-size: 18px
}

header .social-network a:hover {
    color: #303030
}

.menu-inicio-container,.search-box {
    float: right
}

header .social-network img {
    margin: 0 5px
}

.error404 header .search-box,.login header .search-box,.page header .search-box,.single header .search-box {
    float: right;
    margin-left: 1.5em
}

.error404 header .search-box form,.login header .search-box form,.page header .search-box form,.single header .search-box form {
    opacity: 0
}

.error404 header .search-box .trigger,.login header .search-box .trigger,.page header .search-box .trigger,.single header .search-box .trigger {
    color: #303030;
    font-size: 24px;
    position: relative;
    right: 4px;
    top: 7px;
    cursor: pointer
}

.error404 header .lang-selector,.login header .lang-selector,.page header .lang-selector,.single header .lang-selector {
    color: #d787ae;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0
}

header .lang-selector a {
    color: #d787ae;
    text-decoration: none
}

header .lang-selector a:focus,header .lang-selector a:hover {
    text-decoration: underline
}

header .lang-selector a.current {
    color: #fff;
    font-weight: 700
}

.search-box input {
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
    width: 200px
}

.search-box .search-btn {
    background: 0;
    border: 0;
    color: #303030;
    font-size: 24px
}

header .search-container {
    margin: auto
}

header #searchformheader .current-groups {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    vertical-align: middle
}

header #searchformheader .current-resources {
    color: #fff;
    font-size: 12px;
    text-align: right
}

header #searchformheader strong {
    color: #c2d652
}

header #searchformheader #q {
    display: inline-block;
    width: 140px;
    background-color: #72716f;
    border: 1px solid #838181;
    color: #fff;
    padding: 0 .15em;
    box-shadow: none;
    vertical-align: middle;
    border-radius: 0;
    margin-left: 15px
}

header #searchformheader .search-text {
    color: #fff;
    margin-bottom: 1em
}

header #searchformheader .search-text a {
    color: #fff;
    text-decoration: underline
}

header #searchformheader #param_search {
    opacity: .8;
    background: #fff;
    color: #444;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: .5em .5em;
    width: 28vw
}

header #searchformheader #searchsubmit {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: 32px;
    margin-top: 5px;
    opacity: 1;
    position: relative;
    top: 6px
}

.login .nav-menu ul.sub-menu li,.page .nav-menu ul.sub-menu li,.single .nav-menu ul.sub-menu li {
    display: block;
    padding: 0;
    padding: .5em 0
}

.page .nav-menu ul.sub-menu li.current_page_item a span,.page .nav-menu ul.sub-menu li:focus a span,.page .nav-menu ul.sub-menu li:hover a span {
    color: #fff!important
}

.nav-menu li ul li a,.nav-menu li ul li.current_page_item a {
    color: #303030;
    font-size: 15px;
    padding: 0
}

header .menu-nav form {
    float: left
}

.submenu-nav ul li.current_page_item ul {
    display: block;
    text-align: left
}

.nav-menu>li {
    position: relative;
    margin-top: 0;
    width: 19.5%;
    height: auto;
    max-height: 100%;
    min-height: auto;
    display: inline-block;
    vertical-align: top
}

.nav-menu>li:hover a {
    color: #595959!important
}

.nav-menu>li.menu-item-has-children {
    background-image: url(images/icons/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 94% 1.2em;
    background-image: url(images/icons/icon-angle-down.png);
    background-position: 94% 10px;
    background-size: 12px auto
}

.nav-menu>li.current-menu-parent,.nav-menu>li.current_page_item.menu-item-has-children {
    background-image: url(images/icons/icon-angle-up.png)
}

.nav-menu>li:hover.menu-item-has-children {
    background-image: url(images/icons/icon-angle-down.png)
}

#searchforminside #q,.nav-menu li a span {
    display: inline-block;
    vertical-align: middle
}

.nav-menu li ul li a {
    text-shadow: none
}

.nav-menu li ul li a:focus,.nav-menu li ul li a:hover {
    color: #fff;
    background: #eaecf1
}

.nav-menu li ul li.current_page_item a {
    background: #fff;
    box-shadow: none
}

.error404 .nav-menu li a,.login .nav-menu li a,.page .nav-menu li a,.page.page-template .nav-menu li a,.page.single-app .nav-menu li a,.page.single-post .nav-menu li a,.single .nav-menu li a {
    display: inline-block;
    font-family: "Open Sans",Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;
    padding: 0 .75em;
    box-sizing: border-box;
    vertical-align: middle
}

.error404 .nav-menu li a,.error404 .portal-switch .portal-switch-gov,.login .nav-menu li a,.login .portal-switch .portal-switch-gov,.page.page-template .nav-menu li a,.page.page-template .portal-switch .portal-switch-gov,.single.single-app .nav-menu li a,.single.single-app .portal-switch .portal-switch-gov,.single.single-post .nav-menu li a,.single.single-post .portal-switch .portal-switch-gov {
    color: #556170;
    text-shadow: none
}

.error404 .nav-menu li a,.login .nav-menu li a,.page.page-template .nav-menu li a,.single.single-app .nav-menu li a,.single.single-post .nav-menu li a {
    color: #000;
    text-shadow: none
}

.error404 .nav-menu li a:hover,.login .nav-menu li a:hover,.page.page-template .nav-menu li a:hover,.single.single-app .nav-menu li a:hover,.single.single-post .nav-menu li a:hover {
    color: #595959
}

.nav-menu li a span {
    line-height: 18px
}

.nav-menu .sub-menu li {
    padding: .25em 0
}

.error404 .nav-menu li .sub-menu li a:focus,.error404 .nav-menu li .sub-menu li a:hover,.login .nav-menu li .sub-menu li a:focus,.login .nav-menu li .sub-menu li a:hover,.page.page-template .nav-menu li .sub-menu li a:focus,.page.page-template .nav-menu li .sub-menu li a:hover,.single.single-app .nav-menu li .sub-menu li a:focus,.single.single-app .nav-menu li .sub-menu li a:hover,.single.single-post .nav-menu li .sub-menu li a:focus,.single.single-post .nav-menu li .sub-menu li a:hover {
    color: #000;
    text-shadow: none
}

.error404 .nav-menu .sub-menu li a:hover,.error404 .nav-menu li a:focus,.login .nav-menu .sub-menu li a:hover,.login .nav-menu li a:focus,.page.page-template .nav-menu .sub-menu li a:hover,.page.page-template .nav-menu li a:focus,.single.single-app .nav-menu .sub-menu li a:hover,.single.single-app .nav-menu li a:focus,.single.single-post .nav-menu .sub-menu li a:hover,.single.single-post .nav-menu li a:focus {
    background: 0;
    color: #000;
    text-shadow: none
}

.error404 .nav-menu li.current_page_item a,.login .nav-menu li.current_page_item a,.page.page-template .nav-menu li.current_page_item a,.single.single-app .nav-menu li.current_page_item a,.single.single-post .nav-menu li.current_page_item a {
    background: 0
}

.error404 .nav-menu li.current-menu-ancestor a,.error404 .nav-menu li.current_page_item a,.login .nav-menu li.current-menu-ancestor a,.login .nav-menu li.current_page_item a,.page.page-template .nav-menu li.current-menu-ancestor a,.page.page-template .nav-menu li.current_page_item a,.single.single-app .nav-menu li.current-menu-ancestor a,.single.single-app .nav-menu li.current_page_item a,.single.single-post .nav-menu li.current-menu-ancestor a,.single.single-post .nav-menu li.current_page_item a {
    border-radius: 4px;
    font-weight: 400;
    color: #000;
    text-shadow: none;
    width: 100%
}

.error404 .nav-menu li .sub-menu,.login .nav-menu li .sub-menu,.page.page-template .nav-menu li .sub-menu,.single.single-app .nav-menu li .sub-menu,.single.single-post .nav-menu li .sub-menu {
    border: 0;
    text-align: left
}

.error404 .nav-menu li .sub-menu,.login .nav-menu li .sub-menu,.page.page-template .nav-menu li .sub-menu,.single.single-app .nav-menu li .sub-menu,.single.single-post .nav-menu li .sub-menu {
    display: none
}

.nav-menu>li.current-menu-parent.menu-item-has-children .sub-menu,.nav-menu>li.current_page_item.menu-item-has-children .sub-menu {
    display: block
}

.page.page-template .nav-menu li .sub-menu li {
    border: none;
    padding: 0
}

.error404 .nav-menu li .sub-menu li a,.login .nav-menu li .sub-menu li a,.page.page-template .nav-menu li .sub-menu li a,.single.single-app .nav-menu li .sub-menu li a,.single.single-post .nav-menu li .sub-menu li a {
    color: #303030!important;
    color: #fff!important;
    font-size: 14px;
    text-align: left;
    font-weight: 200;
    text-transform: none;
    text-transform: uppercase
}

.error404 .nav-menu li.current_page_item .current-menu-item a,.login .nav-menu li.current_page_item .current-menu-item a,.page.page-template .nav-menu li.current_page_item .current-menu-item a,.single.single-app .nav-menu li.current_page_item .current-menu-item a,.single.single-post .nav-menu li.current_page_item .current-menu-item a {
    color: #303030
}

.nav-menu li.home a {
    background-image: url(images/icons/home-01-white.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: left;
    text-indent: -9999em
}

input[type=button].addInfoButton,input[type=button].refreshButton,input[type=button].removeInfoButton {
    text-indent: -999em;
    height: 17px;
    width: 17px;
    border: 0
}

#wrapper #resource-content .tabs .tab-content input[type=button].addInfoButton,#wrapper #resource-content .tabs .tab-content input[type=button].removeInfoButton {
    border: 0;
    line-height: 50%;
    padding: .55em .5em!important;
    background-color: transparent!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important
}

.opendata .nav-menu li ul {
    display: block;
    top: 225px;
    text-align: right
}

.opendata .nav-menu li ul li {
    margin-right: 2em
}

.opendata .nav-menu li ul li a {
    height: auto;
    width: auto;
    padding: 0 0 0 17px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    background: url(images/icons/arrow-right-02.png) 0 50% no-repeat;
    border-radius: 0
}

.nav-menu li.current_page_item ul.sub-menu li a {
    color: #fff;
    box-shadow: none
}

.nav-menu li.current_page_item ul.sub-menu li a:hover {
    color: #303030
}

.opendata .nav-menu li ul li a:focus,.opendata .nav-menu li ul li a:hover {
    text-decoration: underline
}

.dashboard {
    background: #ddd;
    overflow: hidden;
    margin: 0 15px 1.5em 15px;
    padding: 0 1px 1px 0
}

.dashboard .box {
    background-color: #ddd;
    float: left;
    height: 200px;
    overflow: hidden;
    width: 25%
}

.dashboard .box.big {
    height: 400px;
    width: 50%
}

.dashboard .not-supported {
    display: block;
    margin: 0 auto
}

.highlight-03 .dashboard .box {
    height: 285px
}

.highlight-03 .dashboard .box .box-content {
    height: 268px
}

.highlight-03 .dashboard .box .preview {
    height: 235px!important
}

.highlight-03 .dashboard .box .box-content .preview .aggregate-wrapper .aggregateTitle {
    padding-top: 5px
}

.dashboard .box .box-content {
    background: #fcfcfc;
    font-size: 1em;
    height: 200px;
    margin: 1px 0 0 1px;
    overflow: hidden;
    padding: 8px;
    color: #000
}

.dashboard .box .preview {
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    z-index: 0
}

.dashboard .box .preview .element {
    border: 0;
    display: block;
    max-width: 100%
}

.dashboard .box h2 {
    background-color: transparent;
    color: #555;
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
    margin: 8px .5em .35em;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: none
}

.dashboard .box .rate {
    margin: 0 .5em .25em
}

.dashboard .box-content.full {
    background-color: #ededed;
    color: #7a7b7b;
    line-height: 1.4;
    font-size: .8333em;
    margin-top: 0;
    padding: 8px
}

.dashboard .box-content.full h2 {
    margin: 0 0 .5em
}

.dashboard .box-content.full .rate {
    float: left;
    margin: 0
}

.dashboard .box-content.full .downloads {
    float: right;
    font-weight: 700;
    margin: 0 0 .75em
}

.dashboard .box-content.full .desc {
    clear: both;
    max-height: 4.2em;
    overflow: hidden;
    text-overflow: ellipsis
}

.dashboard .box-content.full .social {
    float: left;
    margin-bottom: 0
}

.dashboard .box-content.full .vote {
    float: right;
    margin: .6em 0 0
}

.dashboard .box-content.full .links {
    margin: 0 2em .75em;
    padding: 0
}

.dashboard .box-content.full input.text {
    font-size: .83333em;
    width: 90%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dashboard .box.hover .box-content.normal {
    height: 0;
    padding-bottom: 0;
    padding-top: 0
}

.dashboard .box .box-content.full .vote {
    clear: none;
    float: left;
    margin-top: 0;
    margin-bottom: .5em;
    margin-left: 1em;
    width: auto
}

.dashboard .box.big .box-content {
    color: #444;
    font-size: 1em;
    height: 400px
}

.dashboard .box.big h2 {
    font-size: 1.1666em;
    margin-top: 5px
}

.dashboard .box.big .box-content.full h2 {
    max-height: 2.6em;
    line-height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.dashboard .box.big .rate {
    float: none;
    margin-bottom: .5em
}

.dashboard .box.big .desc {
    max-height: 9.8em;
    margin-bottom: 1.25em
}

.dashboard .box.big .downloads {
    color: #555;
    float: left;
    margin-bottom: .25em
}

.dashboard .box.big .vote {
    float: left;
    margin: .25em 0 0 .5em
}

.dashboard .box.big .social {
    float: none
}

.dashboard .box.big .links li {
    margin-bottom: .5em
}

.dashboard .box.big.hover .box-content.normal {
    background-color: #ededed;
    height: 184px;
    padding: 8px
}

#content.post {
    background-image: none;
    margin: 0 auto;
    max-width: 90%
}

.error-404 {
    background: url(images/error_404.png) no-repeat
}

.error-404 h2 {
    border: 0;
    color: #565658;
    margin-bottom: 3em;
    margin-left: 110px;
    padding: 20px 0 0;
    font-size: 2em
}

.page-complex .description,.page-simple .description {
    color: #7a7b7b;
    padding-bottom: 30px;
    width: 100%
}

#content-full {
    background: url(images/layout/col-bg.png) 100% 0 repeat-y #f6f6f6;
    border-top: 1px solid #bababa;
    border-left: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    overflow: hidden
}

.page-complex {
    text-align: justify
}

.page-simple .post {
    color: #7a7b7b
}

#searchforminside {
    position: relative;
    width: 80%;
    margin-top: 20px
}

#searchforminside label {
    font-size: 18px;
    text-transform: uppercase;
    vertical-align: middle
}

#searchforminside #q,#searchforminside #st {
    width: 75%
}

#searchforminside label {
    color: #7a7b7b
}

.dataset-detail {
    margin: 0 15px
}

#searchforminside .search-result {
    margin-top: 40px
}

.page-simple ol,.page-simple p,.page-simple ul {
    margin-bottom: .2em
}

.page-simple ol,.page-simple ul {
    margin-left: 0;
    padding-left: 4.5em
}

.page-simple ul li {
    list-style-type: disc
}

.post .entry ul li {
    padding: .5em;
    transition: background-color 1.5s ease;
    -moz-transition: background-color 1.5s ease;
    -ms-transition: background-color 1.5s ease;
    -o-transition: background-color 1.5s ease;
    -webkit-transition: background-color 1.5s ease
}

.post .entry .transparencia ul {
    padding-left: 1em
}

.post .entry .transparencia ul li {
    list-style-type: upper-latin;
    font-size: 3em;
    font-weight: 700;
    color: #ffc83f
}

.post .entry .transparencia ul li strong {
    padding: .5em 1em;
    color: #333;
    display: block
}

.post .entry .transparencia ul li h3,.post .entry .transparencia ul li h4 {
    padding: .3em .5em;
    margin: .2em 0 .5em 0;
    font-size: 100%;
    display: inline-block
}

.post .entry .transparencia ul li h3 {
    font-size: 55%
}

.post .entry .transparencia ul li ul li {
    border: .025pt solid #ffc83f;
    border-left: 4px solid #ffc83f;
    padding: .5em .5em .5em .5em;
    margin-bottom: .5em;
    list-style-type: decimal;
    list-style-position: inside
}

.post .entry .transparencia ul li>ul li {
    font-size: .6em;
    color: #ffc83f
}

.post .entry .transparencia ul li a[href$=".pdf"]:after {
    content: '';
    background: url(images/icons/download-pdf.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 20px auto;
    display: inline-block;
    position: relative;
    height: 25px;
    width: 25px;
    top: 8px;
    left: 10px;
    border-bottom: none
}

.post .entry .transparencia ul li ul li ul li {
    border: none;
    margin: .5em 0;
    padding: 0 0 0 .5em;
    line-height: 120%;
    list-style-position: outside;
    font-size: 60%;
    font-weight: 700;
    color: #ffc83f;
    list-style-type: disc
}

.post .entry .transparencia ul li ul li ul li a {
    font-weight: 400;
    font-size: 100%;
    color: #666
}

.post .entry .transparencia ul li ul li ul li a[href$=".pdf"] {
    display: inline-block;
    line-height: 30px
}

.post .entry.transparencia ul li ul li ul li a[href$=".pdf"]:after {
    content: '';
    background: url(images/icons/download-pdf.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 20px auto;
    display: inline-block;
    position: relative;
    height: 25px;
    width: 25px;
    top: 8px;
    left: 10px;
    border-bottom: none
}

.post .entry .transparencia ul li ul li ul li:hover {
    background-color: rgba(255,208,64,.4)
}

.post .entry .transparencia ul li ul li ul li a:hover {
    text-decoration: none;
    color: #000
}

.post .entry .transparencia ul li ul li ul li a:hover:before {
    border-bottom: 2px solid #f9a93e
}

.page-simple ol li {
    list-style-type: decimal
}

.page-simple h2 {
    color: #444;
    font-size: 24px;
    margin-top: 0
}

.page-simple h3 {
    color: #444;
    font-size: 16px;
    letter-spacing: .5px;
    margin-top: 1.5em;
    padding: .25em 0;
    text-transform: none;
    font-weight: 600
}

.page-simple h4 {
    color: #444;
    margin-top: 1.5em;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: none
}

.page-simple .tab1 {
    margin-bottom: 1.5em;
    padding: 0 0 .5em 40px
}

.page-simple .editLink {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 0 0 .5em 50px
}

.portfolio-detail {
    width: 200px;
    padding: .1em .1em .1em 10px
}

.dataset-detail h2 {
    color: #303030;
    float: left;
    line-height: 1;
    margin-bottom: .5em;
    font-size: 24px
}

.dataset-detail>.group>div {
    float: left;
    min-height: 1px
}

.dataset-detail .description b,.dataset-detail .description strong {
    color: #303030
}

.dataset-detail h3 {
    border-top: 3px solid #000;
    padding-top: .5em;
    color: #000;
    margin-bottom: 1.5em;
    margin-top: 1em;
    text-transform: capitalize
}

.dataset-detail .expand-wrapper h3 {
    background: url(images/icons/arrow-down-01.png) 100% 50% no-repeat
}

.dataset-detail .expand-wrapper h3.state-opened {
    background: url(images/icons/arrow-up-01.png) 100% 50% no-repeat
}

.dataset-detail .meta {
    float: right;
    font-size: .83333em;
    text-align: center;
    width: 100px
}

.dataset-detail .meta .rate {
    margin: 0 auto .5em
}

.dataset-detail .description {
    color: #373d46;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative
}

.dataset-detail .description .expand-title {
    background: url(images/icons/plus-01.png) 0 50% no-repeat;
    overflow: hidden;
    padding: .35em 0 .35em 27px;
    width: 50px
}

.dataset-detail .description .expand-title.state-opened {
    background-image: url(images/icons/minus-01.png)
}

.dataset-detail .resources {
    border: 0
}

.dataset-detail .resources td,.dataset-detail .resources th {
    background: #f6f7f8;
    border: 0;
    padding: 1em
}

.dataset-detail .resources td {
    font-size: 1em
}

.dataset-detail .resources td .tagtype-mini {
    font-size: 14px;
    color: #fff;
    margin-bottom: .5em;
    padding: .25em .5em;
    border-radius: 3px
}

.aggregate-wrapper p,.aggregate-wrappermin p,.resource-detail .aggregate-wrapper p,.resource-detail .aggregate-wrappermin p {
    color: #3383bb;
    text-shadow: 1px 1px 0 rgba(255,255,255,.5);
    font-weight: 700
}

.dataset-detail .resources td .tagtype-mini.tagtype-0 {
    background-color: #ccc
}

.dataset-detail .resources td .tagtype-mini.tagtype-1 {
    background-color: #5994d6
}

.dataset-detail .resources td .tagtype-mini.tagtype-2 {
    background-color: #83b087
}

.dataset-detail .resources td .tagtype-mini.tagtype-3 {
    background-color: #e79458
}

.dataset-detail .resources td .tagtype-mini.tagtype-4 {
    background-color: #e7585b
}

.dataset-detail .resources td .tagtype-mini.tagtype-5 {
    background-color: #825428
}

.dataset-detail .resources td .tagtype-mini.tagtype-6 {
    background-color: purple
}

.dataset-detail .resources td .rate {
    float: right
}

.dataset-detail .resources td a {
    font-size: .9em
}

.dataset-detail .resources td .tagtype {
    margin-left: -10px
}

.dataset-detail .resources td .resource {
    display: block;
    font-size: .8em;
    margin: 0 auto;
    width: 40px
}

.aggregate-wrapper p,.aggregate-wrappermin p {
    margin: 0
}

.aggregate-wrapper,.aggregate-wrappermin {
    height: 100%;
    width: 100%;
    text-align: center
}

.aggregate-wrapper {
    background: url(images/layout/background-aggregate.png) no-repeat;
    background-size: cover
}

.aggregate-wrappermin {
    background: url(images/layout/background-aggregate-min.png) no-repeat;
    background-size: 100% 100%
}

.aggregate-wrapper p {
    font-size: 78px
}

.aggregate-wrapper .aggregateSubtitle,.aggregate-wrappermin p {
    font-size: 30px
}

.aggregate-wrapper .aggregateTitle {
    padding-top: 200px
}

.aggregate-wrappermin .aggregateTitle {
    padding-top: 50px
}

.aggregate-wrappermin .aggregateSubtitle {
    font-size: 12px
}

.dashboard .aggregate-wrapper .aggregateTitle {
    padding-top: 100px
}

.resource-detail .description ul {
    margin: 0;
    padding: 0 0 0 1em
}

.resource-detail .description ul.social {
    padding-left: 0
}

.resource-detail .aggregate-wrapper {
    background: url(images/layout/background-aggregate.png) no-repeat;
    background-size: cover;
    height: 500px;
    text-align: center;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.resource-detail .aggregate-wrappermin {
    background: url(images/layout/background-aggregate-min.png) no-repeat;
    height: 100px;
    width: 150px;
    text-align: center;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.resource-detail .aggregate-wrapper p {
    font-size: 78px;
    margin: 0
}

.resource-detail .aggregate-wrappermin p {
    font-size: 30px;
    margin: 0
}

.resource-detail .aggregate-wrapper .aggregateTitle {
    padding-top: 180px
}

.resource-detail .aggregate-wrapper .aggregateSubtitle {
    font-size: 30px
}

.resource-detail .aggregate-wrappermin .aggregateTitle {
    padding-top: 18px
}

.resource-detail .aggregate-wrappermin .aggregateSubtitle {
    font-size: 12px
}

.resource-detail .info {
    background: url(images/icons/resources-02.png) 1.5em 50% no-repeat;
    margin-bottom: 2em;
    min-height: 100px;
    padding-left: 120px
}

.resource-detail .info h2 {
    border: 0;
    font-size: 1em;
    font-weight: 700;
    padding: 0;
    text-transform: none
}

.resource-detail .info .rate,.resource-detail .info h3,.resource-detail .info span.views {
    display: block;
    line-height: 1.25;
    margin-top: .25em
}

#content section #searchformdata #searchsubmit,.portfolio .portfolio-item legend {
    display: none
}

.resource-detail .info h3 {
    color: #113e9c;
    line-height: 1em;
    margin-bottom: 0
}

.resource-detail .info>div {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    padding: .5em 0
}

#content section #searchformdata {
    background: url(images/layout/search-01.png) 100% 50% no-repeat;
    margin: 0 auto 2em;
    padding: 28px 0;
    position: relative
}

#content section #searchformdata label {
    font-size: 18px;
    text-transform: uppercase;
    vertical-align: middle
}

#content section #searchformdata #q,#content section #searchformdata #s {
    width: 78%;
    margin-left: 1%
}

#content section #searchform span {
    cursor: pointer;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px
}

.portfolio {
    word-break: break-word
}

.portfolio .portfolio-item .description {
    color: #7a7b7b;
    width: 100%;
    margin-top: 25px
}

.portfolio .portfolio-item .description h2 {
    color: #000;
    font-size: 20px;
    font-weight: 400
}

.portfolio .portfolio-item img {
    border: 0 solid #ccc;
    float: left;
    margin: 20px;
    width: 135px
}

.portfolio .portfolio-item fieldset {
    border: 0
}

.search-results .dataset,.search-results tr td,.search-results.show-header {
    background: 0
}

.portfolio .portfolio-item strong {
    color: #000
}

.portfolio .portfolio-item p {
    max-width: 90%;
    padding-left: 20px
}

.border-line {
    border-top: 1px solid #e6e3e3
}

.border-line img {
    margin-top: 25px
}

.search-results-container .tab-content {
    padding: 0 1em
}

.search-results-container td {
    padding: .25em .5em
}

.search-results-container .box.data {
    margin: .33em
}

.search-results-container .data-description,.search-results-container .data-source {
    color: #556170;
    font-style: normal
}

.search-results-container .votes {
    text-align: center
}

.search-results-container .rate {
    float: right
}

.search-results-container table a {
    color: #556170;
    font-size: 16px;
    font-weight: 600
}

.search-results-container a:hover {
    color: #303030
}

.search-results-participation td p {
    padding: .5em 0
}

.search-results-participation .participation-tag {
    background: #e7e7e7;
    border-radius: 4px;
    color: #888;
    display: inline-block;
    font-size: 12px;
    letter-spacing: .5px;
    padding: .33em .66em
}

.search-results-other .news>th {
    border-right: none!important
}

.search-results-other .news>td {
    border-left: none!important
}

.search-results-other .news .image img {
    border: 0;
    border-radius: 8px;
    max-width: 72px
}

.search-results {
    border: 0;
    border-collapse: separate;
    border-spacing: 0 .66em;
    font-size: 12px
}

.search-results.show-header thead,.search-results.show-header thead tr th {
    background: 0;
    border-bottom: 1px solid #000;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase;
    visibility: visible
}

.search-results tr.dataset>td {
    background: #fff;
    color: #444343;
    border-bottom: 1px solid #d8d8d8;
    padding: 0 1em;
    text-align: left;
    width: 100%;
    padding: 10px 0
}

.search-results tr td .grado {
    font-size: 1em
}

.search-results th {
    font-size: .916666em;
    font-weight: 400
}

.search-results thead {
    visibility: hidden
}

.search-results th,.search-results th a {
    color: #444343;
    background: #fff;
    border-right: 0
}

.search-results th a:focus,.search-results th a:hover {
    color: #000
}

.search-results th strong {
    display: block;
    font-style: normal;
    line-height: 1.5em
}

.search-results th strong,.search-results th strong a {
    color: #1d1d1d
}

.search-results th strong a:focus,.search-results th strong a:hover {
    color: #000
}

.search-results th strong span {
    color: #444343;
    font-size: .8em;
    font-style: italic;
    font-weight: 400
}

.search-results tr.dataset th strong {
    font-weight: 700;
    font-size: 14px
}

.search-results td .rating,.search-results td img {
    vertical-align: middle
}

.search-results td img {
    margin: .25em
}

.search-results table {
    border: 0;
    margin: 0 auto;
    width: 98%
}

.search-results table td.organism {
    font-style: italic;
    text-align: center
}

.search-results p,.search-results strong {
    color: #556170;
    font-weight: lighter;
    margin-bottom: 10px
}

#content aside {
    margin-top: 3em
}

#content aside .box {
    margin: .3em 0;
    padding: .5em;
    border-top: .025pt solid #ccc
}

#content aside .box:first-of-type {
    border-top: none
}

#content aside .change-title a.expand-title {
    color: #303030;
    display: block;
    margin-top: .5em;
    font-weight: 400;
    background-color: #ffcd00;
    padding: .2em .4em;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    font-size: .8em
}

#content aside .change-title a.expand-title::before {
    font-weight: 700;
    content: "+ ";
    display: block;
    font-size: 1.6em;
    float: left;
    margin-left: .3em;
    line-height: 30px;
    height: 100%
}

#content aside .change-title a.expand-title.state-opened::before {
    font-weight: 700;
    content: "- "
}

#content aside .tags {
    line-height: 1
}

#content aside input.text,#content aside input[type=text] {
    width: 95%
}

#content aside a.weight-1 {
    font-size: .916666em
}

#content aside a.weight-2 {
    font-size: 1.08333em
}

#content aside a.weight-3 {
    font-size: 1.3333em
}

#content aside a.weight-4 {
    font-size: 1.58333em
}

#content aside a.weight-5 {
    font-size: 1.83333em
}

#content aside ul {
    margin: 0;
    padding: 0
}

aside .box {
    margin-bottom: 2em;
    padding: 0
}

#content aside li {
    font-size: 14px;
    margin: 0 0 .5em 0
}

#content aside li>a {
    color: #556170
}

.applied-filters li.highlighted {
    background-color: #daeaec;
    font-weight: 700;
    padding: .25em .5em;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 0;
    border: 1px solid #303030
}

#content aside li.highlighted a {
    background-color: #303030;
    font-weight: 700;
    padding: .25em .5em;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 0
}

#content aside li.highlighted a,#content aside li.highlighted i {
    color: #fff
}

#content aside .box:last-child,.page.page-template-template_sparql table {
    border: 0
}

#content aside .box-title {
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 .5em;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left
}

#content aside .box-title i {
    color: #ffcd00
}

#content aside .box-content {
    margin-left: 0
}

#content aside li.level-1,#content aside li.level-1.highlighted {
    margin-left: 20px
}

#content aside li.level-2,#content aside li.level-2.highlighted {
    margin-left: 35px
}

input[type=button].refreshButton {
    background: url(images/icons/refresh.png) no-repeat
}

input[type=button].addInfoButton,input[type=button].addInfoButton:hover {
    background: url(images/icons/plus-02.png) no-repeat 20% 100%
}

input[type=button].removeInfoButton {
    background: url(images/icons/minus-02.png) no-repeat 0 100%
}

.headerLink {
    color: #006431
}

.highlight-03 .news strong {
    font-weight: 700;
    font-size: 1.15em;
    color: #000
}

.page.page-template-template_sparql .wrapper-news h2 {
    font-size: 24px;
    margin: 0 0 .5em
}

.page.page-template-template_sparql .wrapper-news.intro {
    background: #fff;
    font-size: 14px;
    padding: 4em 4em 0;
    margin-bottom: 2em
}

.page.page-template-template_sparql table td {
    background: #fff;
    border: 0
}

.page.page-template-template_sparql textarea {
    color: #444;
    font-family: "Open Sans",Helvetica,sans-serif;
    line-height: 24px
}

.page.page-template-template_sparql textarea:focus {
    background: rgba(20,91,148,.01);
    border-color: #303030
}

.page-template-template_sparql select {
    color: #444;
    padding: .25em 1em
}

.page-template-template_sparql input[type=button] {
    background-color: #303030!important;
    border-color: transparent!important;
    color: #fff!important;
    font-family: "Open Sans",Helvetica,sans-serif;
    font-weight: 400;
    padding: .55em 1.5em!important;
    border-radius: 0!important;
    height: auto!important
}

.page-template-template_sparql input[type=button]:hover {
    color: #fff!important;
    cursor: pointer;
    text-decoration: none;
    opacity: .8
}

.page-template-template_sparql code {
    color: red
}

.wrapper-news {
    margin: 3em auto 0;
    width: 90%
}

.notFound {
    height: 50px;
    padding: 1px;
    width: 956px;
    background-color: #fcfcfc
}

.search-results tr th img {
    height: 100px;
    margin: 0 1em;
    padding: 2px;
    border: 1px solid #ccc;
    background: #fcfcfc
}

.news .image,.news .image img,.news .info {
    height: auto;
    width: auto
}

.news strong {
    color: #000;
    font-size: 1.2em
}

.news .info {
    float: none
}

.news .image {
    float: none;
    padding: 0
}

.news .image img {
    background: #fff;
    border: 0;
    max-width: 160px;
    padding: 2px
}

.news .no-image {
    margin-left: 1em
}

.expand-news {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #fcfcfc;
    color: #777;
    border-radius: 5px 5px 0 0;
    padding-bottom: 5px
}

.expand-news h2 {
    color: #006431;
    font-family: "Open Sans",Helvetica,sans-serif;
    font-size: 24px
}

.expand-news .image {
    float: left;
    width: 180px;
    margin: 0 2em 1em
}

.expand-news .image img {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    max-width: 100%;
    padding: 2px
}

.expand-news .info {
    margin: 1.5em
}

.biggerStrong {
    font: 13px/1.5 Arial,Helvetica,sans-serif;
    color: #1d1d1d
}

.grouptype-0,.grouptype-1,.grouptype-2,.grouptype-3,.grouptype-4,.grouptype-5,.grouptype-6,.resource-link {
    font-weight: 700
}

#triplelist {
    margin: 1em 0;
    font-size: 12px;
    word-break: break-word
}

#triplelist .row.row-sparql {
    display: flex;
    border-right: 1px solid #303030
}

#triplelist .row.row-sparql-header {
    background-color: #303030;
    color: #fff;
    border: 1px solid #303030;
    font-size: 16px
}

.row.row-sparql-header div:first-child {
    border-right: 1px solid #fff
}

.row.row-sparql-header div:last-child {
    border-left: 1px solid #fff
}

#triplelist .row.row-sparql div {
    border-left: 1px solid #303030;
    border-bottom: 1px solid #303030
}

.sparql-info {
    color: #444
}

#resource-detail>#content-wrapper {
    margin: 0 auto;
    padding: 30px 0;
    width: 95%
}

.resource-stats>div {
    margin-top: 10px;
    text-align: center
}

.resource-link {
    padding: 18px 18px 18px 70px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    border-radius: 5px;
    background-position-y: 50%;
    display: inline-block
}

.resource-link span {
    margin-top: 14px
}

.resource-link:hover {
    background-color: #303030
}

.resource-link:hover a {
    color: #fff
}

.sparql-info ul {
    margin-left: 2em
}

.sparql-info li {
    list-style-type: disc;
    padding-left: 1em
}

.sparql-info code {
    color: #de8f1a
}

#resource-content h3 {
    font-size: 20px;
    color: #303030;
    border-bottom: 2px solid;
    clear: both;
    padding: .25em 0;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 1em
}

#resource-content-wrapper {
    padding: 30px 0
}

#resource-content-wrapper>#resource-content {
    margin: 0 15px
}

.infoPopup {
    padding: 6px 8px;
    font: 14px/16px Arial,Helvetica,sans-serif;
    background: #fff;
    background: rgba(255,255,255,.8);
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    border-radius: 5px
}

#suggestionForm {
    margin-bottom: 15px;
    overflow: hidden
}

#suggestionForm div.form-row {
    margin: 0;
    padding: 0;
    clear: both
}

#suggestionForm label {
    display: block;
    margin-right: 1em
}

#suggestionForm div.form-cell {
    margin-top: 10px;
    float: left
}

#suggestionForm fieldset {
    border: 0;
    margin: 0
}

#suggestionForm legend {
    display: none
}

.mandatory {
    color: red
}

.suggestionRadio {
    margin-right: 1em
}

#suggestionForm legend.lblVisible {
    display: block;
    width: 4em;
    margin: 0;
    padding: 0
}

#suggestionForm label.lblMid {
    clear: both;
    display: block;
    margin: 0 0 0 9em
}

#suggestionForm input.text,#suggestionForm select {
    float: left;
    margin-right: 1em
}

#suggestionForm input.text {
    height: 26px
}

#suggestionForm div.form-cell.cell-separation {
    margin-top: 25px
}

span.linkRequest a {
    font-weight: 700
}

.home-transparency-chart svg {
    position: relative
}

.divMainView {
    margin-top: 1em;
    text-align: left
}

.divMainView input[type=checkbox],.divMainView input[type=text],.divMainView textarea {
    margin-bottom: 1em
}

.red {
    color: red
}

li.resource-extrainfo {
    list-style-type: none
}

.textDataWarning {
    margin-top: 2em;
    margin-bottom: 1em
}

.dynamicDiv {
    float: none;
    margin: 1em 0;
    width: 34%
}

.lastgroup,.multigroup {
    margin-bottom: .5em
}

.extraReferences {
    width: 575px
}

.extraReferencesLeft {
    float: left;
    width: 162px;
    display: block
}

.extraConforms {
    width: 680px
}

.extraConformsLeft {
    float: left;
    width: 86px;
    display: block
}

.grouptype-0 {
    color: #666
}

.grouptype-1 {
    color: #5994d6
}

.grouptype-2 {
    color: #83b087
}

.grouptype-3 {
    color: #e79458
}

.grouptype-4 {
    color: #fb97a2
}

.grouptype-5 {
    color: #e7585b
}

.grouptype-6 {
    color: #777
}

.multigroup {
    margin-left: 10px
}

.search-results table td.groups {
    padding: 5px 0
}

span.pln {
    height: 0
}

div.notAvailable {
    height: 40px
}

.notAvailableLeft {
    float: left;
    padding-top: 10px
}

.notAvailableRight {
    padding-top: 10px
}

.datasetGroups {
    float: right
}

table.ui-widget-content {
    background: 0;
    border: 0;
    width: 240px
}

table.ui-widget-content>tbody>tr>td {
    background: 0;
    border-top: 1px solid #ddd!important;
    border-bottom: 1px solid #ddd!important;
    height: 100px
}

table.ui-widget-content>tbody>tr>td:last-child {
    border-right: 1px solid #ddd!important
}

table.ui-widget-content>tbody>tr>td:first-child {
    border-left: 1px solid #ddd!important
}

#linkRdfCatalog {
    text-align: right
}

#pagedTableRevisions {
    width: auto
}

#pagedTable {
    width: 100%
}

#resource-barchart-numelems {
    width: 60%
}

#resource-compositechart-numelems,#resource-piechart-numelems {
    width: 78%
}

#resource-map-endRow,#resource-map-initRow {
    width: 85%
}

a.wijmoLinks,a.wijmoLinks:link,a.wijmoLinks:visited {
    color: #3d6da7;
    text-decoration: none
}

a.wijmoLinks:hover {
    color: #3d6da7;
    text-decoration: underline
}

.qrGoogle,.qrStore,.qrWindows {
    float: left
}

.portfolio .portfolio-item .images-app fieldset div div,.portfolio .portfolio-item .qrcodes fieldset div div {
    text-align: center
}

.images-app h3 {
    margin-top: 1em;
    margin-left: .5em
}

.box-dateSlider {
    margin: 10px 0
}

.dataLayersDiv {
    height: 250px;
    overflow-y: scroll
}

.tab-content h2 {
    margin: 0 0 1em;
    word-break: break-word
}

.news table {
    font-size: 14px
}

.news table strong {
    color: #556170;
    font-size: 18px;
    font-weight: 600
}

.commentlist {
    margin: 0;
    padding: 0
}

.commentlist li {
    font-size: 1em;
    padding: 1em
}

.commentlist li:nth-child(odd) {
    background-color: #efefef
}

.commentlist li .date {
    float: right;
    font-style: italic;
    font-size: 1em
}

.commentlist li .author {
    float: left;
    font-weight: 700;
    font-size: 1em
}

.commentlist li p {
    clear: both;
    padding-top: 1.5em
}

.dataset-detail .meta .comment {
    float: right;
    font-size: .83333em;
    text-align: center;
    width: 100px
}

.legend {
    margin: .8em 0;
    border: 1px solid #aaa;
    background: #eee;
    padding: .3em
}

.legend ul {
    margin: 0;
    padding: 0
}

.legend ul li {
    display: inline-block;
    padding: .2em .5em;
    border-radius: 5px;
    background: #ddd;
    color: #333;
    margin: .2em;
    font-size: 10px
}

#searchformapp {
    margin: 0 auto 2.5em;
    position: relative;
    width: 80%
}

#searchformapp label {
    font-size: 34px;
    vertical-align: middle
}

#searchformapp #q {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    box-shadow: none;
    color: #555;
    display: inline-block;
    font-size: 22px;
    padding: .45em .25em;
    vertical-align: middle;
    width: 61%
}

.post .treeview .hitarea,.post .treeview img {
    display: none
}

.post .treeview li.last img {
    background-size: 16px;
    margin-right: 5px;
    display: inline
}

#searchformapp #searchsubmit {
    vertical-align: middle;
    margin-left: -60px
}

.post .treeview {
    margin-top: 3em;
    margin-left: 4em
}

.post .treeview a.hover,.post .treeview span.hover {
    color: #145b93
}

.post .treeview>li>span>div.principal-indicator {
    background: #303030;
    color: #fff;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    line-height: 40px;
    font-size: 50px;
    margin-left: -60px;
    padding: .25em;
    position: absolute;
    width: 60px;
    height: 100%
}

.post .treeview>li>span>div.progressbar-text {
    position: absolute;
    margin-left: 0;
    margin-top: -22px
}

.post .treeview>li>span>div.progressbar-container {
    position: absolute;
    background-color: transparent;
    text-align: center;
    height: 4px;
    width: 99%
}

.page-simple ul.treeview li {
    list-style-type: none
}

.post .treeview>li.expandable>span>div.content-indicator {
    width: 100%;
    background: url(images/icons/plus-black.png) 98.7% 50% no-repeat
}

.post .treeview>li.collapsable>span>div.content-indicator {
    width: 100%;
    background: url(images/icons/minus-black.png) 98.7% 50% no-repeat
}

.post .treeview>li>ul>li.collapsable>span>div.content-indicator {
    width: 100%;
    background: url(images/icons/plus-white-20.png) 100% 50% no-repeat
}

.post .treeview>li>ul>li.expandable>span>div.content-indicator {
    width: 100%;
    background: url(images/icons/minus-white-20.png) 100% 50% no-repeat
}

.post .treeview>li>ul>li>ul>li.collapsable>span>div.content-indicator {
    width: 100%;
    background: url(images/icons/plus-white-16.png) 98.1% 50% no-repeat
}

.post .treeview>li>ul>li>ul>li.expandable>span>div.content-indicator {
    width: 100%;
    background: url(images/icons/minus-white-16.png) 98.1% 50% no-repeat
}

.post .treeview>li>span>div.content-indicator {
    background: url(images/icons/plus-black.png) 96% 50% no-repeat
}

.post .treeview>li>span>div.content-indicator>div.indicator-title {
    font-size: 24px;
    font-weight: bolder;
    color: #807041;
    padding: .75em
}

.post .treeview>li>span>div.content-indicator>div>img {
    width: 20px;
    vertical-align: middle;
    margin-left: 1em;
    margin-top: -9px
}

.post ul.treeview>li {
    border: 1px solid #eee;
    border-radius: 0 5px 5px 0;
    position: relative;
    background: #fff;
    margin: 2.75em 0;
    padding: 0
}

.post .treeview>li>span>a {
    color: #000;
    font-size: 22px;
    text-decoration: none;
    display: block;
    padding: .5em 2em
}

.post .treeview>li>ul>li {
    background: 0;
    margin-top: 1em;
    padding-left: 40px;
    margin-right: 2px
}

.post .treeview>li>ul>li a {
    color: #303030;
    font-size: 14px
}

.post .treeview .fileTransp {
    font-size: 14px;
    margin-left: 3em
}

.post .treeview>li>ul>li .sub-indicator {
    font-size: 16px;
    font-weight: 700;
    line-height: 43px
}

.post .treeview>li>ul>li .content-indicator {
    font-size: 16px;
    background-color: #f1f5f9;
    margin-left: -14px;
    width: 95%;
    padding: 10px
}

.post .treeview>li>ul>li .content-indicator .indicator-title {
    width: 95%;
    font-size: 16px
}

.post .treeview>li>ul>li>ul>li {
    background: 0;
    margin-top: 1em;
    padding-left: 40px
}

.post .treeview>li>ul>li>ul>li .sub-indicator {
    font-weight: 700;
    font-size: 14px;
    line-height: 37px
}

.post .treeview>li>ul>li>ul>li .content-indicator .indicator-title {
    font-size: 14px
}

.post .treeview>li>ul>li>ul>li .content-indicator {
    background-color: transparent;
    font-size: 12px;
    margin-left: 2px
}

.post .treeview li {
    background: 0
}

.sub-indicator {
    float: left;
    margin-right: 1em
}

.progressbar-inner {
    background-color: #f38c08;
    height: 4px
}

.progressbar-text {
    color: #f38c08;
    background-color: #fbf1e3;
    width: 80px;
    text-align: center;
    -webkit-border-radius: 75px 75px 0 0;
    border-radius: 75px 75px 0 0;
    margin-left: 100px
}

.pi-red {
    background-color: #d0103a
}

.pi-orange {
    background-color: #f38c08
}

.pi-green {
    background-color: #14ad47
}

.pt-red {
    color: #d0103a;
    background-color: #ffbfc9
}

.pt-orange {
    color: #f38c08;
    background-color: #fbf1e3
}

.pt-green {
    color: #14ad47;
    background-color: #e3ffbf
}

.file-icon {
    background: url(images/icons/file-icon.png) 100% 0 no-repeat;
    margin-right: 10px;
    margin-top: 2px;
    margin-left: 29px;
    width: 20px;
    height: 20px;
    float: left
}

.top-vote-likes {
    /*! width: 100px; */
    padding: 0;
    /*! text-align: center; */
    font-size: 18px
}

top-vote-likes i {
    vertical-align: 4px
}

.top-vote-dataset {
    text-align: left;
    margin-right: 5px
}

.destacados .valorados a {
    margin-left: 60px
}

.organism {
    margin-left: 5px
}

.datasetTitle {
    float: left
}

.error404 .portal-switch,.login .portal-switch,.page .portal-switch,.page.page-template .portal-switch,.single .portal-switch,.single.single-app .portal-switch,.single.single-post .portal-switch {
    background: 0;
    color: rgba(255,255,255,.25);
    font-size: 14px;
    padding: 0 1em;
    overflow: hidden;
    position: static;
    text-transform: uppercase
}

.error404 .portal-switch,.login .portal-switch,.page.page-template .portal-switch,.single.single-app .portal-switch,.single.single-post .portal-switch {
    background: 0
}

.error404 .portal-switch-data,.login .portal-switch-data,.page.page-template .portal-switch-data,.single.single-app .portal-switch-data,.single.single-post .portal-switch-data {
    opacity: .85
}

.portal-switch>.portal-switch-gov {
    color: #fff;
    font-weight: 700
}

.finder {
    clear: both;
    width: 100%
}

.error404 .finder-nohome,.login .finder-nohome,.page.page-template .finder-nohome,.single.single-app .finder-nohome,.single.single-post .finder-nohome {
    clear: both;
    float: right
}

.error404 .finder-nohome,.login .finder-nohome,.page.page-template .finder-nohome,.single.single-app .finder-nohome,.single.single-post .finder-nohome {
    clear: both;
    float: left;
    width: 100%
}

.error404 .back,.login .back,.page.page-template .back,.single.single-app .back,.single.single-post .back {
    color: #fff;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin: .25em 0 0 .25em
}

.portal-title {
    color: #fff;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    font-family: "Open Sans",Helvetica,sans-serif;
    text-shadow: 1px 2px 3px #444;
    text-transform: none;
    margin: 80px 0 20px
}

.portal-title>span {
    background-color: #303030;
    padding: 5px 40px
}

.search-clasp {
    font-size: 32px;
    color: #303030
}

.arrow-wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 6em;
    background: rgba(255,255,255,.2);
    width: 1vw;
    height: 1vw;
    padding: 1.5vw;
    border-radius: 50%;
    font-size: .5em;
    display: block;
    box-shadow: 0 0 5px 0 #666
}

.arrow,.arrow:after {
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: rotate(360deg)
}

.arrow {
    float: left;
    position: relative;
    border-width: 2.25em 2.25em 0 2em;
    border-color: transparent
}

.arrow:after {
    content: '';
    position: absolute;
    top: -2em;
    left: -3.5em;
    border-width: 3em 3em 0;
    border-color: rgba(255,255,255,.5) transparent
}

.portal-switch.topfixed {
    display: none
}

.top-container.topfixed {
    background: #fff;
    box-shadow: 0 1px 0 0 rgba(52,65,73,.1);
    min-height: 50px
}

.logo.topfixed,.portal-switch.topfixed,.top-container.topfixed {
    padding: 1em 0;
    position: fixed;
    width: 100%;
    z-index: 10
}

.logo.topfixed img {
    margin: 0;
    width: 150px
}

.error404 .top-container.topfixed .nav-menu li a,.login .top-container.topfixed .nav-menu li a,.page.page-template .top-container.topfixed .nav-menu li a {
    color: #303030;
    text-shadow: none
}

.sidebar-citizen .button {
    font-size: 18px;
    margin-left: .75em
}

.leaflet-popup-content a {
    word-wrap: break-word
}

.page-template-template_page_list_questions .question {
    background: #fff
}

.digit,.user-profile-photo p {
    font-size: 24px
}

.user-profile-photo a {
    font-size: 16px;
    text-decoration: underline
}

.top-user-profile {
    padding: 2em 15px;
    overflow: hidden
}

.user-profile-photo {
    float: left;
    text-align: center;
    width: 25%
}

.user-profile-photo img {
    max-width: 150px;
    border-radius: 50%
}

.figures,.list-style {
    border: 1px solid #eaeaea
}

.user-profile-photo h3 {
    margin-bottom: 0
}

.user-profile-info {
    float: left;
    width: 70%
}

.user-figures {
    text-align: center;
    width: 100%;
    padding-bottom: 2em
}

.figures {
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 1em;
    width: 48%;
    margin-right: 2%;
    float: left
}

.figures h5 {
    background: #303030;
    color: #fff;
    margin: 0;
    padding: .1em 1em
}

p.digit {
    font-weight: 700;
    padding-top: .25em
}

.figures p.digit-type {
    font-size: 14px;
    padding-bottom: 1em;
    text-transform: uppercase
}

.figures-container {
    display: inline-block;
    float: left;
    width: 50%
}

.user-about-me {
    box-sizing: border-box;
    float: left;
    padding: 0 1.5em 1em 0;
    text-align: justify;
    width: 75%
}

.user-other-info {
    float: left;
    width: 25%
}

.user-profile-main-content {
    margin: 0 auto;
    padding: 0 15px
}

a.view-more {
    color: #303030;
    float: right;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin: .5em 5em .5em 0
}

.citizens-user-profile,.government-user-profile,.question-answer-user-profile,.transparency-user-profile {
    overflow: hidden
}

#wrapper .user-msg-info {
    display: block;
    width: auto
}

#wrapper .user-msg-info .fa {
    margin-right: 1em
}

.info-msg {
    background: rgba(20,91,148,.05);
    border-color: #145b94;
    color: #145b94
}

h4.list-type-title {
    float: left;
    margin: 0;
    padding: 1em 0
}

h4.list-type-title+span {
    color: #303030;
    float: left;
    padding: 1em .25em
}

.request-title-content {
    padding: 0 15px
}

.request-title-content .request-date {
    float: right;
    width: 20%;
    text-align: right;
    color: #303030;
    font-size: 12px;
    font-weight: 400
}

.request-title-content .request-title {
    float: left;
    width: 78%;
    margin-bottom: 1em
}

.request-title-content .request-state {
    clear: both;
    position: absolute;
    bottom: 15px;
    right: 15px
}

.request-title-content .request-state span {
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    padding: .15em .66em
}

.main-container {
    background-color: #fff;
    padding: 1em 3em;
    width: 100%
}

.list-style {
    background: #fff;
    display: table;
    float: left;
    height: auto;
    overflow: auto;
    margin: .25em 0;
    padding: .5em 0;
    position: relative;
    width: 95%;
    padding-bottom: 2em
}

.list-style.empty p {
    color: #ccc;
    font-size: 14px;
    margin: 0 auto;
    padding: 2em 0;
    text-align: center;
    width: 25%
}

.list-type-comments,.list-type-proposals {
    float: left;
    width: 50%
}

.list-style>* {
    display: table-cell;
    font-size: 14px
}

.citizen-result.list-style,.government-result.list-style,.poll-results.list-style,.question-results.list-style {
    padding: .5em 1em
}

a.proposal-title {
    box-sizing: border-box;
    z-index: 1;
    font-weight: 700;
    line-height: 20px;
    padding-right: 1.5em;
    width: 90%;
    height: 100%
}

.question-answer-user-profile a.proposal-title {
    padding-left: 1em
}

.list-style .percent {
    position: relative;
    left: 0;
    color: #6db54b;
    font-size: 18px;
    padding: 0 .75em;
    text-align: center;
    vertical-align: middle
}

.comment-date,.list-style .proposal-date {
    color: #303030;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    right: 8px
}

.list-style .proposal-state {
    clear: both;
    float: none;
    position: absolute;
    bottom: 0;
    right: 0
}

.list-style .proposal-state span {
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    padding: .15em .66em
}

.government-comments.list-style {
    padding: .5em 1em
}

.comment-date,.government-comments.list-style .comment-title {
    display: table-cell;
    width: 100%
}

.comment-title {
    font-style: italic;
    width: 90%
}

.comment-response {
    display: table-row;
    font-weight: 700
}

.pagination>li>a,.pagination>li>span {
    color: #303030
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color: #303030
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    background-color: #303030;
    border-color: #303030
}

.profile-pagination {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 12px;
    padding: 1em 0
}

.profile-pagination .pagination {
    margin: 1em 0
}

.user-profile-main-content h2 {
    border-bottom: 2px solid;
    font-weight: 400;
    padding: .25em 0
}

#resource-html-data>h3 {
    margin: auto 0
}

.radio-buttons {
    margin-right: 10px
}

#resource-text-data>h2 {
    margin: 0;
    word-break: break-all
}

.rangeDate {
    overflow: hidden;
    margin-bottom: 5px;
    color: #0d3c61
}

.box .content {
    overflow: hidden;
    padding: 0 0 1em
}

.box.contents h3 {
    margin: 0
}

.transparency-comparation-items {
    text-align: center;
    vertical-align: middle;
    padding-bottom: 3em;
    width: 60%
}

.transparency-comparation-highlight {
    padding-bottom: 4em;
    text-align: center;
    vertical-align: middle;
    align-self: center
}

.transparency-comparation-item {
    padding-top: .5em
}

.transparency-comparation-item:first-child:after {
    content: "\0021D3";
    font-size: 64px;
    text-align: center;
    display: block
}

.transparency-comparation-item .transparency-comparation-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: .33em
}

.transparency-comparation-subtitle {
    font-size: 14px
}

.transparency-comparation-highlight p strong {
    background: #303030;
    color: #fff!important;
    font-size: 34px!important;
    padding: .33em!important
}

.transparency-member-info {
    padding-bottom: 1.5em
}

.transparency-member-main {
    text-align: center;
    vertical-align: middle
}

.transparency-member-charge {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center
}

.transparency-member-details {
    padding-bottom: 2em;
    vertical-align: middle
}

.transparency-member-details li {
    padding: 8px 0 .5em 25px
}

.transparency-member-name {
    font-size: 24px;
    font-weight: 600
}

.tranparency-member-salary p {
    font-size: 20px
}

.transparency-member-link {
    font-weight: 400
}

.info-published-item {
    display: table-cell;
    text-align: center;
    padding: 1em 0 0 0;
    vertical-align: middle;
    width: 33.33%
}

.info-published-digit {
    color: #62a8e0;
    font-size: 32px
}

.info-published-text {
    color: #303030;
    font-size: 18px;
    font-weight: 400
}

.transparency-info-published,.transparency-info-requests {
    margin: 0 auto;
    width: 75%;
    height: 100%;
    vertical-align: middle
}

.transparency-info-published h4,.transparency-info-requests h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0
}

.transparency-info-published>h4,.transparency-info-requests>h4 {
    margin-top: 0;
    text-align: center;
    padding: 1em;
    margin-bottom: 0
}

.info-published-total,.info-requests-item-total {
    background: #f3f7fa;
    margin: 0 auto;
    padding: .1em;
    text-align: center
}

.info-published-total {
    padding: 1.75em!important
}

.info-requests-item-total h4 {
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0
}

.info-requests-item {
    padding-top: 1em
}

.info-requests-item-total .table {
    background: 0 0
}

.info-requests-item .table {
    height: 0!important;
    margin-bottom: .25em
}

.info-requests-item li {
    padding: 0 2em
}

.info-requests-item li p {
    padding-right: 1em
}

.info-requests-item span {
    color: #62a8e0;
    font-size: 24px;
    text-align: right
}

.info-year {
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: .5em
}

.transparency-last-info {
    padding: 1em 2em
}

.last-info-header {
    padding-bottom: .5em;
    background-color: #f5f5f5!important
}

.transparency-last-info-item {
    border-bottom: 1px solid #e7e7e7;
    padding: .5em 0 .5em 0
}

.transparency-last-info-item:last-child {
    border: 0
}

.last-info-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: .5em
}

.last-info-attach {
    color: #303030;
    font-weight: 400;
    margin-top: .33em
}

.last-info-attach a {
    line-height: 2em
}

.ogoov-regular-title {
    text-transform: inherit;
    font-size: 16px
}

.dataset-meta-info-details {
    word-break: break-word
}

.dataset-meta-info-details>.row {
    margin-bottom: 5px
}

.help-text {
    font-size: 14px;
    margin-left: 5px;
    color: #737373
}

div.comments-section {
    margin-bottom: 1em
}

div.comments-section h2 {
    border-bottom: 2px solid #303030;
    color: #303030;
    font-weight: 400;
    font-size: 20px;
    padding: .25em 0;
    margin: 15px 30px
}

div.comments-dataset {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin: 15px 30px;
    padding: 0
}

div.comments-dataset>div.comment-author {
    background-color: #303030;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0
}

div.comments-dataset>div.comment-text {
    padding: 15px
}

.login #wrapper>header .header-wrap.portal-switch-wrapper,.page #wrapper>header .header-wrap.portal-switch-wrapper,.single-app #wrapper>header .header-wrap.portal-switch-wrapper {
    background-color: #303030;
    padding: 10px 6em
}

.logo-council {
    padding: 0
}

.logo-council a.logo-albasmart {
    border-left: 1px solid;
    position: absolute;
    bottom: 0
}

.logo-council h3 {
    text-transform: none;
    font-size: 16px;
    line-height: 40px
}

.logo-council img {
    height: 100%
}

.last-dataset a {
    color: #40495a;
    font-weight: 600
}

.contact-section {
    padding: 3em
}

.text-right {
    text-align: right
}

#linksInterest li {
    background: url(images/icons/arrow-icon.png) left center no-repeat;
    padding: 3px 0 3px 15px
}

aside .fa.fa-chevron-right.fa-fw {
    display: none;
    color: #ffcd00
}

#dateSlider {
    background: #daeaec;
    border: 0;
    height: 1.5em
}

#dateSlider>.ui-state-default,#dateSlider>.ui-widget-content #dateSlider>.ui-state-default {
    background: #303030;
    height: 2em;
    width: .8em;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    top: -4px
}

#dateSlider>.ui-slider-range.ui-widget-header.ui-corner-all {
    background: #d6d6d6
}

.applied-filters.container-fluid {
    padding: 0 3em
}

#content-wrapper .applied-filters.container-fluid {
    padding: 0
}

.applied-filters {
    overflow: hidden;
    margin-bottom: 15px
}

.applied-filter {
    clear: both;
    width: 100%;
    margin: 10px 20px
}

.applied-filter span {
    float: left
}

.applied-filter li {
    margin: 0 10px;
    float: left
}

.applied-filters li.highlighted a {
    color: #fff
}

.applied-filters li.highlighted {
    border: 0;
    background-color: #303030;
    float: left;
    margin: 0 5px 0 0
}

.applied-filters li.highlighted.clean {
    background-color: red
}

#wrapper .applied-filters a.button {
    background-color: #fff!important;
    color: #fff;
    font-weight: 700;
    padding: 0;
    box-shadow: none!important;
    -webkit-box-shadow: none!important
}

.container-fluid.remove-outer-gutter {
    padding: 0 3em
}

.collaborate-form {
    border: 1px solid #d8d8d8;
    padding: 2em
}

#formCollaborate>p {
    margin: 1em 0
}

.user-msg-info p {
    border: 1px solid;
    border-radius: 4px;
    padding: .66em 2em;
    margin-bottom: 1em
}

.success-msg {
    background: #d9e9d3;
    border-color: rgba(105,153,85,.36);
    color: #699955
}

.error-msg {
    background: RGBA(175,0,0,.08);
    border-color: RGBA(175,0,0,.33);
    color: #af0000
}

.orgLevel {
    background-image: url(images/layout/lastnode.png);
    background-repeat: no-repeat;
    padding-left: 1em;
    display: list-item;
    list-style-type: none
}

.orgLevel.level-0 {
    background-image: none;
    list-style-type: disc;
    list-style-position: inside
}

.orgLevel.level-1 {
    margin-left: 3em
}

.orgLevel.level-2 {
    margin-left: 5em
}

.publisher_logo {
    margin: 2em auto;
    display: block;
    max-width: 80%
}

.nav-main {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    height: 40px
}

.nav-aux {
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 3px 12px 0 rgba(160,160,160,.85);
    clear: both;
    display: none;
    height: 53px;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 0 3em
}

.nav-menu-wrapper {
    margin-top: 50px
}

header .menu-nav.fixed {
    border-spacing: 0 .15em;
    position: fixed;
    top: 0;
    z-index: 20;
    display: table!important
}

header .nav-aux .lang-selector a.current {
    color: #303030
}

.nax-aux-title {
    color: #303030;
    font-size: 14px;
    text-transform: none;
    margin-left: 1em
}

.wj-input-group .wj-form-control {
    height: 2em!important
}

.wj-input-group-btn {
    height: 2em!important
}

.addtoany_shortcode {
    float: left
}

.qrcodes img {
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
    float: none!important;
    padding: 0!important;
    width: 40%
}

#parent-preview1 .wj-flexchart {
    padding: 10px;
    overflow: visible
}

.home-groups {
    margin-top: 2em;
    padding: 1em 3em
}

.h-35 {
    height: 35px
}

.boxes .box.featured .cell .datasets>h3>span {
    background: #fff;
    height: 50px;
    color: #303030;
    width: 50px;
    border-radius: 30px;
    padding: 8px 6px;
    font-size: 32px
}

.boxes .box.featured .cell .valorados>h3>span {
    background: #fff;
    height: 50px;
    color: #303030;
    width: 50px;
    border-radius: 30px;
    padding: 8px 10px;
    font-size: 32px
}

.boxes .box.featured .cell .estadisticas>h3>span {
    background: #fff;
    height: 50px;
    color: #303030;
    width: 50px;
    border-radius: 30px;
    padding: 8px 8px;
    font-size: 32px
}

.boxes .box.featured .cell .visitas>h3>span {
    background: #fff;
    height: 50px;
    color: #303030;
    width: 50px;
    border-radius: 30px;
    padding: 8px 10px;
    font-size: 32px
}

header .social-network li {
    display: inline
}

.open-data-logo {
    font-size: 96px;
    color: #f5f5f5;
    background-color: #eaeedd;
    border-radius: 50px
}

.boxes .box.contents .cell .content>h3>span {
    background: #fff;
    height: 50px;
    color: #303030;
    width: 50px;
    border-radius: 30px;
    padding: 10px 16px;
    font-size: 32px
}

.boxes .box.contents .cell .content>h3>span.fa-line-chart {
    padding: 10px 8px
}

.banner-cell {
    background-color: #fff;
    margin: 1em;
    height: 85px;
    line-height: 82px;
    text-align: center
}

#app-list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 15px
}

#app-list .app-wrapper {
    height: 200px;
    background: 0 0;
    text-align: justify;
    border: 5px solid #fff;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0;
    transition: 0s;
    text-decoration: none;
    padding: 10px
}

#app-list .app-wrapper:hover {
    background-image: none!important;
    background-color: #303030;
    font-size: 0;
    font-size: 20px;
    color: #fff
}

#app-list .app-wrapper p {
    opacity: 1
}

#app-list .app-wrapper:hover p.app-description {
    font-size: 12px
}

.chart-action-buttons {
    margin-top: 1em
}

.menu-buscar-x {
    color: #000;
    line-height: 3em;
    width: 2em;
    text-align: center;
    display: block
}

.menu-buscar-x:hover {
    color: #fff;
    background-color: #000;
    transition: all .5s ease;
    cursor: pointer;
    text-transform: none
}

.fab {
    line-height: .7em
}

/*.menu-fila a {
    color: #fff
}*/

.nav-collapse .nav-menu li>a {
    line-height: 28px;
    font-size: .9em!important
}

#wrapper-portal {
    position: relative;
    margin-bottom: 10px
}

.title {
    position: absolute;
    width: 100%;
    top: 15%;
    text-align: center;
    height: 25%
}

.label-title {
    font-size: 4em;
    color: #fff;
    text-shadow: 1px 2px #999
}

.label-subtitle {
    font-size: 3em;
    color: #fff;
    text-shadow: 1px 2px #999;
    margin-top: -15px
}

.navbar-principal {
    margin-bottom: 0;
    z-index: 100;
    border: 0;
    background-color: #fff
}

.background-image {
    position: relative;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(images/layout/bg.jpg)!important
}

.collapse {
    text-decoration: none;
    font-family: Montserrat,Montserrat-Bold
}

.menu-oculto {
    float: right;
    top: 1px;
    display: flex;
    height: 3em;
    right: 9.4em;
    background-color: #fff;
    z-index: 1000;
    padding-top: 10px
}

.float-left {
    float: left
}

.img-logo {
    max-height: 100%
}

.navbar-a-principal {
    padding: 2.5px 0!important;
    height: 60px!important
}

.ul-principal {
    margin: 0;
    padding: 0 .3em;
    list-style-type: none
}

.ul-principal>li>a {
    font-weight: bolder;
    font-size: .9em;
    color: #000
}

.ul-principal>li>a:hover {
    color: #fff;
    background-color: rgba(0,0,0,.8)!important;
    transition: all .5s ease-in-out
}

.menu-fila {
    background-color: #ffc83f;
    font-size: .8em;
    text-align: center;
    margin-right: inherit;
    color: #fff
}

.menu-fila .idioma {
    padding: 0
}

.menu-fila .idioma a {
    text-align: left
}

.seccionmenu {
    min-height: 2.8em;
    padding-top: 6px;
    margin: auto;
    border-right: 1px #fff solid
}

/*.menu-fila a {
    color: #fff
}*/

.img-visit {
    height: 22px;
    margin: auto
}

.menu-tiempo {
    display: block;
    overflow: hidden;
    padding-top: 2px;
    max-height: 2.8em;
    line-height: 2.2em;
    text-align: inherit;
    border-right: 1px #fff solid
}

.bloque-1,.bloque-2 {
    padding-left: 0;
    padding-right: 0
}

.enlacesmenu {
    border-right: 1px solid #fff;
    height: 36px;
    min-height: 38px;
    padding: 6px 5px;
    text-align: center
}

.div-media {
    border-right: 1px solid #fff;
    min-height: 2.8em;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: -15px; /* Este tira hacia la izquiera el "appValencia" y los iconos de facebook, twitter e instagram */
}

.menu-media li {
    display: inline;
    padding: 0;
    margin: 0;
    margin-right: 9px
}

.menu-media a:hover {
    text-decoration: none
}

.media1 {
    border-right: 1px solid #fff
}

.menu-media {
    padding-top: inherit!important;
    padding-bottom: inherit!important;
    border-left: none;
    height: auto;
    margin-top: 6px;
    max-height: 30px;
    padding-left: 0px;
    margin-left: 0px
}

.facebook-span,.flickr-span,.instagram-span,.twitter-span,.youtube-span {
    font-size: 1.5em;
    text-align: center;
    padding: .25em 0;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background-color: #000;
    color: #ffc83f
}

.glyphicon {
    font-size: 1.8em;
    line-height: .7;
    float: left;
    margin-right: 5px;
    color: #000
}

.div-lan {
    width: 130px;
    margin-right: 2em;
    color: #fff;
    padding-top: 5px
}

.div-lan span {
    margin-top: .2em
}

.div-lan .dropdown-lang-selector {
    margin-left: 36px
}

#sel1 {
    width: 110px
}

.ul-lan {
    z-index: 1000;
    background: #303030;
    width: 200px;
    text-align: left;
    list-style: none;
    color: #fff;
    font-size: 1em;
    position: inherit;
    padding-right: 1em
}

li.init {
    min-width: 40px;
    cursor: pointer
}

.search-input {
    border: 1px solid #ccc!important;
    box-sizing: border-box!important;
    border-radius: 0!important;
    height: 40px!important;
    background: 0 0!important;
    outline: 0!important;
    color: #000!important;
    font-size: 14px!important;
    float: left;
    margin: 2px 0!important
}

#searchsubmitfooter {
    background: 0 0;
    border: 0;
    box-shadow: none;
    color: #000;
    font-size: 18px;
    padding: 8px
}

.search-lens {
    height: 48px;
    padding-left: 20px
}

.menu-opendata {
    background-color: #ffc83f;
    background-color: rgba(4,4,4,.8);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    max-height: 600px;
    overflow-y: auto
}

.container-amarillo {
    position: relative;
    margin: -15px 5% 5px 5%;
    padding: 10px 15px
}

.navbar-collapse {
    padding: 0
}

.page.page-template .nav-menu[id^=menu-portal-transparencia]>li {
    border-left: 2px solid #ffc83f;
    margin-bottom: .5em
}

.page.page-template .nav-menu[id^=menu-portal-transparencia] li a {
    color: #fff;
    text-transform: uppercase;
    text-align: left
}

.page.page-template .nav-menu[id^=menu-portal-transparencia] li.current_page_item>a>span {
    border-bottom: 1px solid #ffc83f
}

.page.page-template .nav-menu[id^=menu-portal-transparencia] li:hover>a>span {
    border-bottom: 1px solid #fff;
    color: #fff
}

.page.page-template .nav-menu[id^=menu-portal-transparencia] li.current_page_item ul.ub-menu {
    display: block
}

* {
    margin: 0;
    padding: 0
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 {
    font-family: Montserrat
}

#social-footer {
    height: 82px;
    background-color: #b2b2b2
}

#social-footer .pull-left {
    padding: 25px;
    text-align: center
}

.social-footer-labels {
    color: #000
}

.fa-2x {
    margin-right: 10px
}

#footer-enlaces {
    color: #000;
    padding-top: 0;
    background: #000;
    margin-bottom: -15px
}

#footer-enlaces h4 {
    color: #ffcd00;
    font-size: 1.1em;
    padding-bottom: 10px
}

#footer-enlaces ul {
    list-style-type: none;
    padding: 0
}

#footer-enlaces li {
    margin: 5px 0
}

#footer-enlaces li a {
    font-size: .9em;
    text-decoration: none;
    color: #fff;
    line-height: 12px
}

.adressplaza {
    padding-top: 40px;
    font-size: .8em;
    color: #fff
}

.catmenu {
    padding-top: 30px
}

.categorias_link {
    color: #ffcd00;
    font-size: 1.1em;
    text-decoration: none
}

.categorias_link:hover {
    color: #ffcd00;
    text-decoration: none
}

.titularnavegacion {
    padding-top: 40px;
    font-size: 2em;
    color: #fff
}

.legal {
    background: #000;
    padding: 20px 0;
    color: #fff;
    font-size: .8em
}

.legal-links {
    text-align: right
}

.legal-links a {
    color: #fff;
    margin-right: 25px;
    text-decoration: none
}

.rgpd-section {
    border: 1px solid #303030;
    background-color: #ddd;
    padding: 1em
}

.outstanding.datasets {
    border: 1px solid #303030;
    padding: 0;
    clear: none
}

.outstanding.datasets>h3 {
    background-color: #303030;
    color: #fff;
    padding: 5px;
    text-transform: none
}

.outstanding.datasets>.content>.outstanding-dataset {
    margin: 1em
}

.outstanding.datasets>.content>.outstanding-dataset>.proposal {
    color: #000;
    overflow: hidden
}

.outstanding.datasets>.content>.outstanding-dataset>.proposal>span {
    color: #303030
}

.outstanding.datasets>.content>.outstanding-dataset>.proposal>div {
    width: 95%;
    float: right
}

.login h1 {
    color: #fff;
    background: #303030
}

.index_entry {
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
    background-color: #e5e5e5;
    border: 1px solid #303030
}

.opendata-section {
    height: 100%;
    margin: 10px 0
}

iframe {
    border: 0;
    display: block;
    margin: auto
}

.images-app,.qrcodes {
    overflow: hidden;
    padding-bottom: 30px
}

.images-app h2,.qrcodes h2 {
    margin-bottom: 10px
}

.floating-search-button>.search {
    color: #303030;
    background: #fff;
    cursor: pointer;
    min-width: 35px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    float: right;
    margin-left: 20px;
    padding: 1px
}

.floating-search-button>.search:hover {
    color: #fff;
    background: #303030
}

.textCenter {
    text-align: center
}

.resource-format-list {
    min-footer-top-rowheight: 54px;
    margin-top: 10px
}

div.resorce-item {
    margin-bottom: 1em
}

.dataset-main-detail .resource-format-icon span {
    left: 10px;
    top: auto;
    text-align: center;
    width: 48px;
    position: absolute
}

.social a:hover,.vote a:hover {
    text-decoration: none
}

#openView:hover {
    color: #fff;
    background-color: #303030;
    font-size: 30px;
    border-radius: 30px;
    margin-bottom: 11px
}

#openView {
    color: #303030;
    background-color: #fff;
    font-size: 30px;
    border-radius: 30px;
    padding: 10px 12px;
    margin-bottom: 11px
}

.openView-container {
    margin-top: 10px
}

#listviews .vote {
    padding: 10px 0
}

.formatInfo {
    position: relative;
    display: inline-block
}

.formatInfo .formatInfoText {
    display: none;
    width: 400px;
    background-color: #fff;
    color: #555;
    text-align: left;
    border-radius: 6px;
    padding: 1em 1em .2em 1.5em;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 1
}

.formatInfo:hover .formatInfoText {
    display: block
}

.formatInfo .formatInfoText>ul>li {
    font-size: 10px!important;
    font-weight: 700;
    text-transform: none
}

.formatInfo .formatInfoText>ul>li .tagtype-mini {
    margin-right: 0;
    padding: 0 5px
}

.rateText {
    font-size: 10px;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0;
    float: left
}

.outstandingFormatList {
    padding: 0
}

.data-opening .rate {
    float: right
}

#searchsubmit i {
    color: #303030;
    font-size: 28px;
    margin-bottom: 5px
}

.text-center {
    text-align: center
}

.download_code {
    float: left;
    line-height: 45px;
    margin-right: 10px
}

.download_code_expand {
    float: right;
    line-height: 45px;
    margin-right: 10px
}

#back i {
    font-size: 38px
}

button#responsive-menu-button {
    left: 3%!important;
    width: 35px!important;
    height: 35px!important
}

#responsive-menu-container #responsive-menu-wrapper {
    margin-top: 20%
}

.table-chart {
    border: 1px solid #bababa;
    margin-bottom: 20px;
    background-color: #f0eeee
}

.table-chart-row {
    padding: 5px;
    height: 42px;
    line-height: 28px;
    font-size: 14px
}

.table-chart-row.text-right {
    padding: 10px 5px 5px;
    line-height: normal
}

.table-chart input[type=radio] {
    margin-left: 10px
}

#sort_datasets {
    width: 20%;
    display: inline-block
}

.nav-collapse {
    float: none!important
}

.groups-img {
    background: #ffcd00;
    border-radius: 50px;
    padding: 5px;
    width: 50%
}

.bc-home-img {
    float: left;
    width: 16px;
    line-height: 40px /*MODIFICADO para Aplicaciones (antes 32)*/
}

#naviagtionPage .btn.btn-default {
    height: 34px
}

.row-view {
    background-color: #fff;
    margin-top: 1em;
    padding: 1em 0
}

.view-title {
    width: 100%;
    top: 60%;
    height: 25%
}

#listview .fa.fa-thumbs-down,#listview .fa.fa-thumbs-up {
    line-height: 36px
}

#listview .fa.fa-thumbs-down .vote-counter,#listview .fa.fa-thumbs-up .vote-counter {
    font-size: 38px;
    font-weight: 400
}

.show-view-xs {
    margin: 10px 0 8px 0
}

.capturas img {
    width: 100%
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    border: 0
}

.dropdown-lang-selector .wpml-ls-statics-shortcode_actions .wpml-ls-current-language:focus>a,.dropdown-lang-selector .wpml-ls-statics-shortcode_actions .wpml-ls-current-language:hover>a,.dropdown-lang-selector .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a,.dropdown-lang-selector .wpml-ls-statics-shortcode_actions a {
    background-color: #ffc83f!important;
    color: #333!important;
    text-decoration: none
}

.dropdown-lang-selector .wpml-ls-statics-shortcode_actions .wpml-ls-current-language .wpml-ls-item>a:focus,.dropdown-lang-selector .wpml-ls-statics-shortcode_actions .wpml-ls-current-language .wpml-ls-item>a:hover {
    background-color: rgba(4,4,4,.8)!important;
    color: #fff!important
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    right: 0!important
}

@media(max-width: 1024px) {
    .open-data-img,.participation-img,.transparency-img {
        display:none
    }

    .featured .destacado.estadisticas,.featured .destacado.nuevos,.featured .destacado.valorados {
        margin: .5em 0;
        overflow: hidden
    }

    .box.featured .destacado.estadisticas span.statistics-number {
        font-size: 48px;
        line-height: 78px;
        text-align: center;
        width: 100%
    }

    .box.featured .destacado.estadisticas span.statistics-type {
        font-size: 24px;
        text-align: center;
        width: 100%
    }

    .error404 #logo,.login #logo,.page.page-template #logo {
        float: none;
        max-width: 100%;
        text-align: center;
        width: 100%
    }
}

@media screen and (max-width: 990px) {
    #wrapper {
        padding:0!important
    }

    .cell,.table {
        display: block!important;
        width: 100%
    }

    .cell .table {
        display: table!important
    }

    .cell .cell {
        display: table-cell!important
    }

    .portal-title {
        font-size: 24px!important
    }

    .box.featured .cell,.boxes .box.proposals .cell {
        width: 100%
    }

    .scrolli-pager,.scrolli-wrapper {
        display: none
    }

    #wrapper,.grupos,.scrolli-wrapper,.wrapper {
        margin: 0 auto;
        padding: 0;
        width: auto
    }

    .scrolli {
        left: 0!important;
        width: auto!important
    }

    .scrolli-overflow {
        background-color: transparent;
        border: 0
    }

    .scrolli-element-wrapper {
        border: 1px solid rgba(0,0,0,.25);
        float: none!important;
        margin: 0 auto 1em;
        width: 90%!important
    }

    .grupos {
        padding: 0
    }

    .grupos li a {
        min-height: 60px;
        width: 150px
    }

    .login #wrapper>header .header-wrap.portal-switch-wrapper,.page #wrapper>header .header-wrap.portal-switch-wrapper {
        padding: 10px;
        left: 0
    }

    .section-header h1 {
        width: 100%
    }

    .breadcrumbs {
        width: 100%
    }

    .rightAccessSteps>.title {
        background: #303030!important
    }

    .rightAccessSteps>.title>span {
        background: 0 0!important
    }

    .sparql-info {
        word-break: break-word
    }

    .entry p:last-of-type {
        padding-bottom: 1.5em
    }
}

@media screen and (max-width: 945px) {
    .col {
        float:none
    }

    .w-05,.w-10,.w-15,.w-20,.w-25,.w-30,.w-35,.w-37,.w-40,.w-44,.w-45,.w-47,.w-48,.w-49,.w-50,.w-55,.w-57,.w-60,.w-65,.w-70,.w-75,.w-80,.w-85,.w-90,.w-95 {
        width: auto
    }

    .a-01,.a-02,.a-03,.a-05,.p-01,.p-02,.p-03,.p-05 {
        margin: 0
    }

    .highlight-02 {
        padding-bottom: 1.5em
    }

    .highlight-03,.highlight-03 .col>h2 {
        margin-top: 1em
    }
}

@media screen and (max-width: 800px) {
    .logo {
        float:none;
        margin-bottom: 1.5em
    }

    .resource-link,.tabs ul.tabs-list li,.tabs ul.tabs-list li:hover {
        width: 100%;
        margin-bottom: 1em;
        text-decoration: none
    }

    .error404 .portal-switch,.login .portal-switch,.page.page-template .portal-switch {
        font-size: 1.2em
    }

    .responsive-menu-button {
        background: rgba(255,255,255,.75)!important;
        right: 10px!important;
        top: 10px!important
    }

    .responsive-menu-inner,.responsive-menu-inner::after,.responsive-menu-inner::before {
        background: #303030!important
    }

    .error404 header .lang-selector,.login header .lang-selector header .social-network,.page header .lang-selector {
        margin: .5em .5em 0 0;
        float: right;
        width: auto
    }

    #logo,#logo img {
        max-width: 100%
    }

    .dataset-detail>.group>div {
        float: none
    }

    .resource-groups>.dataset-group {
        float: right
    }

    .dataset-main-detail .resource-stats {
        float: left!important
    }

    .resource-social {
        position: static;
        margin-top: 1.5em
    }

    .resorce-item .resource-format-icon {
        display: table-cell;
        width: 75px
    }

    .resource-likes {
        border: 0;
        padding-right: .5em
    }

    #logo {
        float: none;
        margin: 0 auto 1em
    }

    #wrapper>header {
        padding: 0;
        background: 0;
        margin-bottom: 0
    }

    .alignleft,.alignright,.left,.right {
        float: none
    }

    .boxes .box.proposals .cell .citizens,.boxes .box.proposals .cell .government {
        margin: 1em 2em
    }

    .header-wrap {
        padding-bottom: 4em
    }

    .error-404 header .search-box form,.page header .search-box form {
        opacity: 1
    }

    header .lang-selector {
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
        right: 0;
        width: 100%
    }

    header #searchformdata {
        float: none;
        margin-top: 1em;
        text-align: center;
        width: auto
    }

    .error404 header .search-box,.login header .search-box,.page header .search-box,.single header .search-box {
        float: none;
        margin-left: 0;
        margin-bottom: 1.5em;
        width: 100%
    }

    .error404 header .search-box input,.login header .search-boxÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº,.page header .search-box input,.single header .search-box input {
        width: 80%
    }

    .newsHome {
        margin-top: 1.5em
    }

    .background-image {
        height: auto;
        min-height: 300px
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav>li>a {
        line-height:28px;
        padding: 15.5px 15px!important
    }
}

@media screen and (max-width: 768px) {
    .list-type-comments,.list-type-proposals,.user-about-me,.user-profile-info,.user-profile-photo {
        min-width:100%
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    .logo,header #searchformheader {
        text-align: justify
    }

    .page-template-template_collaborate .grupos.two li {
        width: 98%;
        padding: 0
    }

    .page-template-template_collaborate .grupos.two li a strong {
        margin-bottom: 20px
    }

    .box.open-data,.box.transparency {
        padding: 1em
    }

    .box.open-data-text h2,.box.participation h2,.box.transparency h2 {
        font-size: 32px
    }

    .boxes .box.contents .cell,.boxes .box.proposals .cell {
        width: 100%
    }

    .cell .cell {
        display: block!important
    }

    .last-info-title {
        text-align: left
    }

    .boxes .box .transparency-img {
        margin-top: 0
    }

    .background-image {
        height: auto;
        min-height: 300px
    }
}

@media screen and (max-width: 720px) {
    .menu-inicio-container {
        height:auto;
        position: static
    }

    .portal-title {
        font-size: 64px!important
    }

    header #searchformheader #param_search {
        width: 75%
    }

    .nav-menu li {
        display: block
    }

    .nav-menu li ul {
        display: block;
        position: static;
        padding: 0
    }

    .nav-menu li a,.nav-menu li ul li a {
        text-align: center;
        height: auto;
        width: auto;
        line-height: 1.2;
        border-radius: 0;
        display: block;
        padding: 1em 0
    }

    .destacados .destacado {
        float: none;
        width: auto;
        margin-bottom: 1.5em
    }

    .opendata .nav-menu li ul li {
        margin-right: 0
    }

    .opendata .nav-menu li ul li a {
        background: #fff;
        color: #228ab9;
        padding: 1em 0
    }

    .datasets .dataset {
        float: none;
        margin-right: 0;
        width: auto
    }

    #content section #searchformdata {
        width: 100%
    }

    .full-image-inside {
        padding-top: 50px
    }

    #content,#content aside,#content section {
        float: none;
        width: auto
    }

    .dashboard .box,.dashboard .box.big {
        float: none;
        width: auto
    }

    .background-image {
        height: auto;
        min-height: 300px
    }
}

@media(max-width: 640px) {
    .resource-format-list .resource-format-icon span {
        top:-9px;
        position: relative;
        left: 0
    }

    .formatInfo {
        display: none
    }

    .user-profile-info {
        box-sizing: border-box;
        padding: 0 2em
    }

    .citizens-data.figures,.government-data.figures,.question-answer-data.figures {
        margin: .5em 0;
        width: 100%
    }

    .search-results .dataset.news th {
        display: none
    }

    h2 {
        font-size: 2em
    }

    .background-image {
        height: auto;
        min-height: 250px
    }
}

@media screen and (min-width: 801px) and (max-width:1199px) {
    .container-amarillo {
        margin:-15px 0 5px 0
    }

    .enlacesmenu {
        padding: 6px 2px 0 2px;
        border-right: 1px transparent solid
    }
}

@media screen and (max-width: 440px) {
    .rgpd-section h3 {
        font-size:2em
    }

    .rgpd-section p {
        word-break: break-word
    }

    ul.views li {
        margin-right: 0
    }

    .formatInfo .formatInfoText {
        width: 200px!important;
        overflow: hidden
    }

    .formatInfo {
        display: none
    }

    iframe {
        width: 100%
    }

    .opendata-section {
        margin: 10px 0!important
    }

    .box.featured {
        padding: 0
    }

    #logo {
        float: none;
        margin: 1em auto 0
    }

    header .search-container {
        margin-top: -1em
    }

    .portal-title {
        font-size: 24px!important;
        padding-top: 2em
    }

    .boxes .box.contents,.boxes .box.proposals {
        padding: 0
    }

    .box.open-data-text,.box.transparency .texto {
        padding: 0
    }

    .box.participation .participation-text p,.box.transparency p,.boxes .box .open-data-text p {
        text-align: left
    }

    .box.featured .col-xs-12 {
        padding: 0 .75rem
    }

    .box .fa.fa-step-forward {
        font-size: 2rem!important
    }

    .boxes .box.contents h3,.boxes .box.proposals h3 {
        font-size: 2rem;
        letter-spacing: 0
    }

    .box.featured .destacado.estadisticas span.statistics-number {
        font-size: 48px!important
    }

    .transparency-img {
        display: none
    }

    .transparency-last-info {
        padding: 1rem
    }

    .transparency-last-info-item {
        padding: 1.5rem 0
    }

    .transparency-last-info .table .cell {
        display: table-row!important
    }

    .transparency-last-info .last-info-attach a {
        line-height: 1rem
    }

    .transparency-comparation.table .cell {
        display: table-row!important
    }

    .transparency-comparation-highlight p strong {
        background: 0 0;
        font-size: 32px!important
    }

    .transparency-comparation-item .transparency-comparation-title {
        font-size: 18px
    }

    .scrolli-pager-left,.scrolli-pager-right {
        display: none!important
    }

    header #searchformdata {
        float: none;
        margin: 1em auto;
        padding: .5em 0
    }

    header #searchformdata .current-groups {
        display: block;
        margin-right: 1em
    }

    #linkRdfCatalog,.dataset-order {
        text-align: left!important
    }

    #content aside {
        margin-top: 0
    }

    aside .box {
        margin-bottom: .5em
    }

    .box.data {
        border: 1px solid #d0d0d0;
        padding: 1em
    }

    .data-title .tabDatasetTitle {
        font-size: 1.5rem;
        font-weight: 700
    }

    .data-description {
        font-size: .9em;
        font-style: normal
    }

    .dataset-order .chosen-container {
        margin-bottom: 1em;
        width: 100%!important
    }

    div.notAvailable {
        height: auto!important;
        margin-bottom: 1.5em;
        text-align: center
    }

    .dataset-order .button {
        display: block;
        width: auto
    }

    .data-description,.data-info,.data-info div.visits,.data-opening,.data-source,.data-tags,.data-title {
        display: block;
        text-align: left!important;
        width: auto!important;
        padding: 0;
        margin-bottom: .5em
    }

    .data-tags {
        font-size: .9em;
        font-weight: 400;
        opacity: .75
    }

    .data-info .visitas,.data-info .votes {
        float: left;
        text-align: left;
        width: 50%
    }

    .dataset-main-detail.container-fluid {
        padding: 0
    }

    .dataset-meta-info-details table tr td.text-left,.dataset-meta-info-details table tr td.text-right {
        display: block;
        text-align: left;
        width: 100%
    }

    .dataset-meta-info-details table tr td.text-left {
        padding: 0 0 .5em 1em
    }

    .dataset-meta-info-details table tr td.text-right {
        padding: .5em 0 0 1em
    }

    .resource-format-icon span {
        left: 0;
        top: 37px;
        position: relative
    }

    .resorce-item .resource-format-icon {
        background-position: center;
        height: 75px
    }

    .dataset-search input[type=text] {
        width: 85%
    }

    .dataset-search-title h2 {
        font-size: 22px;
        padding: .5em .33em
    }

    .rate-wrapper>div {
        float: left
    }

    .dataset-groups {
        margin-top: 1em;
        text-align: center
    }

    .dataset-groups>.dataset-group {
        float: none;
        display: inline-block
    }

    .dataset-resource-list .resorce-item {
        min-height: 120px
    }

    .dataset-resource-list .resorce-item .row>* {
        display: table-row;
        text-align: center
    }

    #content.container-fluid,.container-fluid.remove-outer-gutter,.dataset-search-title.container-fluid,.highlight-01 .container-fluid {
        padding: 0
    }

    .apps-search input[type=image],.dataset-search input[type=image],.transparency-search input[type=image] {
        margin-top: .25em;
        width: 20px
    }

    .dataset-search-wrapper {
        padding: 0 .5em
    }

    .breadcrum-header {
        padding: 0 1em
    }

    .breadcrum-header h1 {
        margin: .5rem 0
    }

    .breadcrumbs {
        line-height: 1.5;
        margin: 1em 0;
        text-align: left
    }

    .page-simple ol,.page-simple ul {
        margin-left: .5rem
    }

    .page-simple ul li {
        margin-bottom: 1em
    }

    .page-template-template_collaborate .main-container {
        padding: 0 1em 1em 1em
    }

    .page-template-template_sparql .breadcrum-header {
        margin-bottom: 0
    }

    .page-template-template_sparql .container-fluid .col-md-12.form {
        padding: 0
    }

    .page-template-template_sparql .container-fluid .col-md-12.form li {
        padding-left: 0
    }

    .page-template-template_sparql .container-fluid table td {
        display: block
    }

    .page-template-template_transparency_indicators .page-simple {
        margin: 0;
        padding: 0
    }

    .page-template-template_page .breadcrum-header {
        margin: 0
    }

    .featured .destacado.estadisticas,.featured .destacado.nuevos,.featured .destacado.valorados {
        overflow: hidden
    }

    .nav-main {
        position: absolute
    }

    .portal-title>span {
        padding: 10px;
        font-size: 20px
    }

    .label-title {
        font-size: 2.5em
    }

    .label-subtitle {
        font-size: 2em
    }

    .bc-home-img {
        line-height: normal
    }

    #social-footer {
        height: auto
    }

    #social-footer .pull-left {
        padding: 25px 0
    }

    .parent-groups-opened .grupos li {
        padding: 1em 0
    }

    .qrcodes img {
        width: 80%
    }

    .images-app img {
        width: 90%
    }

    .icon-view {
        margin-left: 0;
        margin-top: 0
    }

    .background-image {
        height: auto;
        min-height: 150px
    }

    .post .entry .transparencia ul,.post .entry .transparencia ul li,.post .entry .transparencia ul li ul,.post .entry .transparencia ul li ul li,.post .entry p {
        padding: 0;
        margin-bottom: 0
    }

    .entry p:last-of-type {
        padding-bottom: 1.5em
    }

    .post .entry .transparencia ul li h3,.post .entry .transparencia ul li h4,.post .entry h1,.post .entry h2 {
        padding: .3em 0;
        margin: .5em 0;
        font-size: 2rem;
        width: 85%
    }

    .post .entry h1 {
        font-size: 1.8em
    }

    .page-simple .post .entry ul {
        width: 115%;
        margin-left: -10%
    }

    .post .entry .transparencia ul {
        width: 115%;
        margin-left: 1rem
    }

    .post .entry .transparencia ul li {
        margin-bottom: .5em
    }

    .post .entry .transparencia ul li ul {
        width: 115%;
        margin-left: -15%
    }

    .page-simple .post .entry ul li ul {
        width: 115%;
        margin-left: -5%
    }

    @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution:.001dpcm) {
        .page-simple .post .entry ul li ul {
            width:105%;
            margin-left: -5%
        }
    }

    .post .entry .transparencia ul li ul li {
        padding: 0 0 0 1em;
        margin-bottom: 1em;
        margin-left: -15%
    }

    .post .entry .transparencia ul li ul li ul {
        margin-left: 5%;
        width: 95%;
        margin-bottom: 5%
    }

    .post .entry .transparencia ul li ul li ul li {
        margin-bottom: .5em
    }
}



