/* Regras de estilo da página de entrada */

	#topo{
		position:absolute;
		left:0px;
		top:0px;
		width:780px;
		height:114px;
		}
	
	#topo_esq{
		position:absolute;
		left:0;
		top:0;
		width:50%;
		height:100%;
		background-image: url("/imagens/topo_index_esq_sem_logo.gif");
		background-repeat: no-repeat;	
		}

	#logo{
		position:absolute;
		left:7%;
		top:16%;
		width:267px;
		height:75px;
		}
	
	#topo_dir{
		position:absolute;
		left:50%;
		top:0;
		width:50%;
		height:100%;
		background-image: url("/imagens/topo_index_dir.gif");
		background-repeat: no-repeat;	
		}
	
	#login{
		position:absolute;
		left:0;
		top:40%;
		width:93%;
		height:50%;
		}
	
	#form{
		position:absolute;
		left:0;
		top:40%;
		width:100%;
		height:60%;
		}
	
	#logado{
		position:absolute;
		left:15%;
		top:25%;
		width:85%;
		height:60%;
		}
	
	input#e_mail, input#senha{
		color: #000099;
		}
	
	input#btEntrar{
		font: 12px Arial, sans-serif;
		}
	
	#caixa_menu{
		position:absolute;
		left:17px;
		top:111px;
		width:130px;
		height:560px;
		background: rgb(122, 199, 250);
		padding: 0;
		margin: 0;
		}
	
	#caixa_menu ul{
		list-style: none;
		margin: 10px;
		padding: 0;
		}

	#caixa_menu li{
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #55B3FF;
		margin: 0;
	}

	#caixa_menu li.separacao{
		border-bottom-width: 3px;
		}

	#caixa_menu li a{
		display: block;
		font-family: arial, helvetica, serif;
		font-size: 12px;
		font-weight: bold;
		color: rgb(0, 122, 224);
		padding: 5px;
		}
		
	#caixa_menu li a:hover{
		color: #0000F0;
		color: #FFF;
		}
	
	#centro{
		position:absolute;
		left:165px;
		top:133px;
		width:454px;
		height:485px;
		}
	
	#centro a:link {
		font-family: arial, helvetica, serif;
		font-size: 14px;
		font-weight: bold;
		color: #000099;
		text-decoration: none;
		}
		
	#centro a:visited {
		font-family: arial, helvetica, serif;
		font-size: 14px;
		font-weight: bold;
		color: #000099;
		text-decoration: none;
		}
	
	#centro a:hover {
		color: rgb(0, 122, 224);
		font-weight: bold;
		text-decoration: none; 
		}
	
	#centro a:active {
		text-decoration: none;
		}
	
	#centro_destaque_1{
		position:absolute;
		left:2%;
		top:2%;
		width:96%;
		height:14%;
		border-bottom-width: 2px;
		border-bottom-style: dotted;
		border-color: #D1D1D1;
		padding: 0;
		margin: 0;
		text-align: center;
		}
	
	#centro_destaque_1 h2{
		text-align: center;
		}
	
	#centro_destaque_2{
		position:absolute;
		left:2%;
		top:19%;
		width:96%;
		height:21%;
		border-bottom-width: 2px;
		border-bottom-style: dotted;
		border-color: #D1D1D1;
		padding: 0;
		margin: 0;
		}
	
	#centro_destaque_2_esq{
		position:absolute;
		left:0px;
		top:0px;
		width:35%;
		height:100%;
		}
	
	#centro_destaque_2_dir{
		position:absolute;
		left:35%;
		top:0px;
		width:65%;
		height:100%;
		}
	
	#centro_destaque_3{
		position:absolute;
		left:8px;
		top:45%;
		width:96%;
		height:55%;
		/*border-bottom-width: 2px;
		border-bottom-style: dotted;
		border-color: #D1D1D1;*/
		padding: 0;
		margin: 0;
		}
	
	#centro_destaque_3a{
		position:absolute;
		left:0;
		top:0;
		width:50%;
		height:95%;
		border-right-width: 2px;
		border-right-style: dotted;
		border-color: #D1D1D1;
		padding: 0;
		margin: 0;
		}
	
	#centro_destaque_3a_baixo{
		position:absolute;
		left:2%;
		top:65%;
		width:100%;
		height:85px;
		}
	
	#centro_destaque_3a_1{
		position:absolute;
		left:0;
		top:0;
		width:25%;
		height:100%;
		}
	
	#centro_destaque_3a_2{
		position:absolute;
		left:23%;
		top:0;
		width:25%;
		height:100%;
		}
	
	#centro_destaque_3a_3{
		position:absolute;
		left:46%;
		top:0;
		width:25%;
		height:100%;
		}

	#centro_destaque_3a_4{
		position:absolute;
		left:69%;
		top:0;
		width:25%;
		height:100%;
		}
	
	#centro_destaque_3b{
		position:absolute;
		left:50%;
		top:0;
		width:50%;
		height:95%;
		padding-left: 10;
		margin: 0;
		}
	
	#centro_destaque_3b_1{
		position:absolute;
		left:5%;
		top:0;
		width:95%;
		height:50%;
		border-bottom-width: 2px;
		border-bottom-style: dotted;
		border-color: #D1D1D1;
		padding: 0;
		margin: 0;
		}
	
	#centro_destaque_3b_2{
		position:absolute;
		left:5%;
		top:55%;
		width:95%;
		height:45%;
		}
	
	#caixa_banner_dir{
		position:absolute;
		left:632px;
		top:133px;
		width:134px;
		height:174px;
		border-width: 1px;
		border-style: solid;
		border-color: #000000;
		background: #FFF;
		padding: 0;
		margin: 0;
		}
	
	#caixa_enquete{
		position:absolute;
		left:632px;
		top:341px;
		width:134px;
		height:280px;
		border-width: 1px;
		border-style: solid;
		border-color: #000000;
		background: #FFF;
		text-align: center;
		padding: 0;
		margin: 0;
		}
	
	#caixa_enquete h2{
		text-align: center;
		}
	
	#frEnquete p{
		text-align: left;
		}
	
	input#btEnviarEnquete, input#btResultadoEnquete {
		font: 12px Arial, sans-serif;
		}
	
	#caixa_rodape{
		position:absolute;
		left:167px;
		top:633px;
		width:620px;
		height:40px;
		text-align: center;
		border-top-width: 2px;
		border-top-style: solid;
		border-color: rgb(0, 122, 224);
		padding: 0;
		margin: 0;
		}
	
	
	
	#menu_cliente{
		position:absolute;
		left:0px;
		top:15px;
		width:100%;
		height:20px;
		background-color: #FFFFFF;
		font-family: arial, helvetica, serif;
		font-size: 12px;
		font-style: normal;
		color: rgb(122, 199, 250);
		text-align: left;
		margin: 0;
		}
	
	#menu_cliente a{
		font-family: arial, helvetica, serif;
		font-size: 10px;
		font-weight: bold;
		color: rgb(122, 199, 250);
		text-decoration: none
		}
	
	#menu_cliente a:hover {
		color: rgb(0, 122, 224);
		font-weight: bold;
		text-decoration: none; 
		}