﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    /*background-color: #efeeef;*/
    background: url(../Images/back_body.png);
    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: .85em;
    font-family: Helvetica;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

/*HEADER*/
header {
    height: 45px;
    background: #ffc578; /* Old browsers */
    background: -moz-linear-gradient(top, #ffc578 0%, #ed883c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#ed883c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffc578 0%,#ed883c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffc578 0%,#ed883c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffc578 0%,#ed883c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffc578 0%,#ed883c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#ed883c',GradientType=0 ); /* IE6-9 */
}

header, footer, hgroup,
nav, section {
    display: block;
}

nav {
    padding-top: 16px;
    background: none;
    height: auto;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 14px;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #3e3e3e;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.42em;
    background: #8e4a12;
    color: white;
    height: 35px;
    padding-top: 18px;
    padding-left: 5px;
    font-family: "Myriad-Pro";
    margin-bottom: 10px;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    /*padding-top: 7px;*/
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background: url(../Images/back_body.png);
    clear: both;
    padding-bottom: 35px;
}

.title-content {
    height: 140px;
}

.main-content {
    padding-top: 7px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 10px;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    /*font-size: .8em;*/
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
        color: White;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        /*margin: 25px 0;*/
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    margin-top: 100px;
    /*border-right: solid 2px #c8c8c8;*/
    float: left;
    width: 50%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="text"],
        #loginForm input[type="password"] {
            padding-left: 30px;
        }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    /*font-weight: 600;*/
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    /*width: 300px;*/
    width: 410px;
    margin-right: 10px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #e97629;
    cursor: pointer;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
    padding: 5px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    padding: 5px;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px #d56664 solid;
    border-radius: 5px;
    background: #edabaa; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkYWJhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZTc5NzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #edabaa 0%, #de7978 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edabaa), color-stop(100%,#de7978)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #edabaa 0%,#de7978 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #edabaa 0%,#de7978 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #edabaa 0%,#de7978 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #edabaa 0%,#de7978 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edabaa', endColorstr='#de7978',GradientType=0 ); /* IE6-8 */
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
    width: 100%;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.20em .20em 0.20em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

#lateral_login {
    float: none;
    width: 100%;
    margin-top: 100px;
    text-align: center;
}



/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 600px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
        width: 600px;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */

    #nav-mobile {
        display: block !important;
    }

    nav {
        padding-top: 0;
        margin-left: -10px;
        margin-bottom: 5px;
        width: 100%;
        float: none;
        position: fixed;
        display: block;
        top: 45px;
        z-index: 100;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
        /* box-shadow: 0 1px 2px rgba(0,0,0,.5);*/
        max-height: 0;
        overflow: hidden;
        /*background: #33363b;*/
        height: 900px;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
            background: #33363b;
            border-bottom: 1px solid #282b30;
            float: none;
            display: block;
            height: 30px;
            font-style: italic;
            padding-top: 10px;
            border-top: solid 1px rgba(255,255,255,0.05);
        }

            ul#menu li a {
                color: White;
                display: block;
            }

                ul#menu li a:hover {
                    color: White;
                }

        /* Agregamos una animación al despligue del menú */
        ul#menu.open-menu {
            max-height: 100px;
            transition: max-height .4s;
        }



    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: 300px;
        margin-top: 0px;
        margin-left: 150px;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: left;
        height: auto;
        /*padding: 10px 0;*/
        width: 600px;
    }

        footer p {
            margin: 0;
        }
}



/********************
*   Mobile Styles Celular  *
********************/
@media only screen and (max-width: 400px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
        width: 380px;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */

    #nav-mobile {
        display: block !important;
    }

    nav {
        padding-top: 0;
        margin-left: -10px;
        margin-bottom: 5px;
        width: 100%;
        float: none;
        position: fixed;
        display: block;
        top: 45px;
        z-index: 100;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
        /* box-shadow: 0 1px 2px rgba(0,0,0,.5);*/
        max-height: 0;
        overflow: hidden;
        /*background: #33363b;*/
        height: 900px;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
            background: #33363b;
            border-bottom: 1px solid #282b30;
            float: none;
            display: block;
            height: 30px;
            font-style: italic;
            padding-top: 10px;
            border-top: solid 1px rgba(255,255,255,0.05);
        }

            ul#menu li a {
                color: White;
                display: block;
            }

                ul#menu li a:hover {
                    color: White;
                }

        /* Agregamos una animación al despligue del menú */
        ul#menu.open-menu {
            max-height: 100px;
            transition: max-height .4s;
        }



    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: 300px;
        margin-top: 0px;
        margin-left: 50px;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: left;
        height: auto;
        /*padding: 10px 0;*/
        width: 396px;
    }

        footer p {
            margin: 0;
        }
}


/*Personalizados*/
.datepicker {
    width: 110px;
    background: url(../Images/icono_datepicker.png) no-repeat white 88px 2px;
    cursor: pointer;
}

.datepickerCorporativo {
    width: 122px;
    background: url(../Images/icono_datepicker.png) no-repeat white 100px 2px;
    cursor: pointer;
}

select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #999;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    line-height: 26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.validator_title {
    font-family: "My-Androgyne";
    color: white;
    font-size: 24px;
}

.ImageLogin {
    background-image: url(../Images/login_lateral.png);
    border: none;
    width: 190px;
    height: 84px;
}

.UserTextbox {
    background: url("../Images/login_user.png") no-repeat white 10px;
}

.PassTextbox {
    background: url("../Images/login_pass.png") no-repeat white 10px;
}

.loginHeader {
    color: white;
    font-size: 14px;
}

.lettersIndex {
    color: #ed883c;
    font-weight: bold;
}

.logo_adm {
    background-image: url(../Images/logo_rfacil.png);
    width: 450px;
    height: 58px;
    /* margin-left: -28px; */
    background-repeat: no-repeat;
}

.Logotipo {
    background-image: url(../Images/LogoSite.png);
    width: 346px;
    height: 30px;
    margin-top: -6px;
}

.title {
    font-size: 17px;
}

/* all */
::-webkit-input-placeholder {
    color: #a6a4a2;
}

::-moz-placeholder {
    color: #a6a4a2;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #a6a4a2;
}
/* ie */
input:-moz-placeholder {
    color: #a6a4a2;
}

.search_submit {
    background: url(../Images/icono_lupa.png) #e97629 no-repeat 15px;
    width: 50px !important;
}

input[type="text"],
input[type="password"] {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.register {
    text-decoration: none;
    background-color: #e97629;
    cursor: pointer;
    color: white !important;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    width: auto;
    float: left;
    margin-top: 8px;
}

    .register:hover {
        color: #e97629 !important;
        background-color: #c7d1d6;
    }

.pagination_rows th {
    text-align: center;
    background: white;
    border: 1px solid #a2a2a2;
    min-width: 80px;
    font-weight: 600;
    color: #c5691c;
}

    .pagination_rows th a {
        color: #c5691c !important;
        min-width: 73px;
    }

.pagination_rows td {
    border-bottom: 1px solid #a2a2a2;
    border-right: 1px solid #a2a2a2;
    padding-left: 6px;
}

    .pagination_rows td:nth-last-child(1) {
        border-right: none;
    }

.pagination {
    list-style-type: none;
    height: 30px;
    padding-top: 10px;
}

    .pagination li {
        display: inline;
        vertical-align: middle;
        padding: 5px;
    }

    .pagination .active a {
        color: #c06921 !important;
    }

    .pagination li a {
        color: #7c7c7c;
    }

.pagination-container {
    border-top: 1px solid #ccc;
    width: 100%;
    margin-top: 15px;
}

.PagedList-skipToLast, /*MAV,Fecha:03/07/2014*/
.PagedList-skipToFirst, /*MAV,Fecha:03/07/2014*/
.PagedList-skipToPrevious,
.PagedList-skipToNext {
    background: #c06921;
}

.pagination .PagedList-skipToLast a, /*MAV,Fecha:03/07/2014*/
.pagination .PagedList-skipToFirst a, /*MAV,Fecha:03/07/2014*/
.pagination .PagedList-skipToPrevious a,
.pagination .PagedList-skipToNext a {
    color: White !important;
}

.action {
    width: 10px;
    height: 15px;
    display: inline-block;
    background-position: 0px;
    margin-left: 5px;
}

.view_row {
    background: url(../Images/view.png) no-repeat;
}

.edit_row {
    background: url(../Images/icono_editar.png) no-repeat;
}

.reset_pass {
    background: url(../Images/ResetPass.png) no-repeat;
}

.change_pass {
    height: 18px;
    width: 18px;
    background: url(../Images/change-password.png) no-repeat;
}

.assing_row {
    background: url(../Images/icono_venta.png) no-repeat;
}

.activate {
    background: url(../Images/icono_activo.png) no-repeat;
}

.block {
    background: url(../Images/icono_bloqueado.png) no-repeat;
}

.downxml {
    width: 24px;
    background: url(../Images/icono_xml.png) no-repeat;
}

.downpdf {
    width: 24px;
    background: url(../Images/icono_acuse.png) no-repeat;
}

.previewpdf {
    width: 24px;
    background: url(../Images/icono_preview.png) no-repeat;
    border: none;
    margin-left: -2px;
    background-color: unset;
}

.down_pdfxml {
    width: 24px;
    background: url(../Images/pdf.png) no-repeat;
}

input[type="submit"]:hover {
    color: #e97629;
    background-color: #c7d1d6;
}

.rfacil {
    width: 100%;
}

.cancunf {
    width: 100%;
    display: none;
}

.fondo {
    background-image: url(../Images/fondo_footer.png);
    width: 100%;
}

.col {
    float: left;
    height: 170px;
    padding-right: 22px;
    padding-top: 25px;
    width: 218px;
}

.tituloF {
    font-family: Helvetica;
    font-weight: 700;
    color: #FFF;
    font-size: 14px;
    margin-left: 4px;
}

.subtituloF {
    color: #bababa;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    margin-top: 10px;
    margin-left: 4px;
}

    .subtituloF a {
        color: #bababa;
        font-family: Arial;
        font-size: 13px;
        text-decoration: none;
    }

        .subtituloF a:hover {
            color: white !important;
            text-decoration: underline;
            background: none;
        }

.lineaf {
    background: url(../Images/lineafb.png) -151px;
    height: 2px;
    width: 100%;
    float: left;
}

.copyright_rfacil {
    color: #666;
    float: left;
    font-family: Helvetica;
    font-size: 11px;
    height: 40px;
    line-height: 1.2;
    padding-top: 23px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.navigation {
    margin-top: 7px;
}

.home {
    background: url(../Images/link_home.png) #8e4a12;
    width: 33px;
    height: 30px;
    display: inline-block;
}

    .home:hover {
        background: url(../Images/link_home.png) #8e4a12;
        width: 33px;
        height: 30px;
        display: inline-block;
    }

.link {
    background: #8e4a12;
    width: auto;
    height: 30px;
    display: inline-block;
    position: relative;
    top: -13px;
    color: white !important;
    padding-right: 15px;
    line-height: 2;
    padding-left: 10px;
}

    .link:hover {
        background: #8e4a12;
        opacity: .8;
    }

.link_action {
    background: url(../Images/link_separator.png) #8e4a12 no-repeat;
    background-position: right;
}

    .link_action:hover {
        background: url(../Images/link_separator.png) #8e4a12 no-repeat;
        background-position: right;
    }

/*FUENTES*/
@font-face {
    font-family: 'Myriad-Pro';
    src: url(../Images/MyriadPro-Regular.otf);
}

@font-face {
    font-family: 'My-Androgyne';
    src: url(../Images/Androgyne_TB.otf);
}

.table-responsive {
    overflow: auto;
    width: 100%;
}

.search-container {
    float: left;
    margin-right: -3px;
}

select option {
    color: #000;
}

    select option:first-child {
        color: #999;
    }

/* menu */
#nav-mobile {
    background-color: #F19549;
    display: none;
    float: right;
    width: 25px;
    height: 45px;
    position: absolute;
    right: 0;
    top: -47px;
    opacity: .6;
}

.trigger-icon {
    display: block;
    float: left;
    width: 23px;
    padding-top: 18px;
    margin: 0 8px 0 0;
}

.line {
    display: block;
    background-color: #333333;
    height: 3px;
    margin-bottom: 2px;
}

#go-home {
    cursor: pointer !important;
    display: inline-block;
}

    #go-home:hover {
        cursor: pointer !important;
        background: none;
    }

.remark {
    font-weight: bold;
    margin-bottom: 15px;
}

.display-label {
    color: rgb(99, 99, 99);
    font-weight: bold;
    margin-bottom: 5px;
}

.display-field {
    margin-bottom: 5px;
}

.columna1 {
    width: 450px;
    height: 700px;
    float: left;
}

.columna2 {
    margin-left: 7px;
    width: 502px;
    height: 700px;
    float: left;
}

.bienvenido {
    font-size: 19px;
    color: #3e3e3e;
    font-weight: bold;
    margin-left: 15px;
}

.sistema {
    font-size: 18px;
    color: #ed883c;
    margin-left: 15px;
    margin-top: 10px;
    font-weight: bold;
}

.parrafo1 {
    font-size: 15px;
    color: #3e3e3e;
    margin-left: 15px;
    margin-top: 10px;
}

.validaciones {
    font-size: 18px;
    color: #ed883c;
    margin-top: 31px;
    font-weight: bold;
    margin-left: 42px;
}

.parrafo2 {
    font-size: 15px;
    color: #3e3e3e;
    margin-top: 10px;
    margin-left: 44px;
    margin-bottom: 18px;
}

.fondo_hoja {
    background: url(../Images/fondo_cuadro.png) no-repeat;
    width: 524px;
    height: 400px;
    margin-left: 46px;
}

.renglonuno {
    width: 520px;
    height: 35px;
    padding-top: 12px;
    margin-left: -9px;
    margin-bottom: 7px;
}

.numero1 {
    background: url(../Images/1.png) no-repeat;
    height: 23px;
    width: 23px;
    float: left;
}

.numero2 {
    background: url(../Images/2.png) no-repeat;
    height: 23px;
    width: 23px;
    float: left;
}

.numero3 {
    background: url(../Images/3.png) no-repeat;
    height: 23px;
    width: 23px;
    float: left;
}

.numero4 {
    background: url(../Images/4.png) no-repeat;
    height: 23px;
    width: 23px;
    float: left;
}

.numero5 {
    background: url(../Images/5.png) no-repeat;
    height: 23px;
    width: 23px;
    float: left;
}

.numero6 {
    background: url(../Images/6.png) no-repeat;
    height: 23px;
    width: 23px;
    float: left;
}

.numero7 {
    background: url(../Images/7.png) no-repeat;
    height: 23px;
    width: 23px;
    float: left;
}

.revisa {
    font-size: 15px;
    color: #3e3e3e;
    float: left;
    width: 453px;
    margin-left: 9px;
}

.encabezado_cafe {
    background-color: #8e4a12;
    height: 51px;
    margin-top: 25px;
}

.titulo_corp {
    color: white;
    font-family: "Myriad-Pro";
    margin-left: 15px;
    padding-top: 16px;
    font-size: 19px;
    width: 755px;
    float: left;
}

.buscador {
    float: right;
    height: 40px;
}

.linea_div {
    width: 960px;
    border-bottom: 1px solid gray;
    height: 1px;
    float: left;
    opacity: 0.5;
}

.nombre {
    float: left;
    width: 150px;
    margin-top: 11px;
    margin-left: 17px;
}

.cuenta {
    margin-left: 165px;
}

.botones_final {
    width: 415px;
    height: 55px;
}

.regresar {
    float: left;
    margin-left: 253px;
    margin-top: 11px;
}


/*ESTILOS DE LOS TIPOS DE FOOTERS*/

#u74 {
    z-index: 2;
    border-color: #000000;
    background: transparent url(../Images/footer_fondo.jpg) repeat left top;
}

#u74_align_to_page {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
    left: -100px;
    padding-top: 14px;
    padding-bottom: 54px;
}

#pu82-21 {
    width: 0.01px;
    left: 120px;
    position: relative;
}

#u82-21 {
    z-index: 3;
    width: 168px;
    min-height: 137px;
    background-color: transparent;
    color: #FFFFFF;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    position: relative;
    margin-right: -10000px;
}

#u130-20 {
    z-index: 24;
    width: 168px;
    min-height: 137px;
    background-color: transparent;
    color: #FFFFFF;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    position: relative;
    margin-right: -10000px;
    left: 188px;
}

#u86-15 {
    z-index: 44;
    width: 168px;
    min-height: 58px;
    background-color: transparent;
    color: #FFFFFF;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    position: relative;
    margin-right: -10000px;
    left: 376px;
}

#u86-4 {
    font-size: 14px;
}

#u170-9 {
    z-index: 59;
    width: 168px;
    min-height: 58px;
    background-color: transparent;
    color: #FFFFFF;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    position: relative;
    margin-right: -10000px;
    left: 564px;
}

#u82-7, #u82-11, #u82-15, #u82-19, #u130-6, #u130-10, #u130-14, #u130-18, #u170-7 {
    line-height: 0px; /* 0 for mixed font sized paras; applied on spans instead */
}

#u88-13 {
    z-index: 68;
    width: 168px;
    min-height: 88px;
    background-color: transparent;
    color: #FFFFFF;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    position: relative;
    margin-right: -10000px;
    left: 752px;
}

#u82, #u86, #u86-3, #u170, #u88 {
    font-weight: bold;
}

#u82-4, #u82-5, #u82-8, #u82-9, #u82-12, #u82-13, #u82-16, #u82-17, #u130-2, #u130-3, #u130-5, #u130-7, #u130-8, #u130-11, #u130-12, #u130-15, #u130-16, #u86-5, #u86-8, #u86-9, #u86-12, #u170-4, #u170-5, #u88-4, #u88-7, #u88-10 {
    font-size: 12px;
    line-height: 14px;
}

#u91 {
    z-index: 81;
    width: 960px;
    height: 1px;
    border-color: #000000;
    background-color: #E2E2E2;
    opacity: 0.44;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=44)";
    filter: alpha(opacity=44);
    left: 100px;
    margin-top: 10px;
    position: relative;
}

#u93-4 {
    z-index: 82;
    width: 544px;
    min-height: 15px;
    background-color: transparent;
    color: #AAAAAA;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    left: 308px;
    margin-top: 18px;
    position: relative;
}

#u74-bw {
    z-index: 2;
    height: 250px;
}

body {
    position: relative;
    min-width: 960px;
}

#page .verticalspacer {
    clear: both;
}








#footerA a:hover {
    background-color: transparent;
}

#footerA p, #footerA span {
    margin: 0;
    padding: 0;
    border-width: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    text-indent: -0.2em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: inherit;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

body {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    word-wrap: break-word;
    text-rendering: optimizeLegibility; /* kerning, primarily */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body {
        text-rendering: auto;
    }
}

a:link {
    color: #FFFFFF;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #A4A4A4;
    text-decoration: none;
}

a:active {
    text-decoration: none;
    color: inherit;
}

a.nontext /* used to override default properties of 'a' tag */ {
    color: black;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}

a, .ts-Estilo-de-v-nculo-predeterminado--copia a {
    color: inherit;
    text-decoration: inherit;
}

    .ts-Estilo-de-v-nculo-predeterminado--copia a:link {
        color: #FFFFFF;
        /*text-decoration: underline;*/
    }

    .ts-Estilo-de-v-nculo-predeterminado--copia a:visited {
        text-decoration: none;
        color: inherit;
    }

    .ts-Estilo-de-v-nculo-predeterminado--copia a:hover {
        color: #A4A4A4;
        /*text-decoration: underline;*/
    }

    .ts-Estilo-de-v-nculo-predeterminado--copia a:active {
        text-decoration: underline;
        color: inherit;
    }

.normal_text {
    color: #000000;
    direction: ltr;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 17px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    vertical-align: 0px;
    padding: 0px;
}

.list0 li:before {
    position: absolute;
    right: 100%;
    letter-spacing: 0px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

.rtl-list li:before {
    right: auto;
    left: 100%;
}

.nls-None > li:before, .nls-None .list3 > li:before, .nls-None .list6 > li:before {
    margin-right: 6px;
    content: '•';
}

.nls-None .list1 > li:before, .nls-None .list4 > li:before, .nls-None .list7 > li:before {
    margin-right: 6px;
    content: '○';
}

.nls-None, .nls-None .list1, .nls-None .list2, .nls-None .list3, .nls-None .list4, .nls-None .list5, .nls-None .list6, .nls-None .list7, .nls-None .list8 {
    padding-left: 34px;
}

    .nls-None.rtl-list, .nls-None .list1.rtl-list, .nls-None .list2.rtl-list, .nls-None .list3.rtl-list, .nls-None .list4.rtl-list, .nls-None .list5.rtl-list, .nls-None .list6.rtl-list, .nls-None .list7.rtl-list, .nls-None .list8.rtl-list {
        padding-left: 0px;
        padding-right: 34px;
    }

    .nls-None .list2 > li:before, .nls-None .list5 > li:before, .nls-None .list8 > li:before {
        margin-right: 6px;
        content: '-';
    }

    .nls-None.rtl-list > li:before, .nls-None .list1.rtl-list > li:before, .nls-None .list2.rtl-list > li:before, .nls-None .list3.rtl-list > li:before, .nls-None .list4.rtl-list > li:before, .nls-None .list5.rtl-list > li:before, .nls-None .list6.rtl-list > li:before, .nls-None .list7.rtl-list > li:before, .nls-None .list8.rtl-list > li:before {
        margin-right: 0px;
        margin-left: 6px;
    }

.TabbedPanelsTab {
    white-space: nowrap;
}

.MenuBar .MenuBarView, .MenuBar .SubMenuView /* Resets for ul and li in menus */ {
    display: block;
    list-style: none;
}

.MenuBar .SubMenu {
    display: none;
    position: absolute;
}

.NoWrap {
    white-space: nowrap;
    word-wrap: normal;
}

.rootelem /* the root of the artwork tree */ {
    margin-left: auto;
    margin-right: auto;
}

.colelem /* a child element of a column */ {
    display: inline;
    float: left;
    clear: both;
}

.colelem100 /* a child element of a column that is 100% width */ {
    clear: both;
}

.grpelem /* a child element of a group */ {
    display: inline;
    float: left;
}

.clearfix:after /* force a container to fit around floated items */ {
    content: "\0020";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

*:first-child + html .clearfix /* IE7 */ {
    zoom: 1;
}

.clip_frame /* used to clip the contents as in the case of an image frame */ {
    overflow: hidden;
}

.inclusion_context /* context for positioning a group of elements that share the same height */ {
    display: table;
    table-layout: fixed;
    width: 0.01px;
}

.inclelem /* element of an inclusion context */ {
    display: table-cell;
    vertical-align: top;
}

.f3s_mid /* 3-slice frame, middle slice */ {
    background-repeat: repeat;
}

.f3s_top, .f3s_bot /* 3-slice frame, top slice */ {
    background-repeat: no-repeat;
}

.f9s_top_left, .f9s_bot_left /* 9-slice frame, left corner slice */ {
    background-repeat: no-repeat;
    background-position: left;
}

.f9s_top_right, .f9s_bot_right /* 9-slice frame, right corner slice */ {
    background-repeat: no-repeat;
    background-position: right;
}

.f9s_top_mid, .f9s_bot_mid /* 9-slice frame, top/bottom horizontal slice */ {
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

.f9s_mid_left /* 9-slice frame, left vertical slice */ {
    background-repeat: repeat-y;
    background-position: left;
}

.f9s_mid_right /* 9-slice frame, right vertical slice */ {
    background-repeat: repeat-y;
    background-position: right;
}

.f9s_center /* 9-slice frame, center slice */ {
    background-repeat: repeat;
    background-position: 0px 0px;
}

.popup_anchor /* anchors an abspos popup */ {
    position: relative;
    width: 0px;
    height: 0px;
}

.popup_element {
    z-index: 100000;
}

.svg {
    display: block;
    vertical-align: top;
    overflow: hidden;
}

span.wrap /* used to force wrap after floated array when nested inside a paragraph */ {
    content: '';
    clear: left;
    display: block;
}

span.actAsInlineDiv /* used to simulate a DIV with inline display when already nested inside a paragraph */ {
    display: inline-block;
}

.position_content, .excludeFromNormalFlow /* used when child content is larger than parent */ {
    float: left;
}

.preload_images /* used to preload images used in non-default states */ {
    position: absolute;
    overflow: hidden;
    left: -9999px;
    top: -9999px;
    height: 1px;
    width: 1px;
}

preload /* used to specifiy the dimension of preload item */ {
    height: 1px;
    width: 1px;
}

.animateStates {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

input:focus, textarea:focus /* remove default focussed input styling */ {
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.fld-prompt /* form placeholders cursor behavior */ {
    pointer-events: none;
}

.wrapped-input /* form inputs & placeholders let div styling show thru */ {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: none;
}

.submit-btn /* form submit buttons on top of sibling elements */ {
    z-index: 50000;
    cursor: pointer;
}

.anchor_item /* used to specify anchor properties */ {
    width: 22px;
    height: 18px;
}

.MenuBar .SubMenuVisible, .MenuBarVertical .SubMenuVisible, .MenuBar .SubMenu .SubMenuVisible, .popup_element.Active, span.actAsPara, .actAsDiv, a.nonblock.nontext, img.block {
    display: block;
}

.ose_ei {
    visibility: hidden;
    z-index: 0;
}

.widget_invisible, .js .invi, .js .mse_pre_init, .js .an_invi /* used to hide the widget before loaded */ {
    visibility: hidden;
}

.no_vert_scroll {
    overflow-y: hidden;
}

.always_vert_scroll {
    overflow-y: scroll;
}

.always_horz_scroll {
    overflow-x: scroll;
}

.popup_element.Inactive, .js .disn, .hidden {
    display: none;
}

.fullscreen {
    overflow: hidden;
    left: 0px;
    top: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.fullwidth {
    position: absolute;
}

.borderbox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.scroll_wrapper {
    position: absolute;
    overflow: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.browser_width > * {
    position: absolute;
    left: 0px;
    right: 0px;
}

.list0 li, .MenuBar .MenuItemContainer, .SlideShowContentPanel .fullscreen img {
    position: relative;
}

.accordion_wrapper {
    display: inline;
    float: left;
    width: 0px;
}

.fld-checkbox input[type=checkbox] /* Hide native checkbox */ {
    position: absolute;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .fld-checkbox input[type=checkbox] + label {
        display: inline-block;
        background-repeat: no-repeat;
        cursor: pointer;
        float: left;
        width: 100%;
        height: 100%;
    }

.pointer_cursor, .fld-recaptcha-mode, .fld-recaptcha-refresh, .fld-recaptcha-help {
    cursor: pointer;
}






/* CASE B*/
#footerB a:hover {
    background-color: transparent;
}

#footerB p,
{
    margin: 0;
    padding: 0;
    border-width: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}





.version.inicio__copias__copias /* version checker */ {
    color: #00001E;
    background-color: #17AE2B;
}

.html {
    background-color: #FFFFFF;
}

#page {
    z-index: 1;
    width: 960px;
    /*min-height: 733px;*/
    background-image: none;
    border-style: none;
    border-color: #000000;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
}

/*#page_position_content
{
	padding-top: 482px;
	padding-bottom: 62px;
}*/

#u194 {
    z-index: 2;
    border-color: #000000;
    background: transparent url("../Images/footer_fondo.jpg") repeat left top;
}

#u194_align_to_page {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
    left: -100px;
    padding-top: 14px;
    /*padding-bottom: 26px;*/
}

#pu202-16 {
    width: 0.01px;
    left: 120px;
    position: relative;
}

#u202-16 {
    z-index: 20;
    width: 109px;
    min-height: 137px;
    background-color: transparent;
    color: #FFFFFF;
    text-align: center;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    position: relative;
    margin-right: -10000px;
}

#u192-16 {
    z-index: 4;
    width: 159px;
    min-height: 137px;
    background-color: transparent;
    color: #FFFFFF;
    text-align: center;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    position: relative;
    margin-right: -10000px;
    left: 119px;
}

#u202, #u192 {
    font-weight: bold;
}

#u202-3, #u202-6, #u202-7, #u202-10, #u202-11, #u202-14, #u192-3, #u192-6, #u192-7, #u192-10, #u192-11, #u192-14 {
    font-size: 12px;
    line-height: 14px;
}

#u208 {
    z-index: 38;
    width: 168px;
    height: 151px;
    border-color: #000000;
    background-color: #CCCCCC;
    position: relative;
    margin-right: -10000px;
    left: 376px;
}

#pu206 {
    width: 0.01px;
    margin-right: -10000px;
    margin-left: 564px;
}

#u206 {
    z-index: 37;
    width: 168px;
    height: 71px;
    border-color: #000000;
    background-color: #CCCCCC;
    position: relative;
}

#u205 {
    z-index: 40;
    width: 168px;
    height: 71px;
    border-color: #000000;
    background-color: #CCCCCC;
    margin-top: 9px;
    position: relative;
}

#pu189 {
    width: 0.01px;
    margin-right: -10000px;
    margin-left: 752px;
}

#u189 {
    z-index: 36;
    width: 168px;
    height: 71px;
    border-color: #000000;
    background-color: #CCCCCC;
    position: relative;
}

#u196 {
    z-index: 39;
    width: 168px;
    height: 71px;
    border-color: #000000;
    background-color: #CCCCCC;
    margin-top: 9px;
    position: relative;
}

#u199 {
    z-index: 3;
    width: 960px;
    height: 1px;
    border-color: #000000;
    background-color: #E2E2E2;
    opacity: 0.44;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=44)";
    filter: alpha(opacity=44);
    left: 100px;
    margin-top: 25px;
    position: relative;
}

#u191-8 {
    z-index: 41;
    width: 544px;
    min-height: 53px;
    background-color: transparent;
    color: #AAAAAA;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    left: 308px;
    margin-top: 5px;
    position: relative;
}

#u194-bw {
    z-index: 2;
    height: 276px;
}

body {
    position: relative;
    min-width: 960px;
}

#page .verticalspacer {
    clear: both;
}












/* CASE C*/
#footerC a:hover {
    background-color: transparent;
}

#footerC p, #footerC span {
    margin: 0;
    padding: 0;
    border-width: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.version.inicio__copias /* version checker */ {
    color: #0000EC;
    background-color: #712895;
}

.html {
    background-color: #FFFFFF;
}

#page {
    z-index: 1;
    width: 960px;
    /*min-height: 671px;*/
    background-image: none;
    border-style: none;
    border-color: #000000;
    background-color: transparent;
    /*padding-bottom: 62px;*/
    margin-left: auto;
    margin-right: auto;
}

#u140 {
    z-index: 2;
    border-color: #000000;
    background: transparent url("../images/footer_fondo.jpg") repeat left top;
}

#u140_align_to_page {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
    left: -100px;
    padding-top: 14px;
    padding-bottom: 16px;
}

#pu172-21 {
    width: 0.01px;
    left: 120px;
    position: relative;
}

#u172-21 {
    z-index: 4;
    width: 119px;
    min-height: 137px;
    background-color: transparent;
    color: #FFFFFF;
    text-align: center;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    position: relative;
    margin-right: -10000px;
}

#u173-16 {
    z-index: 25;
    width: 159px;
    min-height: 137px;
    background-color: transparent;
    color: #FFFFFF;
    text-align: center;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    position: relative;
    margin-right: -10000px;
    left: 126px;
}

#u176-5 {
    z-index: 56;
    width: 115px;
    min-height: 57px;
    background-color: transparent;
    color: #FFFFFF;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    position: relative;
    margin-right: -10000px;
    left: 466px;
}

#pu179 {
    width: 0.01px;
    margin-right: -10000px;
    margin-left: 590px;
}

#u179 {
    z-index: 67;
    width: 330px;
    height: 71px;
    border-color: #000000;
    background-color: #CCCCCC;
    position: relative;
}

#u181 {
    z-index: 68;
    width: 330px;
    height: 71px;
    border-color: #000000;
    background-color: #CCCCCC;
    margin-top: 9px;
    position: relative;
}

#u144 {
    z-index: 3;
    width: 960px;
    height: 1px;
    border-color: #000000;
    background-color: #E2E2E2;
    opacity: 0.44;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=44)";
    filter: alpha(opacity=44);
    left: 100px;
    margin-top: 25px;
    position: relative;
}

#u182-4 {
    z-index: 69;
    width: 238px;
    min-height: 15px;
    background-color: transparent;
    color: #AAAAAA;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    left: 120px;
    margin-top: 11px;
    position: relative;
}

#u140-bw {
    z-index: 2;
    /*margin-top: 482px;*/
    height: 250px;
}

#u174-15 {
    z-index: 41;
    /*width: 168px;*/
    min-height: 137px;
    background-color: transparent;
    color: #FFFFFF;
    text-align: center;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    position: relative;
    margin-right: -10000px;
    /*margin-top: 496px;*/
    left: 305px;
}

#u172, #u173, #u176, #u174 {
    font-weight: bold;
}

#u172-7, #u172-11, #u172-15, #u172-19, #u174-5, #u174-9, #u174-13 {
    line-height: 0px; /* 0 for mixed font sized paras; applied on spans instead */
}

#u172-4, #u172-5, #u172-8, #u172-9, #u172-12, #u172-13, #u172-16, #u172-17, #u173-3, #u173-6, #u173-7, #u173-10, #u173-11, #u173-14, #u174-3, #u174-4, #u174-6, #u174-7, #u174-10, #u174-11 {
    font-size: 12px;
    line-height: 14px;
}

#u177 {
    z-index: 62;
    height: 37px;
    width: 24px;
    vertical-align: top;
    position: relative;
    /* margin-right: -10000px; */
    /* margin-top: 511px; */
    /* left: 534px; */
    background: url("../Images/fb_on-u177.png") no-repeat 8px 8px;
}

    #u177:hover {
        background: url("../Images/fb_off-u177-r.png") no-repeat 0px 0px;
    }

#u178 {
    z-index: 65;
    height: 39px;
    width: 39px;
    vertical-align: top;
    position: relative;
    /* margin-right: -10000px; */
    /* margin-top: 511px; */
    /* left: 504px; */
    background: url("../Images/tw_on-u178.png") no-repeat 9px 9px;
}

    #u178:hover {
        background: url("../Images/tw_off-u178-r.png") no-repeat 0px 0px;
    }

body {
    position: relative;
    min-width: 960px;
}

#page .verticalspacer {
    clear: both;
}
/*Stilos para los status{======>*/
.Valido {
    background: url("../Images/valido.png") no-repeat 0px 0px;
    height: 30px;
    width: 100px;
    /*background:Green;
    color:White;
    font-weight:bold;
    border:1px solid #000;
    padding:3px;
    width:85%;
    margin:0px auto;*/
}

.NoValido {
    background: url("../Images/no_valido.png") no-repeat 0px 0px;
    height: 30px;
    width: 100px;
    /* background:#ED1B24;
    color:White;
    border:1px solid #000;
    font-weight:bold;
    padding:3px;
    width:90px;
    margin:0px auto;*/
}

.Cancelado {
    background: url("../Images/cancelado.png") no-repeat 0px 0px;
    height: 30px;
    width: 100px;
    /*background:#FFFFFF;
    color:#FB2904;
    border:2px dashed #FB2904;
    font-weight:bold;
    font-size:16px;
    padding:3px;
    width:90%;
    margin:0px auto;*/
}

.Revalidacion {
    background: url("../Images/rev_sat.png") no-repeat 0px 0px;
    height: 30px;
    width: 100px;
    /*background:#DCEBF9;
    color:rgb(252, 3, 63);
    font-weight:bold;
    border:1px solid #000;
    padding:3px;
    width:90%;
    margin:0px auto;
    font-size:13px;*/
}

.rev_oc {
    background: url("../Images/rev_oc.png") no-repeat 0px 0px;
    height: 30px;
    width: 100px;
}

.rev_sat_oc {
    background: url("../Images/rev_sat_oc.png") no-repeat 0px 0px;
    height: 30px;
    width: 100px;
}

/*<==============*/

@media only screen and (max-width: 600px) {
    .columna1 {
        width: 560px;
        height: 430px;
        font-size: 11px;
        float: none;
    }

    .bienvenido {
        font-size: 14px;
    }

    .sistema {
        font-size: 12px;
    }

    .parrafo1 {
        font-size: 12px;
    }

    .columna2 {
        margin-left: 7px;
        width: 530px;
        height: 527px;
        float: left;
        font-size: 11px;
    }

    .validaciones {
        font-size: 12px;
        margin-left: 15px;
    }

    .parrafo2 {
        font-size: 11px;
        margin-left: 15px;
        font-size: 11px;
        width: 460px;
    }

    .revisa {
        font-size: 11px;
    }

    .fondo_hoja {
        margin-left: 15px;
        width: 523px;
    }

    .subtituloF a {
        font-size: 11px;
    }

    .tituloF {
        font-size: 12px;
    }

    .svg {
        overflow: visible !important;
    }

    body {
        min-width: 600px !important;
    }

    #lateral_login {
        width: 60% !important;
        margin-left: 115px;
        margin-top: 0px;
    }

    .search-container {
        float: left;
        margin-right: -17px;
        margin-left: 11px;
    }

    .navigation {
        text-align: left;
    }

    .buscar {
        width: 565px;
        height: 65px;
        float: left;
        margin-top: 20px;
    }

    .textboxbuscar {
        width: 480px;
    }

    .buscarbtn {
        margin-top: 15px;
    }

    .col {
        width: 25% !important;
    }
}



.delete_row {
    background: url(../Images/icono_borrar.png) no-repeat;
}

/*<============== celular*/

@media only screen and (max-width: 400px) {
    .columna1 {
        /* width: 560px;
    height: 430px;
    font-size: 11px;
     float:none;*/
        width: 372px;
        height: 519px;
        font-size: 11px;
        float: none;
    }

    .bienvenido {
        font-size: 14px;
    }

    .sistema {
        font-size: 12px;
    }

    .parrafo1 {
        font-size: 12px;
    }

    .columna2 {
        /* margin-left: 7px;
    width: 530px;
    height: 527px;
    float: left;
    font-size: 11px;*/
        margin-left: 7px;
        width: 361px;
        height: 527px;
        float: left;
        font-size: 11px;
    }

    .validaciones {
        font-size: 12px;
        margin-left: 15px;
    }

    .parrafo2 {
        /*    font-size: 11px;
    margin-left: 15px;
    font-size: 11px;
    width: 460px;*/
        font-size: 11px;
        margin-left: 15px;
        font-size: 11px;
        width: 341px;
    }

    .numero1 {
        width: 16px;
    }

    .numero2 {
        width: 16px;
    }

    .numero3 {
        width: 16px;
    }

    .numero4 {
        width: 16px;
    }

    .numero5 {
        width: 16px;
    }

    .numero6 {
        width: 16px;
    }

    .numero7 {
        width: 16px;
    }

    .renglonuno {
        width: 371px;
        height: 35px;
        padding-top: 12px;
        margin-left: -9px;
        margin-bottom: 7px;
    }

    .revisa {
        font-size: 11px;
        width: 343px;
        float: left;
    }

    .fondo_hoja {
        /* margin-left: 15px;
      width: 523px;*/
        margin-left: 3px;
        width: 364px;
    }

    .subtituloF a {
        font-size: 8px;
    }

    .tituloF {
        font-size: 9px;
    }

    .svg {
        overflow: visible !important;
    }

    body {
        min-width: 382px !important;
    }

    #lateral_login {
        width: 90% !important;
        margin-left: 20px;
        margin-top: 0px;
    }

    .search-container {
        float: left;
        margin-right: -17px;
        margin-left: 11px;
    }

    .navigation {
        text-align: left;
    }

    .buscar {
        width: 366px;
        height: 65px;
        float: left;
        margin-top: 20px;
    }

    .textboxbuscar {
        width: 287px;
    }

    .buscarbtn {
        margin-top: 15px;
    }

    .col {
        width: 25% !important;
    }

    .logo_adm {
        width: 367px;
    }
}
