﻿body, table, input, textarea, select, li, button{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
}	
	
body
{
	font-size:12px;
	text-align:center;
	height:100%;
	}	
	
	
.menuMasterWrapper
{
    width: 100%;
    height: 90px;
    margin-bottom: 15px;
    z-index: 1;
}
        
        
.menuMaster
{
    border-bottom: 4px solid #5D5D5D;
    font-family: 'Trebuchet MS' , 'Times New Roman';
    font-size: 12px;
    letter-spacing: .1em;
    text-align: left;
    color: white;
    margin: 0 auto 0 0;
    padding: 0 2px 0 0;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    border-top: 1px solid #191616;
    -moz-box-shadow: 1px 2px 11px #000;
    -webkit-box-shadow: 1px 2px 11px #000;
    z-index: 1;
}

.cerrarSesion
{
	position:fixed;
	top:10px;
	right:10px;
	
	}
.cerrarSesion a, .cerrarSesion a:visited
{
	text-decoration: none;
	font-size: 11px;
	color: #EBEBEB;
	font-weight:bold 
}
.cerrarSesion a:hover
{
	color: white;
	font-weight:bold 
	}