#background_cycler{padding:0;margin:0;width:100%;position:absolute;top:0;left:0;z-index:-1}
#background_cycler img{position:absolute;left:0;top:0;width:100%;z-index:1}
#background_cycler img.active{z-index:3}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #D8E2ED;
}

.btn-menu { 
  color: #FFFFFF; 
  background-color: #995513; 
  border-color: #E87E15; 
} 
 
.btn-menu:hover, 
.btn-menu:focus, 
.btn-menu:active, 
.btn-menu.active, 
.open .dropdown-toggle.btn-menu { 
  color: #FFFFFF; 
  background-color: #B5702B; 
  border-color: #E87E15; 
} 
 
.btn-menu:active, 
.btn-menu.active, 
.open .dropdown-toggle.btn-menu { 
  background-image: none; 
} 
 
.btn-menu.disabled, 
.btn-menu[disabled], 
fieldset[disabled] .btn-menu, 
.btn-menu.disabled:hover, 
.btn-menu[disabled]:hover, 
fieldset[disabled] .btn-menu:hover, 
.btn-menu.disabled:focus, 
.btn-menu[disabled]:focus, 
fieldset[disabled] .btn-menu:focus, 
.btn-menu.disabled:active, 
.btn-menu[disabled]:active, 
fieldset[disabled] .btn-menu:active, 
.btn-menu.disabled.active, 
.btn-menu[disabled].active, 
fieldset[disabled] .btn-menu.active { 
  background-color: #995513; 
  border-color: #E87E15; 
} 
 
.btn-menu .badge { 
  color: #995513; 
  background-color: #FFFFFF; 
}



.btn-darkgreen { 
  color: #FFFFFF; 
  background-color: #37562C; 
  border-color: #537347; 
} 
 
.btn-darkgreen:hover, 
.btn-darkgreen:focus, 
.btn-darkgreen:active, 
.btn-darkgreen.active, 
.open .dropdown-toggle.btn-darkgreen { 
  color: #FFFFFF; 
  background-color: #538043; 
  border-color: #537347; 
} 
 
.btn-darkgreen:active, 
.btn-darkgreen.active, 
.open .dropdown-toggle.btn-darkgreen { 
  background-image: none; 
} 
 
.btn-darkgreen.disabled, 
.btn-darkgreen[disabled], 
fieldset[disabled] .btn-darkgreen, 
.btn-darkgreen.disabled:hover, 
.btn-darkgreen[disabled]:hover, 
fieldset[disabled] .btn-darkgreen:hover, 
.btn-darkgreen.disabled:focus, 
.btn-darkgreen[disabled]:focus, 
fieldset[disabled] .btn-darkgreen:focus, 
.btn-darkgreen.disabled:active, 
.btn-darkgreen[disabled]:active, 
fieldset[disabled] .btn-darkgreen:active, 
.btn-darkgreen.disabled.active, 
.btn-darkgreen[disabled].active, 
fieldset[disabled] .btn-darkgreen.active { 
  background-color: #37562C; 
  border-color: #537347; 
} 
 
.btn-darkgreen .badge { 
  color: #37562C; 
  background-color: #FFFFFF; 
}



.tooltip{
    display: inline;
    position: relative;
}


.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}


.TopOptions{
	display: table-cell;
	height:30px; 
	color: #FFFFFF;  
	font-weight: bold;
	vertical-align: middle;
}

.selector {
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    border-radius: 10px;
    border: 0px;
    width:120px;
}

.td_left{
    vertical-align: top;
    width:220px;

}

.barra_menu{
	border-bottom-right-radius:10px;
    width:220px;
    background-color: #bdc3a0;
	display: table; 
    vertical-align: top;
	min-height:300px;
	padding-bottom:30px;
}

.Content{
	vertical-align: top;
}


.Menu{
	background-color: #995513;
	color: #f9bf5a;
	height:30px;
	vertical-align:middle;
	padding-left:10px;
	display: table-cell;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}
.Menu_link{
	color: #f9bf5a;
	text-decoration: none;
}
a:hover {
    color: #FFFFFF;
    text-decoration:none;
}
