﻿.idCerrarSesion {
    float: right;
}

.idUsuario {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

#iconUser {
    display: inline;
}

.bienvenido {
    display: inline-block;
}

#Contenedor {
    width: 100%;
    height: auto;
    /*padding-left: 10px;
    padding-right: 10px;*/
    padding-bottom: 5px;
    /*padding-top: 5px;*/
}

.ContenedorImgsInicio {
    text-align: center;
    padding-top: 15px;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: inherit;
    display: block;
    position: fixed;
}

.leyendaSistemaInicio {
    font-weight: 700;
    left: 31% !important;
    display: block;
    position: absolute;
    text-shadow: 0 1px 0 #9aa1a7;
}

.imagesInicio {
    border-radius: 0 25px 25px 0  !important;
    height: 261px;
    width: 775px;
    display: inline-block;
    margin: 5px 15px 0 15px;
    /*
    
    d*/
}

.background1 {
    background: no-repeat url(../images/bienvenida2.png);
}

/*.background2 {
    background: no-repeat url(../images/icoRF1.jpg);
}

.background3 {
    background: no-repeat url(../images/icoRM1.jpg);
}*/

.menu {
    background-color: #A4ABB2;
    height: 55px;
    padding-top: 3.5px;
}

.titulo {
    border-bottom: 1px solid #404040;
    font-size: 1.3em !important;
    color: #404040;    
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 28px;    
}

.cuadro0 {
    /*float:left*/
    background: #666666;
    width: 50px;
    height: 17px;
    display: inline-block;
    /*margin-right:10px;*/
}

.cuadro1 {
    /*float:left*/
    background: #666666;
    width: 10px;
    height: 7px;
    display: inline-block;
    /*margin-right:10px;*/
}

.cuadro2 {
    /*float:left*/
    background: #666666;
    width: 10px;
    height: 10px;
    display: inline-block;
    /*margin-right:10px;*/
    /*margin-bottom:5px;*/
    border-radius: 5px;
}

.cuadroInicial {
    /*float:left*/
    background: #666666;
    width: 10px;
    height: 10px;
    display: inline-block;
    /*margin-right:10px;*/
    /*margin-bottom:5px;*/
    border-radius: 5px;
    margin-left: 25px;
}

.cuadro3 {
    /*float:left*/
    background: #666666;
    width: 8px;
    height: 8px;
    display: inline-block;
    /*margin-right:10px;*/
    margin-bottom: 1px;
    border-radius: 4px;
}

.cuadro4 {
    /*float:left*/
    background: #666666;
    width: 6px;
    height: 6px;
    display: inline-block;
    /*margin-right:10px;*/
    margin-bottom: 2px;
    border-radius: 3px;
}

.content2 {
    min-width: inherit;
    min-height: 100%;
    margin: 0 auto 0 auto;
    /*padding-top: 10px;*/
    margin-top: 0;
    bottom: 0;
}

.contenedorUsuario {
    float: right !important;
    background: #404040;
    border-radius: 0 0 10px 10px;
    height: auto;    
    position: fixed;
    right: 0;
    margin-top: 3px;
    opacity: 0.9;
    z-index: 1;  
    /*padding: 4px 10px;*/
}

.iconoUsuario {
    width: 25px;
    height: 25px;
    padding-right: 10px;
    background: url('../images/User.png') no-repeat center;
    padding-top: 5px;
}

.usr {
    display: inline-block;
    color: #fff;
    width: auto;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.iconoSesion {
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    /*padding-right: 10px;*/
    padding-top: 7px;
    padding-bottom: 4px;
    padding-left: 5px;
}

.logout {
    width: 32px;
    height: 32px;
    padding-right: 10px;
    background: url('../images/Shut_down .png') no-repeat center;
    display: inline-block;
    text-indent: -10000px;
}

    .logout:hover {
        background: url('../images/Power_Off.png') no-repeat center;
    }

.idCerrarSesion {
    float: right;
}

.idUsuario {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.usuario {
    /*font-weight: bolder;*/
    display: inline-block;
}

.rolUsuario {
    font-weight: 500;
    display: block;
    font-size: 13px;
}

.mywrapper {
    background: #fff;
    /*border: thin solid #FEFCFC;*/
    min-height: 400px;
    width: 1280px;
    box-shadow: 0px 0px 3px 0px rgba(119, 119, 119, 0.5);
-moz-box-shadow: 0px 0px 3px 0px rgba(119, 119, 119, 0.5);
-webkit-box-shadow: 0px 0px 3px 0px rgba(119, 119, 119, 0.5);
    top: 0;
    padding-top:3px;
}
