﻿body 
{           
    margin: 0px;
	padding: 0px;    
    background-color: #ffffff;
	background-attachment: fixed;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
    -o-background-size: 100%;
	background-size: 100%;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

div.divMenu
{
    position: relative;
    background-color: #025685;
    top: 10px;
    width: 100%; 
    height: 50px;   
    z-index: 2;
}

div.divMenu_Conteudo
{
    position: relative;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;    
    z-index: 3;
}

div.divUsuario
{
    position: relative;
    background-color: #00bfff;   
    top: 10px; 
    width: 100%;
    height: 20px;
    z-index: 2;
}

div.divUsuario_Conteudo
{
    position: relative;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 100%;
    z-index: 3;
}

div.divLogo
{
    position: relative;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 1;
}

div.divLogo_Conteudo
{
    position: relative;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 100%;
    z-index: 2;
}

div.divDicasUsuario
{
	position: fixed;
	background-color: #ff0000;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: auto;
	height: 20px;
	visibility: hidden;
	display: none;
	z-index: 2;
}

div.divCorpo
{
    position: relative;
    background-color: transparent;    
    top: -10px;
    width: 100%;
    height: 100%;    
    z-index: 1;
}

div.divRodape
{
    position: relative;   
    background-color: transparent; 
    top: 20px;
    width: 100%;
    height: 100%;    
    z-index: 1;
}

div.divRodape_Conteudo
{    
    position: relative;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    width: auto;        
    height: 100%;
    z-index: 2;
}

div.divAreaLightBox
{
	position: fixed;
	background-color: #000000;
	opacity: 0.7;
	width: 100%;
	height: 100%;	
	visibility: hidden;
	display: none;	
	overflow: hidden;
	z-index: 2000;
}

div.divAreaLightBoxConteudo
{
	/*position: fixed;
	background-color: #FFFFFF;
	left: 50%;
	top: 50%;		
    margin-top: -300px;	
	margin-left: -490px;
    width: 980px;
    height: 600px;       		
	visibility: hidden;
	display: none;	
    border-width: 2px;
    border-style: solid;
    border-color: #4682B4;
	overflow-y: auto;
	z-index: 2100;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
     border-radius: 7px;*/

    position: fixed;
	background-color: #FFFFFF;
	left: 10%;
	top: 10%;		
    margin-top: 0 auto;	
	margin-left: 0 auto;
    width: 80%;
    height: 80%;       		
	visibility: hidden;
	display: none;	
    border-width: 2px;
    border-style: solid;
    border-color: #4682B4;
	overflow-y: auto;
	z-index: 2100;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
     border-radius: 7px;
}

div.divAreaLightBox_Carregamento_Conteudo
{
	position: absolute;
	background-color: #FFFFFF;
	left: 50%;
	top: 50%;		
    margin-top: -50px;	
	margin-left: -170px;
    width: 340px;
    height: 100px;
	visibility: hidden;
	display: none;
	overflow-y: auto;
	z-index: 3100;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

