﻿body {
    font-family:'Century Gothic';
}

a, a:hover, a:visited {
    text-decoration: none;
}

.celdaLogo {
    padding-left:10%;
    padding-top:10px;
}

.celdaNombreCliente {
    color: #FFF;
    font-size: 15px;
    padding-left: 15%;
    padding-top: 10px;
}

.linkBoton {
    color: #000000;
    cursor: pointer;
}

.subtituloMenu {
    font-size: 12px;
    font-weight: bold;
    padding-left: 15%;
    padding-top: 30px;
}

.tituloMenu {
    color:#FFF;
    font-size:15px;
    font-weight:bold;
    padding-left:15%;
}

.LogoAMPM {
    float: left;
    width: 100%;
    background: #D8DADC;
    height: 100%;
    margin-right: 0px;
    margin: 0px 0px 0px 0px;
}

.Menu {
    width: 200px;
    float: left;
    background: #121e2f;
    height: 100%;
    position: relative;
    top: 0px;
    border:none;
}

.imagenLog {
    background-image: url(../Img/bg1.jpg);
    width: 100%;
    height: 974px;
}
.page {
    background-color: #eee;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

.wrapper_main {
    margin-right: 100px;
    width: 80%;
    margin-right:600px;
    float:initial;
    margin-left:280px;
    margin-top:0px;
}

.title_module {
    font-family:'Century Gothic';
    font-size:20px;
}

.title_head {
    font-family: 'Century Gothic';
    color: #333;
    font-weight: bold;
}

/* TAB MENU   
----------------------------------------------------------*/
div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }
