﻿/*bordó 7f5069 - magenta a00758 - verde agua 94e4bc*/
@charset "utf-8";

body, header, .wrapper, h1, h2, h3, h4, p, a, ol, ul, li, img, form, fieldset, input, textarea, select, checkbox, table, table td {
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    border-collapse: collapse;
    font-size: 14px;
    color: #343434;
    font-weight: 400;
}

html {
    background: url(../img/bg-noise.png);
}

body {
    background: url(../img/header-bg.png) top repeat-x;
}

header {
    height: 150px;
    padding: 0 10px;
}

.marca {
    background: url(../img/marca-neg.png) no-repeat;
    width: 330px;
    height: 82px;
    float: left;
}

section {
    padding: 15px 10px 15px 15px;
    background: #ffffff url(../img/bg-white.png);
    border-radius: 7px;
    margin: 0 1%;
    box-shadow: #444444 0 0 7px;
    margin-bottom: 15px;
    overflow: hidden;
}

.no-border {
    border: none !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.clear {
    clear: both;
}

    .clear:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.oh {
    overflow: hidden;
}

.bold {
    font-weight: 600;
}

.leftcol {
    float: left;
    width: 45%;
}

.rightcol {
    float: right;
    width: 45%;
}

nav {
    margin: 7px 0 0 0px;
    border-radius: 7px;
    background: url(../img/menu-bg.png) top repeat-x;
    box-shadow: #ffffff 0 0 5px;
}

    nav:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    nav li {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        border-left: 1px solid #7b3e5f;
        border-right: 1px solid #be94aa;
        position: relative;
        float: left;
    }

        nav li:first-child {
            border-left: none;
        }

        nav li:last-child {
            border-right: none;
        }

        nav li a {
            color: #f8f0ff;
            padding: 0 5px;
            display: inline-block;
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.6px;
            text-shadow: 1px 1px 1px #551b3a;
            text-align: center;
        }

            nav li a:hover {
                color: #ffffff;
                box-shadow: inset 0 5px 5px #551b3a;
            }

        nav li:first-child a:hover {
            border-top-left-radius: 7px;
            border-bottom-left-radius: 7px;
        }

        nav li:last-child a:hover {
            border-top-right-radius: 7px;
            border-bottom-right-radius: 7px;
        }

    nav ul ul {
        display: none;
        width: 100%;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 100;
        background: #92436d url(../img/menu-bg.png) 0 -80px repeat-x;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        box-shadow: #6c3f57 0 0 2px;
    }

    nav li:first-child subnav {
        border-top-left-radius: 7px;
    }

    nav li:last-child subnav {
        border-top-right-radius: 7px;
    }

    nav ul ul li {
        border-top: 1px solid #9c537a;
        border-bottom: 1px solid #800d4a;
        border-left: none;
        border-right: none;
        display: block;
        padding: 10px 0;
        height: auto;
        float: none;
    }

        nav ul ul li:first-child {
            border-top: none;
        }

        nav ul ul li:last-child {
            border-bottom: none;
        }

        nav ul ul li a {
            font-size: 10px;
            line-height: 14px;
            display: block;
        }

            nav ul ul li a:hover {
                color: #e8d2de;
                box-shadow: none;
            }

    nav ul a span {
        display: block;
        float: right;
        height: 7px;
        width: 12px;
        margin: 18px 0 0 7px;
        overflow: hidden;
        background: url(../img/indicator.png) no-repeat 0 0;
    }

    nav ul ul li:hover, nav ul ul li a:hover {
        background: none;
    }

    nav li.menu-right {
        border: none;
        float: right;
    }

table td {
    vertical-align: top;
    line-height: 30px;
}

table td, table th {
    border: none;
}

table.dashed {
    margin: 0 70px 15px 0;
}

    table.dashed th {
        padding: 10px 10px 10px 7px;
        text-align: left;
        font-size: 15px;
        border-left: 1px dashed #CCC;
        border-right: none;
        border-top: none;
        border-bottom: none;
    }

        table.dashed th.sortable a {
            font-weight: bold;
        }

        table.dashed th:first-child {
            border-left: none;
        }

    table.dashed td {
        padding: 10px 10px 10px 7px;
        border-bottom: 1px dashed #b8b8b8;
        border-left: 1px dashed #CCC;
        vertical-align: top;
    }

        table.dashed td:first-child {
            border-left: none;
        }

    table.dashed input[type=text], table select {
        margin: 0 !important;
    }

    table.dashed tr.pendiente{
        background-color:#F5585B;
    }

    table.dashed p {
        display: inline;
        margin: 0 5px 0 0;
    }

    table.dashed img {
        vertical-align: text-top;
        margin-right: 7px;
        margin-left: 5px;
    }

    table.dashed table.noborder td {
        border: none;
    }

.eliminar {
    background: url(../img/ico_eliminar.png) no-repeat;
    height: 16px;
    width: 16px;
    display: table-caption;
    margin: 7px 0 0 5px;
}

table.total {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

    table.total td, .total th {
        background: #a00758;
        color: #ffffff;
        text-align: right;
    }

table.no-border td, table.no-border th {
    border: none !important;
    padding: 0;
}

h1 {
    font-size: 26px;
    font-weight: 400;
    color: #711546;
    margin-bottom: 15px;
}

h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
    margin: 20px 0 10px;
}

h3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #a00758;
    margin: 15px 0 5px;
}

p {
    margin: 0 5px 15px 7px;
    line-height: 30px;
    vertical-align: baseline;
}

    p.fecha {
        color: #686868;
        font-size: 11px;
        line-height: 18px;
        margin-left: 7px;
    }

select {
    border: 1px solid #a4a4a4;
    padding-left: 3px;
    margin: 0 10px 0 5px;
    height: 23px;
    vertical-align: middle;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        vertical-align: baseline;
    }
}

input[type=text], input[type=password] {
    border: 1px solid #a4a4a4;
    padding: 0 5px;
    margin: 0 10px 5px 5px;
    line-height: 13px;
    height: 21px;
}

input[type=button], input[type=submit] {
    background: url(../img/bg.png) repeat-x 0 -210px;
    font-size: 16px;
    height: 33px;
    line-height: 16px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    padding: 0 10px;
    cursor: pointer;
    margin: 2px 10px 5px 5px;
    vertical-align: middle;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=button], input[type=submit] {
        line-height: 23px;
    }
}

html >/**/ body input[type=button], html >/**/ body input[type=submit], html >/**/ body input.gris[type=button], html >/**/ body input.gris[type=submit] {
    line-height: 23px;
}

    input[type=button]:hover, input[type=submit]:hover {
        background: url(../img/bg.png) repeat-x 0 -245px;
        box-shadow: inset 0 0 15px #681542;
    }

input.gris[type=button], input.gris[type=submit], input.gris-small[type=button], input.gris-small[type=submit] {
    background: url(../img/bg.png) repeat-x 0 -140px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    margin: 2px 10px 5px 5px;
    vertical-align: middle;
}

    input.gris[type=button]:hover, input.gris[type=submit]:hover, input.gris-small[type=button]:hover, input.gris-small[type=submit]:hover {
        background: url(../img/bg.png) repeat-x 0 -175px;
        box-shadow: inset 0 0 15px #303030;
    }

input.gris[type=button], input.gris[type=submit] {
    font-size: 16px;
    height: 33px;
    line-height: 16px;
    padding: 0 10px;
}

input.small[type=button], input.small[type=submit], input.gris-small[type=button], input.gris-small[type=submit] {
    font-size: 13px;
    height: 23px;
    padding-bottom: 3px;
    vertical-align: middle;
}

.modulo input.small[type=button], .sub-modulo input.small[type=submit], .sub-modulo input.gris-small[type=button], .sub-modulo input.gris-small[type=submit] {
    margin: 0 0 3px;
}

input[type=file] {
    margin-bottom: 5px;
    border: 1px solid #CCC;
    height: 25px;
    padding: 0 0 0 5px;
}

input[type=radio] {
    margin: 0 4px 0 5px;
}

input[type=checkbox] {
    vertical-align: middle;
    margin-right: 5px;
}

textarea {
    border: 1px solid #bebebe;
    padding: 5px;
    overflow-y: auto;
    resize: none;
}

label {
    line-height: 30px;
}

.usuario {
    float: right;
    padding: 0 0 7px 7px;
    margin-top: 15px;
}

    .usuario .foto {
        border-right: 5px solid #c3c3c3;
        border-bottom: 5px solid #c3c3c3;
        border-left: 5px solid #c3c3c3;
        float: left;
        margin-right: 10px;
        padding: 0;
        height: 80px;
        box-shadow: 0 0 5px #000000;
    }

    .usuario .datos {
        float: left;
    }

        .usuario .datos .nombre {
            color: #ffffff;
            font-weight: 600;
            margin: 0 0 5px 5px;
        }

    .usuario .nombre span {
        font-weight: 400;
        padding-right: 5px;
    }

    .usuario .datos .cerrar-sesion {
        color: #d8d8d8;
        background: url(../img/cerrar.png) no-repeat;
        font-size: 11px;
        display: block;
        padding-left: 32px;
        height: 40px;
        line-height: 25px;
    }

    .usuario .datos2 {
        float: left;
        margin-top: 15px;
    }

        .usuario .datos2 .nombre {
            float: left;
            color: #ffffff;
            font-weight: 600;
            margin: 4px 0 10px 5px;
        }

        .usuario .datos2 .cerrar-sesion {
            color: #d8d8d8;
            background: url(../img/cerrar.png) no-repeat;
            font-size: 11px;
            padding-left: 32px;
            margin-left: 15px;
            line-height: 30px;
            display: inline-block;
        }

    .usuario .cerrar-sesion:hover {
        color: #fad2e7;
    }

.agenda {
    width: 100%;
    border-top-right-radius: 15px;
}

    .agenda tr {
        min-height: 100px;
    }

        .agenda tr:first-child {
            min-height: 10px;
        }

    .agenda th {
        font-family: 'Cabin Condensed', sans-serif;
        background: url(../img/bg.png) repeat-x #a00658;
        padding: 0 20px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #ffffff;
        font-size: 20px;
        border-left: 1px solid #e5bbd1;
        text-shadow: 1px 1px #4f1113;
        box-shadow: inset 0 0 8px #4d0b2e;
    }

        .agenda th:first-child {
            border-left: 1px solid #741247;
        }

        .agenda th.dia {
            font-family: 'Cabin Condensed', sans-serif;
            background: url(../img/bg.png) repeat-x #a00658;
            padding: 0 20px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            color: #912960;
            font-size: 35px;
            border-left: 1px solid #e5bbd1;
            text-shadow: -1px -1px #ffffff,1px 1px #4f1113;
            box-shadow: inset 0 0 8px #4d0b2e;
        }

    .agenda td {
        padding: 5px 10px;
        border-bottom: 1px solid #555555;
        border-right: 1px solid #555555;
        border-left: 1px solid #969696;
        vertical-align: top;
    }

        .agenda td hr {
            border-bottom: 1px solid #943467;
            border-top: none;
            border-left: none;
            border-right: none;
            box-shadow: 0 1px 0 #dbdbdb;
        }

        .agenda td .fecha {
            float: left;
            color: #2a6657;
            margin: 0 5px 0 0;
            font-size: 13px;
            line-height: 18px;
        }

        .agenda td h1, .agenda td h1 a {
            font-size: 16px;
            line-height: 18px;
            font-weight: 600;
            margin: 0;
            text-shadow: none;
        }

        .agenda td a {
            margin-bottom: 5px;
            display: block;
            font-size: 11px;
        }

        .agenda td h1:hover, .agenda td h1 a:hover, a:hover {
            color: #5f2343;
        }

        .agenda td.inactive {
            background: #ececec;
        }

            .agenda td.inactive .fecha, .agenda td.inactive h1, .agenda td.inactive p, .agenda td.inactive a {
                color: #4f4f4f;
            }

            .agenda td.inactive hr {
                color: #737373;
                box-shadow: none;
            }

        .agenda td .agendaItem a {
            font-size: 15px;
        }

        .agenda td:hover {
            background: #e6e6e6;
        }

.agenda-mes {
    font-family: 'Cabin Condensed', sans-serif;
    text-align: center;
    color: #a00658;
    font-size: 30px;
    margin-bottom: 5px;
    text-shadow: -1px -1px #e0c9d5,1px 1px #61334b;
}

    .agenda-mes span {
        text-align: center;
        color: #4f4f4f;
    }

    .agenda-mes .prev {
        background: url(../img/agenda-prev.png) no-repeat;
        width: 38px;
        height: 31px;
        display: inline-block;
        margin: 20px 10px 0 0;
    }

    .agenda-mes .next {
        background: url(../img/agenda-next.png) no-repeat;
        width: 38px;
        height: 31px;
        display: inline-block;
        margin: 20px 0 0 10px;
    }

.filtros {
    background: #f5f5f5;
    box-shadow: inset 0 0 5px #7c7c7c,2px 2px 0 #acacac;
    padding: 0 10px;
    margin-bottom: 5px;
    width: auto;
    border-radius: 7px;
}

    .filtros h1 {
        float: left;
        margin: 10px 15px 0 0;
        background: url(../img/filtros-flecha.png) no-repeat right 0;
        padding-right: 35px;
        line-height: 30px;
    }

    .filtros table td {
        padding: 10px;
    }

        .filtros table td:first-child {
            border-left: none;
        }

        .filtros table td:last-child {
            border-right: none;
        }

.width-99 {
    width: 99%;
}

.modulo {
    margin-bottom: 10px;
}

    .modulo img, .sub-modulo img {
        vertical-align: text-top;
        margin: 0 5px;
    }

    .modulo p {
        display: inline;
    }

    .modulo a {
        color: #910650;
    }

        .modulo a:hover {
            color: #000000;
        }

.sub-modulo {
    margin: 5px 30px;
    padding: 0 10px 10px 10px;
    border: 1px dotted #a00758;
    border-radius: 15px;
    overflow: hidden;
}

    .sub-modulo table {
        margin: 0 10px;
    }

        .sub-modulo table th, .submodulo table td {
            padding: 7px 15px 7px 7px;
        }


.middle {
    vertical-align: middle !important;
}

.mensaje-exito {
    background: #46b400;
    color: #ffffff;
    padding: 6px;
    border: #399300 2px dotted;
    font-size: 12px;
    clear: both;
    margin: 10px 0 10px;
}

.mensaje-error {
    background: #b60000;
    color: #ffffff;
    padding: 6px;
    border: #6c0000 2px dotted;
    font-size: 12px;
    clear: both;
    margin: 10px 0 10px;
}

.tipsy {
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    z-index: 100000;
    font-family: Arial, Helvetica, sans-serif;
}

.tipsy-inner {
    padding: 10px 8px 8px 8px;
    background-color: #d1d1d1;
    color: #2d2d2d;
    max-width: 200px;
    text-align: left;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    position: relative;
    z-index: 11;
    min-height: 42px;
}
/*.tipsy-arrow{position:absolute;background: url(../img/arrow.png) no-repeat top left;width:50px;height:27px;z-index:10;}
.tipsy-w .tipsy-arrow{top:30%;margin-top:-4px;left:-16px;width:25px;height:27px; }*/

.menu-right a {
    color: #f8f0ff;
    padding: 0 5px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 1px #551b3a;
    text-align: center;
    margin: 0 10px 0 0;
    padding-left: 30px;
}

.print span {
    background: url(../img/impresora.png) 0 -4px no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.add span {
    background: url(../img/plus.png) 0 no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.inputacion {
    font-size: 17px;
    color: #aa005a;
}

    .inputacion span {
        font-size: 13px;
    }

.resultado {
    color: #aa005a;
}

.block {
    display: block !important;
}

a.semaforo {
    background: url(../img/bg.png) repeat-x 0 -140px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    margin: 2px 10px 5px 5px;
    vertical-align: middle;
    padding: 8px;
}

    a.semaforo:hover {
        background: url(../img/bg.png) repeat-x 0 -175px;
        box-shadow: inset 0 0 15px #303030;
    }

a.semaforo-home {
    background: url(../img/bg.png) repeat-x 0 -210px;
    font-size: 16px;
    height: 33px;
    line-height: 16px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    padding: 0 10px;
    cursor: pointer;
    margin: 2px 10px 5px 5px;
    vertical-align: middle;
    padding: 8px 4px;
}

    a.semaforo-home:hover {
        background: url(../img/bg.png) repeat-x 0 -245px;
        box-shadow: inset 0 0 15px #681542;
    }

html, body {
    height: 100%;
}

.block-scroll {
    overflow: hidden;
}

.tabs {
    margin-bottom: -6px;
    margin-left: 50px;
}

    .tabs li {
        display: inline-block;
    }

        .tabs li a {
            background-color: #fff;
            border: 1px solid #910650;
            border-bottom: none;
            border-radius: 5px 5px 0 0;
            display: block;
            padding: 10px 20px;
            text-transform: uppercase;
        }

            .tabs li a:hover {
                background-color: #eee;
                border-color: #ccc;
            }

        .tabs li.active a,
        .tabs li.active a:hover {
            background-color: #910650;
            border-bottom: 1px solid #910650;
            color: #fff;
        }

table.resumen tr td:first-child {
    font-weight: bold;
    text-align: right;
    padding-right:10px;
}

table.resumen td {
    padding:0;
    margin:0;
}

table.link td a {
    color: #910650;
}


@media (max-width: 1024px) {
    body {
        min-width: 1280px;
    }

    .hidden-sm {
        display: none;
    }

    .overflow-sm {
        min-width: 1024px;
    }
}
