﻿/*html {
    height: 100%;
}

a {
    color: #021570;
}
/* Menu Lateral */
/* Menu Escritorio*/
#menuLink {
    display: inline;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}

    #menuLink a:visited {
        color: #021570;
    }

/*Login*/
.contentLogin fieldset {
    left: 50%;
    top: 50%;
    margin: auto;
    float: none;
}

#loginMobile {
    display: none;
}

.loginContent {
    /*
    background: url('Imagenes/logo.png') no-repeat;
    height: 80px;
    float: right;
    font-size: 0.9em;
    vertical-align: middle;
    width: 321px;
    display:inline;
    background-position: bottom right;
    margin:10px;
    */
    display: none;
}

.login {
    margin-top: 2px;
    margin-right: 40px;
    float: right;
    font-size: 0.85em;
}

.menuTitulo {
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
}

.colDerecha {
    display: none;
}

/*input[type="text"]:disabled
{
    background:#dddddd;
}*/
.menuMobile {
    font-family: Verdana;
    font-size: 0.7em;
    margin-bottom: 5px;
}

    .menuMobile li {
        background-color: #fff;
        border: 1px solid #808080;
        float: left;
        height: 70px;
        margin: 10px;
        width: 80px;
        text-align: center;
        padding-top: 5px;
    }

    .menuMobile .Menu ul li a {
        white-space: normal !important;
    }

.title a:link {
    color: black;
}

/* mouse over link */
a:hover {
    color: blue;
}

a:link {
    text-decoration: none;
    color: #242424;
}

a:visited {
    text-decoration: none;
    color: #242424;
}

/*HEADER*/
.header {
    width: 100%;
    overflow: hidden;
    /*background: url(Imagenes/HeaderDegrad.png) repeat-x;*/
    background: #efefef;
    border-bottom: 1px solid;
    height: 39px;
}

.title {
    margin-left: 10px;
    float: left;
    height: 120px;
}

h1 {
    color: #021570;
    margin-top: 30px;
    font-size: 1.5em;
    text-decoration: none;
}

#H1Titulo {
    margin-top: 8px;
    font-size: 1.5em;
    text-decoration: none;
    padding-top: 0px !important;
}

#form1 {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.main-content {
    margin-left: 5px;
    margin-right: 5px;
}

#menuLink {
    border: 1px solid #808080;
    background: #72b3fa;
    margin-right: 33px;
    padding: 10px;
}

    #menuLink a {
        font-size: 1em;
    }

.menuTitulo {
    margin-bottom: 10px;
}