﻿/* Este CSS foi criado para o site V.2 temporário (enquanto o definitivo não fica pronto) */


/* Corpo da página */
body 
{
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px
	/* background-image: url(Imagens/fundo2.PNG); 
	background-repeat: repeat-x; */
	
}

body.menu
{
	background-color: White;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

a.padrao
{
	outline: none;
	border-style:none;
	font-size:x-small;
	font-family: Verdana;
	/* color: #696969; */
}

/* Topo */
div.topo
{
	margin-top: 5px;
	background-image: url('Imagens/topo4.PNG'); 
	background-repeat: no-repeat; 
	width: 600px; 
	height: 108px; 
	background-color: White;
	border-spacing:0px; 
	border-bottom-width:2px; 
	padding-bottom:0px;
	margin-bottom:0px; 
	border-bottom-style:none; 
	background-position: bottom;
	border-top-width:5px;
	border-top-style: solid;
	border-top-color: White;
}

/* Conteúdo da página*/
div.conteudo
{
	background-color: White; 
	font-family: Verdana; 
	font-size: 11px;
	width: 600px;
	height: 450px;
}

/* Rodapé da página. */
div.rodape
{
	background-color: White;
	border-spacing: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 600px;
	height:14px;
	/* position: fixed; */
	font-family: Verdana;
	font-size: 9px;
	color: #696969;
	vertical-align:bottom;
}

/* Separação de sessões */
div.separador
{
	float: left; 
	position: relative; 
	height: 20px; 
	width: 600px; 
	/*  background-color: Yellow;  */
}