﻿html, body {
    font-family: Arial, Verdana;
    font-size: small;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0px;
    color: #333;
}

img {
    border: none;
    vertical-align: middle;
}

h1 {
    font-family: Arial, Verdana;
    font-size: medium;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

h2 {
    font-family: Arial, Verdana;
    font-size: small;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 0px;
    color: #333;
}

a {
    color: #06C;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

table {
    border-collapse: collapse;
}

    table th, table td {
        padding: 5px;
    }

label {
    display: inline-block;
}

.Home {
    margin: auto;
    height: 400px;
    width: 98%;
    padding: 10px 0px;
    display: table;
}

.IniciarSesion {
    margin: auto;
    border-radius: 10px;
    border-collapse: collapse;
    background-color: #CCF;
}

    .IniciarSesion td {
        padding: 10px;
    }

.HomeBarraTopLeft {
    height: 14px;
    width: 14px;
    background-image: url(/images/lg.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.HomeBarraTop {
    height: 14px;
    width: 14px;
    background-image: url(/images/tt.png);
    background-position: top;
    background-repeat: repeat-x;
}

.HomeBarraTopRight {
    height: 14px;
    width: 14px;
    background-image: url(/images/rg.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.HomeCuerpo {
    background-color: #FFF;
    width: 962px;
}

.Encabezado {
    width: 100%;
    height: 80px;
    border-collapse: collapse;
    border-bottom: solid 1px #CCC;
}

    .Encabezado td {
        padding: 5px;
    }

.search {
    width: 250px;
    height: 24px;
}

.searchtable {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: 0px;
    vertical-align: middle;
}

    .searchtable td {
        padding: 0px;
        margin: 0px;
    }

.searchoption {
    float: left;
    height: 24px;
    padding-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
    display: table-cell;
    white-space: nowrap;
    background-color: #0C0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

input[type="button"], input[type="submit"] {
    margin: 2px;
    padding: 3px;
    border: solid 1px #999;
    background-color: #EEE;
    border-radius: 5px;
}

.page {
    width: 900px;
    padding: 5px;
    margin: auto;
    display: table;
    border: solid 1px #666;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.50);
}

input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #CCF;
}

input[type="button"]:focus, input[type="submit"]:focus {
    background-color: #FFC;
}

.botonrojo {
    background-color: #F00 !important;
    color: #FFF;
}

    .botonrojo:hover {
        background-color: #F33 !important;
    }

.searchboton {
    width: 50px;
    height: 30px;
    float: right;
    position: relative;
    text-align: center;
    background-color: #36F;
    vertical-align: bottom;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.searchimage {
    position: absolute;
    top: 2px;
    left: 12px;
}

.searchbotonera {
    border-collapse: separate;
    border-spacing: 5px;
}

    .searchbotonera td {
        border-radius: 5px;
        background-color: #EEE;
        border: solid 1px #999;
    }

.BodyPage {
    margin: auto;
    border-collapse: collapse;
    width: 100%;
}

    .BodyPage td {
        vertical-align: middle;
        padding: 5px;
    }

.mmhead {
    width: 200px;
    line-height: 200%;
    vertical-align: top;
    min-height: 400px;
    border-right: solid 1px #CCC;
}

.mma a {
    display: block;
    padding-left: 10px;
    background-image: url(/images/arrow-down.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.filtro span {
    border: solid 1px #CCC;
    width: 200px;
    padding-left: 5px;
}

    .filtro span a {
        padding: 5px;
    }

.mma a:active {
    background-image: url(/images/arrow-up.gif);
}

.mm label {
    display: block;
    padding-left: 20px;
}

.menu {
    width: 100%;
}

    .menu th {
        text-align: left;
        background-color: #EEE;
    }

.menuSistema {
    width: 100%;
    background-color: #FFF;
    border-collapse: collapse;
    border-bottom: solid 1px #999;
}

    .menuSistema th {
        padding: 5px;
        text-align: left;
        background-image: url(/images/menuth.jpg);
        background-position: top;
        background-repeat: repeat-x;
        border-left: solid 1px #999;
        border-right: solid 1px #999;
    }

    .menuSistema td {
        padding: 5px;
        border-left: solid 1px #999;
        border-right: solid 1px #999;
    }

.Activo {
    background-color: #F3F3F3;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    border-left: solid 2px #FdF;
    border-right: solid 1px #999;
}

#numeropaginas {
    margin: auto;
    text-align: center;
}

td div a:hover {
    text-decoration: underline;
}

.cesta {
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-collapse: collapse;
    width: 100%;
}

    .cesta th {
        padding: 5px;
        text-align: left;
        background-color: #EFEFEF;
        border-bottom: solid 1px #09C;
        border-top: solid 1px #09C;
    }

    .cesta td {
        padding: 5px;
    }

.Session {
    font-size: x-small;
    width: 350px;
    float: right;
    vertical-align: middle;
}

    .Session td {
        white-space: nowrap;
    }

    .Session input[type=text] {
        width: 100px;
        font-size: x-small;
    }

    .Session input[type=password] {
        width: 100px;
        font-size: x-small;
    }

    .Session input[type=submit] {
        width: 50px;
        font-size: x-small;
        background-color: #EEE;
        border: solid 1px #999;
    }

.SessionIniciada {
    width: 100%;
    border-collapse: collapse;
    padding: 5px;
    background-color: #F5F5F5;
}

.boton {
    height: 25px;
    width: 120px;
    display: block;
    text-align: center;
    padding-top: 3px;
    background-image: url(/images/boton.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

    .boton a {
        color: #000;
        font-weight: bold;
    }

        .boton a:hover {
            color: #FFF;
            font-weight: bold;
        }

.reportes {
    width: 100%;
    border-top: solid 1px #CCF;
    border-bottom: solid 2px #CCF;
}

    .reportes th {
        color: #000 !important;
        font-weight: bold !important;
        text-align: left;
        background-color: #EFEFEF;
        border-bottom: solid 1px #CCF;
    }

    .reportes td {
        text-align: left;
        white-space: nowrap;
        border-bottom: solid 1px #CCF;
        vertical-align: top;
    }

.ficha {
    float: left;
    display: block;
    width: 250px;
    border: solid 1px #CCC;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.fichadias {
    float: left;
    background-color: #EFEFEF;
    display: block;
    border: solid 1px #CCC;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.Formulario {
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-collapse: collapse;
    width: 100%;
}

    .Formulario caption {
        color: #EEE;
        background-color: #69F;
        border-bottom: solid 1px #333;
        text-align: left;
        font-weight: bold;
        padding: 10px;
        font-size: 1.2em;
    }

    .Formulario th {
        background-color: #EFEFEF;
        text-align: right;
        padding: 5px;
        font-weight: normal;
        white-space: nowrap;
        width: 20%;
    }

    .Formulario td {
        padding: 5px;
    }

.tabla {
    border-top: solid 1px #ccc;
    width: 100%;
    border-collapse: collapse;
    border-bottom: solid 1px #CCC;
}

    .tabla caption {
        color: #EEE;
        background-color: #69F;
        border-bottom: solid 1px #333;
        text-align: left;
        font-weight: bold;
        padding: 10px;
        font-size: 1.2em;
    }

    .tabla th {
        border-bottom: solid 1px #999;
        background-color: #F5F5F5;
        padding: 5px;
        text-align: left;
        font-weight: bold;
        white-space: nowrap;
    }

        .tabla th span {
            font-weight: normal;
        }

    .tabla td {
        padding: 5px;
        border-bottom: solid 1px #CCC;
    }

    .tabla tr:hover {
        background-color: #FFC;
    }

.sintabla {
    border-top: inherit;
    width: 100%;
    border-collapse: collapse;
    border-bottom: none;
}

    .sintabla th {
        border-bottom: inherit;
        background-color: inherit;
        padding: 5px;
        text-align: left;
        font-weight: bold;
        white-space: nowrap;
    }

        .sintabla th span {
            font-weight: normal;
        }

    .sintabla td {
        padding: 5px;
        border-bottom: none;
    }

    .sintabla tr:hover {
        background-color: inherit;
    }

/*--BOTONES QUE APARECEN EN TABLA*/
.tabla ins {
    display: table-cell;
    text-decoration: none;
    padding: 5px;
}

.tabla td ins {
    display: none;
}

.tabla td:hover > ins {
    display: inline;
}

.Scroll {
    height: 300px;
    display: block;
    overflow-y: auto;
}

@media print {
    .tabla {
        page-break-inside: auto;
        font-size: 8pt;
        border-collapse: collapse;
        padding: 0px;
    }
    .tabla img {
        display: none;
    }
    .Scroll {
        display: table;
        overflow: initial;
    }
}

.MiniCesta {
    padding: 5px;
}

.Zonas {
    width: 100%;
}

    .Zonas th {
        border-bottom: solid 2px #99F;
        border-top: solid 1px #CCF;
        text-align: left;
        font-weight: bold;
    }

    .Zonas td {
        border-bottom: solid 1px #CCC;
    }

.MensajeTo {
    background-color: #f5f5f5;
    border: solid 1px #ccf;
    padding: 2px;
}

.MensajeCampoPara {
    background-color: White;
    line-height: 1.8em;
    width: 98%;
    padding-left: 2px;
    border: solid 1px #CCC;
}

.yscroll {
    width: 100%;
    height: 280px;
    overflow-y: scroll;
}

.drag {
    width: 200px;
    margin: 0px;
    padding: 0px;
    display: table;
    cursor: move;
    list-style: none;
    border-collapse: separate;
}

    .drag li {
        margin: 5px;
        padding: 5px;
        width: 200px;
        border-radius: 5px;
        white-space: nowrap;
        border: solid 1px #0F0;
        background-color: white;
    }

    .drag .disabled {
        background-color: #FEE;
    }

    .drag .saltar {
        background-color: #EEE;
        border: solid 1px #999;
        border-radius: 5px;
    }

    .drag .dragplace {
        width: 200px;
        height: 18px;
        background-color: #EEF;
        border: solid 1px #99F;
    }

.xls {
    margin: 0px;
    padding: 0px;
    display: table;
    cursor: move;
    list-style: none;
    border-collapse: separate;
}

    .xls li {
        margin-top: 5px;
        padding: 5px;
        white-space: nowrap;
        border: solid 1px #0F0;
    }
/*******************************************************
PROGRESS BAR STYLE
*******************************************************/

div.fieldset {
    border: 1px solid #afe14c;
    margin: 5px 0;
    padding: 20px 10px;
}

    div.fieldset span.legend {
        position: relative;
        background-color: #FFF;
        padding: 3px;
        top: -30px;
        font: 700 14px Arial, Helvetica, sans-serif;
        color: #73b304;
    }

div.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #D9E4FF;
    border-radius: 5px;
}

.progressWrapper {
    width: 357px;
    overflow: hidden;
}

.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}
/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FD9;
    background-color: #FFC;
    overflow: hidden;
}
/* Error */
.red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}

/* Current */
.green {
    border: solid 1px #696;
    background-color: #CFC;
}

/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress, .progressBarComplete, .progressBarError {
    font-size: 0;
    width: 0%;
    height: 4px;
    background-color: blue;
    margin-top: 2px;
}

.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 7pt;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
}

a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(/images/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
}

    a.progressCancel:hover {
        background-position: 0px 0px;
    }


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
    vertical-align: top;
}
/*--MICRO AYUDA--------------------*/
.help:hover {
}

.himg {
    background-image: url(/images/help.gif);
    display: inline-block;
    width: 11px;
    height: 13px;
}
/*--MENU SISTEMA HORIZONTAL -----*/
.nav {
    display: table;
    padding: 0px;
    border-collapse: collapse;
}

    .nav ul ul {
        display: none;
        width: 250px;
        border: none;
        box-shadow: 3px 3px 4px #333; /*-moz-box-shadow:3px 3px 3px #333;     -webkit-box-shadow:3px 3px 4px #333;     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');     */
    }

    .nav ul li:hover > ul {
        display: block;
    }

    .nav ul {
        margin-top: 5px;
        margin-bottom: 0px;
        list-style: none;
        position: relative;
        display: inline-table;
    }

        .nav ul:after {
            content: "";
            clear: both;
            display: block;
        }

        .nav ul li {
            float: left;
        }

            .nav ul li:hover {
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                background-color: #EEF;
                border: solid 1px #99F; /*     background-image: linear-gradient(bottom, #AAF 25%, #CCF 63%);     background-image: -o-linear-gradient(bottom, #AAF 25%, #CCF 63%);     background-image: -moz-linear-gradient(bottom, #AAF 25%, #CCF 63%);     background-image: -webkit-linear-gradient(bottom, #AAF 25%, #CCF 63%);     background-image: -ms-linear-gradient(bottom, #AAF 25%, #CCF 63%);     background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #AAF), color-stop(0.63, #CCF));     */
            }

                .nav ul li:hover a {
                    color: #000;
                }

            .nav ul li a {
                display: block;
                padding: 5px;
                color: #36C;
                text-decoration: none;
                white-space: nowrap;
            }

        .nav ul ul {
            background-color: #F5F5F5;
            border: solid 1px #CCC;
            padding: 0px;
            position: absolute;
            z-index: 1000;
            top: 75%;
        }

            .nav ul ul li {
                float: none;
                border: none;
                color: #000;
                position: relative;
            }

                .nav ul ul li a {
                    padding: 5px;
                    color: #000;
                    white-space: nowrap;
                }

                    .nav ul ul li a:hover {
                        background-color: #CCF;
                        color: #000;
                    }

            .nav ul ul ul {
                position: absolute;
                left: 100%;
                top: 0;
                z-index: 1000;
            }

.web-background {
    background-color: #333;
    padding-top: 0px;
    padding-bottom: 10px;
}

.web-head {
    width: 970px;
    height: 250px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: solid 1px #CCC;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

.web-logo {
    top: 20px;
    left: 20px;
    padding: 10px;
    position: absolute;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 3px 3px 4px #111; /*     -moz-box-shadow:3px 3px 4px #111;     -webkit-box-shadow:3px 3px 4px #111;     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111')";     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111');     */
}

.web-content {
    display: table;
    width: 970px;
    margin: auto;
    background-color: #FFF;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0px 5px 10px 5px;
}

.web-table-right {
    margin-left: auto;
    margin-right: 0px;
    width: 100%;
}

.web-catalog {
    width: 180px;
    margin: 0px;
    display: table;
    border-collapse: collapse;
}

.web-table {
    width: 100%;
    margin: 0px;
    display: table;
    border-collapse: collapse;
}

.web-row {
    width: 180px;
    height: 200px;
    display: table-cell;
    border-collapse: separate;
}

.web-alingtop {
    vertical-align: top;
}

.web-right {
    width: 200px;
    padding-top: 25px;
    vertical-align: top;
    text-align: right;
    border-left: solid 1px #CCC;
}

.web-padding {
    padding: 5px;
}
/* 
    default styles here for older browsers. 
    I tend to go for a 600px - 960px width max but using percentages
*/
@media only screen and (min-width:960px) {
    /* styles for browsers larger than 960px; */
    .content {
        width: 100%;
        height: 400px;
    }
    /*Redes sociales*/
    .logo_cliente {
        width: 25%;
    }

    .buscador {
        width: 50%
    }

    .logo_morelynx {
        width: 25%;
        text-align: right;
    }
}

@media only screen and (min-width:1440px) {
    /* styles for browsers larger than 1440px; */
    .content {
        width: 1300px;
        height: 400px;
        display: table;
    }
    /*Redes sociales*/
    .logo_cliente {
        width: 25%;
    }

    .buscador {
        width: 50%
    }

    .logo_morelynx {
        width: 25%;
        text-align: right;
    }
}

@media only screen and (max-device-width:480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    .content {
        width: 320px;
        display: table;
        margin: auto;
    }
    /*Redes sociales*/
    .logo_cliente {
        width: 25%;
    }

    .buscador {
        width: 75%
    }

    .logo_morelynx {
        visibility: hidden;
        display: none;
    }

    .info_cliente {
        visibility: hidden;
        display: none;
    }
}

@media only screen and (device-width:768px) {
    /* default iPad screens */
    .content {
        width: 720px;
        display: table;
        margin: auto;
    }
    /*Redes sociales*/
    .logo_cliente {
        width: 25%;
    }

    .buscador {
        width: 75%
    }

    .logo_morelynx {
        visibility: hidden;
        display: none;
    }

    .info_cliente {
        visibility: hidden;
        display: none;
    }
}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .content {
        width: 990px;
        display: table;
        margin: auto;
    }
    /*Redes sociales*/
    .logo_cliente {
        width: 25%;
    }

    .buscador {
        width: 75%
    }

    .logo_morelynx {
        visibility: hidden;
        display: none;
    }

    .info_cliente {
        visibility: hidden;
        display: none;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .content {
        width: 990px;
        display: table;
        margin: auto;
    }
    /*Redes sociales*/
    .logo_cliente {
        width: 25%;
    }

    .buscador {
        width: 75%
    }

    .logo_morelynx {
        visibility: hidden;
        display: none;
    }

    .info_cliente {
        visibility: hidden;
        display: none;
    }
}
