
html{
    background: #332720;
}
/* BODY */

body{
}
body,input,textarea,select,button{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust:none;
    font-family: 'PT Sans', sans-serif;
    font-weight:300;
    font-size:62.5%;
    color:#3c3c3c;
}
p{
    text-rendering:optimizeLegibility;
}
strong{
    font-weight:700;
}
em{
    font-style:italic;
}
input,textarea, select,button{
    border:none;
    outline:none;
    resize:none;
    border-radius:0;
    background-color:transparent;
    padding:0;
    margin:0;
}
input:not([type="checkbox"]):not([type="radio"]),textarea, select,button{
    -webkit-appearance:none;
}

a, input[type=submit], button{
    color:#3c3c3c;
    -webkit-tap-highlight-color:rgba(204,83,80,0.3);
    cursor:pointer;

    transition:
        color 300ms ease-out,
        background 300ms ease-out,
        border 300ms ease-out,
        opacity 300ms ease-out,
        box-shadow 300ms ease-out;
    -webkit-transition:
        color 300ms ease-out,
        background 300ms ease-out,
        border 300ms ease-out,
        opacity 300ms ease-out,
        box-shadow 300ms ease-out;
    -moz-transition:
        color 300ms ease-out,
        background 300ms ease-out,
        border 300ms ease-out,
        opacity 300ms ease-out,
        box-shadow 300ms ease-out;
    -o-transition:
        color 300ms ease-out,
        background 300ms ease-out,
        border 300ms ease-out,
        opacity 300ms ease-out,
        box-shadow 300ms ease-out;
}
table{
    width: 100%;
    table-layout: fixed;
}


.notVisible{
    position:absolute;
    top:-9999px;
    left:-9999px;
}
.justificado{
    text-align: justify;    
}
.justificado:after {
    content: "";
    display: inline-block;
    width: 100%;
    line-height: 0;
}
.foto{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title-align,
.lista-separador > li{
    width: 100%;
    border-bottom: 1px dashed #403f41;
}
.lista-separador > li{
    padding-bottom: 15px;
}
.lista-separador > li:last-child{
    border-bottom: 0;
}
.title{
    display: inline-block;
    vertical-align: middle;
    font-size: 2.5em;
    color: #332720;
    font-weight: 700;
}

.title-align .title.sinbtn{
    padding-bottom: 13px;
}
.container-btns{
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width: 1350px) {
    .container-btns{
        display: block;
        margin-top: 10px;
    }
}

.boton{
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 1.4em;
    background: #fa7242;
    padding: 7px 10px;
    border-radius: 5px;
    color: #fff;
}
.boton:hover,
.boton:focus{
    background:#332720;
}
.boton-line{
    color: #fa7242;
    display: inline-block;
    margin-top: 20px;
    font-size: 1.4em;
    font-style: italic;
}
.boton-line:hover,
.boton-line:focus{
    color:#332720;
}
.pager{
    margin-top: 25px;
    text-align: center;
}
.pager a,
.pager .ellipsis{
    color: #fa7242;
    font-size: 1.5em;
    padding: 10px 15px;
}
.pager a:hover{
    color: #332720;
}
.pager .active{
    font-weight: 700;
}
.pager .disabled{
    color: #8f8f8f
}
.cols{
}
.cols > .col{
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;


}
.cols > .col.big{
    width: 70%;

}
.cols > .col.small{
    width: 30%;
}

.min-wrap{
    background: white;
    min-width: 980px;
}
/* HIDDENS */

@media only screen and (max-width: 767px) {
    .hidden-mobile{
        display:none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .hidden-tablet{
        display:none !important;
    }
}
@media only screen and (min-width: 980px) {
    .hidden-desktop{
        display:none !important;
    }
}

.wrapper{
    width:980px;
    margin:0 auto;
    padding: 0 35px;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/* HEADER */

#header{
    width:100%;
    position:absolute;
    left:0;
    top:35px;
    z-index:500;
}
#header .wrapper{
    position:relative;
}
#header #logo{
    display: inline-block;
    vertical-align: middle;
    width:106px;
    position:relative;
}
#header #logo a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 89.555555%;
    background: url(../images/logo.jpg) no-repeat center;
    background-size: contain;
    text-indent: -1000000px;
}
#header #nav{
    display: inline-block
}
#header #nav #menu{}
#header #nav #menu li{
    display:inline-block;
    vertical-align: top;
    margin-left:20px;
}
#header #nav #menu li:first-child{
    margin-left:0;
}
#header #nav #menu li a{
    font-size:1.6em;
    color:#fff;
}
#header #nav #menu li a:hover,
#header #nav #menu li a:focus,
#header #nav #menu li.active a{
    color:#fa7242;
}

/* INTRO */
#intro{
    background-image: url(../images/intro.jpg);
    height: 300px;
    position: relative;
    background-position: center top;
}
#intro:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #332720;
    opacity: .7;
    z-index: 0;
}

#home #intro{
    background-image: url(../images/introHome.jpg);
    height: calc(100vh - 120px);
    min-height: 500px;
}
#home #intro .wrapper{
    position: relative;
    z-index: 1;
    height: 100%;
    text-align: center;
}
#home #intro .wrapper:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#home #intro .container{
    display: inline-block;
    vertical-align: middle;
}
#home #intro .container .title{
    color: #fff;
}
#home #intro .container #busqueda-form{
    background:rgba(255,255,255,.56);
}
#home #intro .container #busqueda-form input{
    width: 310px;
    margin-bottom: 0;
    vertical-align: middle;
}

#busqueda-form{
    background: #d3d3d3;
    border-radius: 0px;
    padding: 25px;
    margin-top: 20px;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#home #busqueda-form{
    border-radius: 10px;
    position: relative;
}
#busqueda-form input{
    font-size: 1.4em;
    background: #fff;
    width: 100%;
    padding: 7px 13px;
    border-radius: 5px;
    margin-right: 2px;
    box-shadow: inset 0px 0px 0px 1px rgba(250,114,66,0);
    text-overflow: ellipsis;
    margin-bottom: 12px;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;


    -webkit-transition: box-shadow 300ms ease-out;
    -moz-transition: box-shadow 300ms ease-out;
    -o-transition: box-shadow 300ms ease-out;
    transition: box-shadow 300ms ease-out;
}
#busqueda-form input:focus{
    box-shadow: inset 0px 0px 0px 1px #fa7242;
}
#busqueda-form input::-webkit-input-placeholder {
    font-style:italic;
    color: #8f8f8f;
}
#busqueda-form input:-moz-placeholder {
    font-style:italic;
    color: #8f8f8f;
}
#busqueda-form input::-moz-placeholder {
    font-style:italic;
    color: #8f8f8f;
}
#busqueda-form:-ms-input-placeholder {
    font-style:italic;
    color: #8f8f8f;
}
#home #busqueda-form .boton{
    margin-left: 3px;
}
#home #busqueda-form label.error + .boton{
    margin-top: 0;
}
#busqueda-form label.error + .boton{
    margin-top: 10px;
}
#busqueda-form label.error{
    display: block;
    font-size: 1.3em;
    font-weight: 700;
    color: #e83737

}
#home #busqueda-form label.error{
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    color: #cecaca;
    font-size: 1.5em;
}


/* SECTION */

.section .wrapper{
    padding: 35px;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

}



/* Tabla */

.tabla{
    margin-top: 20px;
}
.tabla tr,
.ficha-datos .lista-tabla{
    background: #f4e9d7;
    border-bottom: 1px solid #9b928e;
}
.tabla tr:last-child{
    border-bottom: none;
}
.tabla td,
.tabla th,
.title-tabla,
.lista-tabla li{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;

    text-align: right;
    line-height: 1.1;
    vertical-align: middle;
    font-style: italic;
    color:#332720;
}
#ranking .tabla td,
#ranking .tabla th{
    padding-left: 10px;
    padding-right: 10px;
}
.tabla td:first-child{
    padding-left: 15px !important;
}
.tabla td:last-child{
    padding-right: 15px !important;
}
.tabla .texto,
.ficha-datos .title-tabla{
    text-align: left;
}
.tabla .noitalic{
    font-style: normal;
}
.tabla .bold{
    font-weight: 700;
}
.tabla .sexotd{
    width: 40px;
    text-align: center;
}
.sexo{
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
.sexo.f{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxN3B4IiBoZWlnaHQ9IjE3cHgiIHZpZXdCb3g9IjAgMCAxNyAxNyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTcgMTciIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiMzMzJCMjUiIGQ9Ik0xMy43LDUuNWMwLTIuOS0yLjMtNS4yLTUuMi01LjJTMy4zLDIuNiwzLjMsNS41YzAsMi43LDIsNC45LDQuNiw1LjJ2Mi43SDYuM2MtMC40LDAtMC42LDAuMy0wLjYsMC42czAuMywwLjYsMC42LDAuNmgxLjV2MS40YzAsMC40LDAuMywwLjYsMC42LDAuNmMwLjQsMCwwLjYtMC4zLDAuNi0wLjZ2LTEuNGgxLjVjMC40LDAsMC42LTAuMywwLjYtMC42cy0wLjMtMC42LTAuNi0wLjZIOS4xdi0yLjdDMTEuNywxMC40LDEzLjcsOC4yLDEzLjcsNS41eiBNNC42LDUuNWMwLTIuMiwxLjgtMy45LDMuOS0zLjlzMy45LDEuOCwzLjksMy45YzAsMi4yLTEuOCwzLjktMy45LDMuOVM0LjYsNy43LDQuNiw1LjV6Ii8+PC9zdmc+);
}
.sexo.m{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxN3B4IiBoZWlnaHQ9IjE3cHgiIHZpZXdCb3g9IjAgMCAxNyAxNyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTcgMTciIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiMzMzJCMjUiIGQ9Ik0xNS4yLDIuNWMwLDAsMC0wLjEsMC0wLjFjMCwwLDAsMCwwLTAuMWMwLDAsMCwwLDAtMC4xYzAsMCwwLDAsMC0wLjFjMCwwLDAsMCwwLDBDMTUsMi4xLDE0LjksMiwxNC45LDJjMCwwLDAsMCwwLDBjMCwwLDAsMC0wLjEsMGMwLDAsMCwwLTAuMSwwYzAsMCwwLDAtMC4xLDBjMCwwLTAuMSwwLTAuMSwwSDExYy0wLjQsMC0wLjYsMC4zLTAuNiwwLjZjMCwwLjQsMC4zLDAuNiwwLjYsMC42aDJsLTIuNywyLjdjLTAuOS0wLjctMi0xLjEtMy4yLTEuMWMtMi45LDAtNS4yLDIuMy01LjIsNS4yYzAsMi45LDIuMyw1LjIsNS4yLDUuMmMyLjksMCw1LjItMi4zLDUuMi01LjJjMC0xLjItMC40LTIuMy0xLjEtMy4yTDEzLjksNHYyLjFjMCwwLjQsMC4zLDAuNiwwLjYsMC42YzAuNCwwLDAuNi0wLjMsMC42LTAuNlYyLjV6IE03LjEsMTMuOWMtMi4yLDAtMy45LTEuOC0zLjktMy45QzMuMSw3LjgsNC45LDYsNy4xLDZTMTEsNy44LDExLDkuOUMxMSwxMi4xLDkuMiwxMy45LDcuMSwxMy45eiIvPjwvc3ZnPg==);
}
.tabla th.x2,
.tabla td.x2{
    width: 22%;
}
#ranking #download-excel {
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAABrklEQVR4Xu2Z4W0CMQyFzSaMQjcpk7WjsEnZhMoqkSDKXRwn8Yt67/4gwYXn99lxfHCSg1+ng/sXAmAFHJwAt8DBC4BNELkFHln1QWKBiD6NEwAr4J0ApBohotwCfwTYA9gD2APeCED6EUSUTZBNkKcAj0HOARyEOAlyFOYozFGYo/ArAchYDhH9z88CZxG5G/9r8J4CFxG5GTWqt42sgE8R+RKRq4h8V5V9g1DS0O9Xne5rFIAUWArIAqG1AnKNIRBGANCy/ymkogahBUBuPsl99G6HEQA0mK0A9yBYAXi+27w1RgHwQLAAmGpegx4JoBVCDcB08zMAtEDYAxBifhYAK4QtAGHmZwKwQCgBCDU/G0ANgg5Nr5eeGPl7+nntODV3/NKNo5tgSWMrq5bAp5qPqIBk0gNhuvlIAHvboVQJIeajAVghhJlHAKhBCDWPArAFIdw8EkAOAWIeDSBB0FfLDyiWY7P5nog5oDmoyAUEEEl7Ra2eCsgfZtD+XF5ci55OCQCd8kzflUzXIlbAYqnvCaenAnp0l1lLAMukAhQIKwAEfhlZVsAyqQAF8gsuyF1B1/Ry9QAAAABJRU5ErkJggg==');
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}
#ranking .tabla th.x2,
#ranking .tabla td.x2{
    width: 12.5%;
}

.tabla thead,
.title-tabla{
}
.tabla thead tr,
.title-tabla{
    background: #cccbca;
    border-bottom: none;
}
.tabla thead th,
.title-tabla{
    font-size: 1.3em;
    color: #332720;
    font-weight: 700;
    font-style:normal;
}
.tabla tbody{
}
.tabla tbody td,
.ficha-datos .lista-tabla li{
    font-size: 1.4em;
}

/* Ficha datos */

.ficha-datos{
    margin-top: 20px;
}
.ficha-datos .title-tabla{
    display: inline-block;
    font-size: 1.4em;
    padding:10px 15px;
}
.ficha-datos .lista-tabla{
    border-bottom: 0;
    padding: 10px 5px;
}
.ficha-datos .lista-tabla li{
    display: inline-block;
    padding: 0;
    margin:7px;
}
.ficha-datos .lista-tabla.fixed li{
    width: 30%;
    text-align: left;
}
.ficha-datos .lista-tabla li strong{
    font-style: normal;
}
.tabla-container + .title,
.ficha-datos + .title{
    margin-top: 20px;
}

/* TOTALES */

.totales{
    margin-top: 20px;
}
.totales p{
    font-size: 1.4em;
    color: #332720;
    font-weight: 700
}
.totales strong{
    color: #fa7242
}

/* FOOTER */
#footer{
    background:#332720;
    height: 120px;
    border-top: 2px solid #fff;
}
#footer .wrapper{
    height: 100%;
    text-align: center;
}
#footer .wrapper:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#footer .lista-datos{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 400px;
    position: relative;
    top:-3px;
}
#footer .lista-datos li{
    display: inline-block;
    color: #917961;
    font-size: 1.4em;
    font-style: italic;
}
#footer .lista-datos li a{
    color: #917961;
    font-style: italic;
}
#footer .lista-datos a:hover,
#footer .lista-datos a:focus{
    color: #fa7242
}
#footer .lista-datos li:after{
    content: " -";
}
#footer .lista-datos li:last-child:after{
    display: none;
}


/* LOADER */
.loader{
    position: relative;
}
.loader:before{
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);

}
.loader:after{
    content: "";
    display: none;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
    position: absolute;

    border: 3px solid #fa7242;  
    border-top: 3px solid #eaeaea; 
    border-radius: 50%;
    width: 24px;
    height: 24px;
    
}
.loader.loading:after {
    display: block;
    
    -webkit-animation: spin 1s linear infinite; 
    -moz-animation: spin 1s linear infinite; 
    -o-animation: spin 1s linear infinite; 
    animation: spin 1s linear infinite; 
}
.loader.loading:before {
    display: block;
}


@-webkit-keyframes spin {
     0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% { 
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spin {
     0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% { 
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
     0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% { 
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
     0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% { 
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}












