/* CSS Document */

*	{margin:0;
	padding:0;
	} 
	body{
		background:#000;
		}
	.completo{
			margin: 0 auto 0 auto;
			width:1000px;
			background: #000;
			border: double #990;
			border-top: medium;
			border-bottom: medium;
			
			
			}
	#cabecalho{
			position:absolute;
			background:#000;
			width:1000px;
			height:290px; 
			background: url(cabecalho_apresent.png) no-repeat;
			z-index:3;
			}
	.logo_cliente{
			position:absolute;
			margin:20px auto auto 120px;
			background-box-shadow: 10px 10px #ffffff;
			}
			
	.botao_webmail{
			width:950px;
			height:50px;
			background: url(bg_barra_botao_webmail.png) repeat-x;
			position:fixed;
			text-align:center;
			
			}
	.botao_webmail a{
			font: 15px Arial, Helvetica, sans-serif; 
			color: #FFFFFF;
			text-decoration:none;
			float:right;
			padding:7px 10px;
			border-left: 1px solid #FFFFFF;
			}
	.botao_webmail a:hover{
			background: url(bg_barra_botao_webmail_hover.png) repeat-x;
			color: #00CCFF;
			float:right;
			}
	 
	#conteudo{
			widht: auto;
			height:200px; 
			padding: 200px 100px 80px 200px;
			z-index:2;
			
			}
	
	#rodape{
			width:1000px;
			height: 290px;
			background: url(rodape_apresent.png) no-repeat;
			position:relative;
			
			}
	.inf_cliente{
			float: none;
			position:absolute;
			margin: 120px 0 0 20px;
			
			}
	.inf_cliente h1{
			font-size:20px;
			padding:46px 0 0 0;
			font-family: "Calibri", Arial, Helvetica, sans-serif;
			color:#CCC;
			}
	.inf_cliente h2{
			font-size:15px;
			font-family:  "Arial", Helvetica, sans-serif;
			color:#FFFFFF;
			}
			
	.frase{
			margin:150px 5px auto 700px; 
			float:left;
			width:100px
			}
			
	.logo{
			width:150px;
			height:auto;
			margin:150px auto auto;
			}
			
			
	#rodape p{
			font-size:10px;
			color:#CCCCCC;
			float:right; 
			margin:60px 830px auto 5px; 
			font-family:Arial, Helvetica, sans-serif;
			}

