﻿body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 0.8em;
    border: none;
    min-width: 1200px;
    width: auto !important;
    width: 1180px;
}

.chartStyle {
    font-family: 'Open Sans', sans-serif;
}

.titulo {
    font-weight: bold;
    font-size: 1.2em;
}

.subtitulo {
    font-weight: bold;
    font-size: 1.0em;
}

.ligaDoc {
    text-decoration: none;
    color: white;
    background-color: #005f3c;
    padding: 0.3em 0.5em;
}

.fechahora {
    font-weight: normal;
    font-size: 0.8em;
}

.menu {
    margin-left: 25px;
}

    .menu ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .menu a {
        float: left;
        width: 7em;
        text-decoration: none;
        color: #f0f0f0;
        background-color: #002c73;
        padding: 0.2em 0.5em;
        border-right: 1px solid white;
    }

        .menu a:hover {
            color: #f0f0f0;
            background-color: #503f36;
        }

    .menu li {
        display: inline;
    }

.menuint {
    margin-left: 25px;
}

    .menuint ul {
        float: left;
        width: 100%;
        padding: 0;
        margin-top: 0;
        margin-left: -20px;
        list-style-type: none;
    }

    .menuint a {
        float: left;
        width: 7em;
        text-decoration: none;
        color: white;
        background-color: #005f3c;
        padding: 0.2em 0.5em;
        border-top: 1px solid white;
    }

        .menuint a:hover {
            color: #000;
            background-color: #96d23c;
        }

    .menuint li {
        /*display: inline;*/
    }

.boton {
    color: white;
    border: 0px solid;
    margin-top: 10px;
    margin-bottom:10px;
    margin-left: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left:10px;
    padding-right:10px;
    background-color: #005f3c;
    border-top: 5px;
}

    .boton:hover {
        background-color: #96d23c;
        color: #000;
    }

.logo {
    padding-top: 10px;
    padding-bottom: 20px;
}

.tituloSeccion {
    padding-top: 10px;
    padding-bottom: 10px;
}

.textbox {
    height: 40px;
    padding: 0 10px;
    border: none;
    background: white;
    text-indent: 5px;
    color: black;
    font-size: 1em;
}

    .textbox:focus {
        outline: none;
        background: #96d23c;
        outline: solid 1px #005f3c;
    }  

textarea {
    resize: none;
    height: 40px;
    padding: 10px 10px;
    border: none;
    background: white;
    text-indent: 5px;
    color: black;
    font-size: 1.2em;
}

textarea:focus {
    outline: none;
    background: #96d23c;
    outline: solid 1px #005f3c;
}

.labelEditar {
    height: 40px;
    border: none;
    text-indent: 5px;
    color: black;
    background: #ECECEC;
    font-size: 1.1em;
}

select {
    font-size: 1em;
    padding: 5px 10px;
    color: #000000;
    background: #f0f0f0;
    border-left: solid 1px #c1c1c1;
    border-top: solid 1px #cfcfcf;
    border-right: solid 1px #cfcfcf;
    border-bottom: solid 1px #6f6f6f;
}

.gridControl {
    margin-top:10px;
    margin-bottom:10px;
}

table {
    table-layout: fixed;
    /*width: 100%;*/
}
