#framediv{
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#divparaoframe{
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 10px;
    padding: 5px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
}

iframe{
    border: none;
}

#cabecario{
    position: relative;
}
#logo{
    height: 90px;
}
#rightcabecario{
    position: absolute;
    right: 10px;
    top: 3px;
}
#rightcabecario h2, h3, h4{
    margin: 0;
    color: #086808;
}
#rightcabecario h2{
    
    color: #111;
}
#rightcabecario a{
    text-align: right;
    color: #d8e8b8;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    color: #086808;
}
#rightcabecario #alterarsenha{
    margin-right: 10px;
}

.divconteudo{
    border: 1px solid #d8e8b8;
    background: #fff;
}

.Row:hover td{
    background: #d8e8b8;
    color: #111;
    cursor: pointer;
}

#menuprincipal{
    padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
	display: block;
	background: #d8e8b8;
	border: 1px solid #d8e8b8;
	height: 25px;
}

#menuprincipal > li{
    float: left;
    padding: 5px 10px;
    border-right: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    position: relative;
    cursor: default;
}

#menuprincipal .submenu{
    width: 222px;
    position: absolute;
    top: 24px;
    left: 0;
    margin: 0;
    list-style: none;
    padding: 0;
    display: none;
	z-index: 99999;
}

#menuprincipal .submenu .submenu{
    left: 219px;	
    top: 0;
	z-index: 1;
}

#menuprincipal .submenu a{
    font-weight: normal;
    color: #111;
}

#menuprincipal .submenu li{
    padding: 5px 10px;
    border: 1px solid #d8e8b8;
    background: #fff;
	color: #111;
	position: relative;
}

#fecharframe {
	position: absolute;
	right: -16px;
	top: -16px;
	cursor: pointer;
	z-index:999;
}

#menuprincipal span{
	color: #086808;
}

#menuprincipal > li:hover {
    background-color: #bdcf9b;
    cursor: pointer;
}
#menuprincipal .submenu li:hover {
    background-color: #bdcf9b;
}