body{
margin:0px
}

.contenedorCabezote{
position:fixed;
top:0px;
left:0px;
width:100%;
background:#fff;
z-index:1025;
}

.fondoCabezote{
width:100%;
height:80px;
position:relative;
color:#000;
background:#b2d720;
}

.imgCabezote{
position:absolute;
top:0px;
left:0px;
height:80px;
}

.titCabezote {
color: #FFFFFF;
font-size: 24px;
font-weight: normal;
position: absolute;
right: 20px;
text-rendering: optimizelegibility;
top: 50px;
}

.usuario{
font-size:13px;
position:absolute;
top:58px;
right:62px;
color: #FFFFFF;
}

.logoCompania{
position:absolute;
right:20px;
top:5px;
}

#espera, .loader{
width:100%;
height:50px;
background:url('loader.gif') no-repeat scroll center center transparent;
}

.aviso{
color:#ff0000;
}

font{
color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: normal;
}

.cabeza{
position:fixed;
top:120px;
left:auto;
width:95%;
background:#fff;
z-index:1000;
}

.cabeza .botones{
position:absolute;
top:20px;
right:0px
}

.titulo, .subtitulo{
text-align:left;
}

.navbar{
margin-bottom:5px;
}

/* 
Estilo para modificar los colores del menú de bootstrap
*/

.fondoMenu{
background:#000;
font-size: 13px;
}

.fondoMenu .nav > li > a {
position:relative;
color:#fff;
text-shadow:none;
}

.fondoMenu .nav > li > a:focus, .fondoMenu .nav > li > a:hover{
background: none;
color:#fff;
}

.fondoMenu .nav li.dropdown.open > .dropdown-toggle, .fondoMenu .nav li.dropdown.active > .dropdown-toggle, .fondoMenu .nav li.dropdown.open.active > .dropdown-toggle {
background: none;
color:#fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a{
background:#000;
filter:none:	
}

.navbar-fixed-bottom{
background:#f9f9f9;
color:#ff0000;
}

.input-append input, .input-append .add-on{
height:12px;
line-height:12px;
font-size:12px;
}
