@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,latin-ext);

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {font-size: 1em; line-height: 1.4; font-family: "Open Sans"; font-weight: 400; overflow-x: hidden;}
h1, h2, h3, h4, h5, h6 {font-family: "Open Sans"; font-weight: 400;}

::-moz-selection {background: #b3d4fc; text-shadow: none;}
::selection {background: #b3d4fc; text-shadow: none;}
textarea {resize: vertical;}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {margin-top: 60px;}

.color-utdt {color: #FABD00;}
.back-black {background: #000; width: 100%; position: fixed; top: 0; z-index: 1000;}

/* TOP BAR UTDT */
.top-bar {margin-bottom: 0;}
.top-bar.utdt {background: #000;}
.top-bar.utdt .name h1 {display: inline-block; line-height: 45px; font-size: 1.0625em; margin: 0; padding-left: 10px;}
.top-bar.utdt .name h1 a {background: url('../Images/logo.png') no-repeat; background-size: 100% 100%; width: 204px; height: 45px; text-indent: -9999px;}

.check-list {padding-left: 30px;}
.check-list li {list-style-image: url('../Images/icon_r1_c2.png'); padding-bottom: 15px;}

.servicios-list {padding-left: 35px;}
.servicios-list li {padding-bottom: 15px; list-style: none;}
.servicios-list li .ico {width: 27px; height: 27px; display: inline-block; vertical-align: middle; margin-left: -35px; margin-right: 5px;}
.servicios-list .ico1 {background: url('../Images/icon_r3_c1.png') no-repeat;}
.servicios-list .ico2 {background: url('../Images/icon_r5_c1.png') no-repeat;}
.servicios-list .ico3 {background: url('../Images/icon_r7_c1.png') no-repeat;}
.servicios-list .ico4 {background: url('../Images/icon_r9_c1.png') no-repeat;}
.servicios-list .ico5 {background: url('../Images/icon_onedrive.png') no-repeat;}
.servicios-list .new {color: #f00; font-weight: bold;}

.context-menu {list-style: none;}
.context-menu li {display: inline-block; margin-right: 25px;}
.context-menu a {color: #111;}

#main a {color: #000;}
#main ul {list-style: none;}

#listado h3 {font-size: 1.2em; font-weight: 600;}
#listado .list-contenido {display: none;}

.btn {background: #fabd00; display: inline-block; padding: 10px 20px; color: #fff; font-weight: bold; width: 230px; border-radius: 5px; margin-bottom: 5px;}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 800px) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}