@font-face {
    font-family: 'Book';
    src: url('../fonts/Gotham-Book.eot');
    src: local('☺'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Light';
    src: url('../fonts/Gotham-Light.eot');
    src: local('☺'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    color: #222;
    font-size: 15px;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@media print,(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 1.25dppx),(min-resolution: 120dpi) {
    
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    footer, section{
        max-width: 100% !important;
    }

    .parte1{
        float: left !important;
        width: 49% !important;
        margin-right: 2% !important;
    }

    .pagodonde{
        display: none !important;
    }

    .dd-container{
        display: none !important;
    }

    select{
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
        width: 100% !important;
        border-left: none !important;
        border-top: none !important;
        border-right: none !important;
        width: 100% !important;
    }
    
    input[type="text"]{
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
        border-left: none !important;
        border-top: none !important;
        border-right: none !important;
        width: 100% !important;
    }

    textarea{
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
        border-left: none !important;
        border-top: none !important;
        border-right: none !important;
        width: 100% !important;
    }

    .parte2{
        float: left !important;
        width: 49% !important;
        margin-right: 0 !important;
    }        
    .parte3{
        display: none !important;
    }

    .botones{
        display: none !important;
    }

    .opcionespagootros{
        display: block !important;
    }

    .validacion {
        padding: 0;        
    }

    section.validacion .form-2{
        padding-top: 0;
        margin-top: 0;
    }

    .pleca img{
        height: 50px;
    }

    #regresarp1{
        display: none;
    }

    #imprimirval{
        display: none;
    }

    .validacion h2{
        display: none;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


@media only screen and (max-width:37.5em) { 
    .pleca img{
        width: 50%;
    }
}