﻿/*
================================================================================
DIRECAO
================================================================================
css/estilo.css :: estilos CSS
--------------------------------------------------------------------------------
Criacao: 02/09/09				  |  Autor: Carla <carlac@vegait.com.br>
--------------------------------------------------------------------------------
Ultima Alteracao: 02/09/09		  |  Autor: Carla <carlac@vegait.com.br>
--------------------------------------------------------------------------------
		Criacao do arquivo
================================================================================
				ALTERACOES MAIS ANTIGAS NO RODAPE DO ARQUIVO
================================================================================
*/

html {
	height: 100%;
}


body {
	margin:0px;
	padding:0px;
	height:100%;
	background:#c0a062 url('../img/bg-fundo.jpg') repeat-x 50% top;
	text-align: center;
}

#master { 
	min-height:100%;
	height:auto;
	margin:0px auto;
	width: 950px;
	background-color: #ffffff;
}

#topo{
	height:228px;
}

#lateral{
	width:265px;
	height:100%;
	margin:auto;
	float:left;
	background:#f1f1f1 url('../img/bg-sombra-cinza.jpg') repeat-x 50% top;
}

#conteudo{
	width:685px;
	float:right;
	text-align:justify;
	background:#ffffff url('../img/bg-sombra-branco.jpg') repeat-x 50% top;
}

.quadro {
	margin:20px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-align:justify;
}

td {
	/*text-align:center;*/
	vertical-align:top;
	padding:5px;
}

a {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #aa8233;
	text-decoration: none;
}

input, select, textarea {
	width:200px;
	background-color: #FFFFFF ;
	border: #aa8233 solid 1px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

/*
================================================================================
							ALTERACOES ANTERIORES
================================================================================
Data Alteracao: 02/09/09		  	|  Autor: Carla <carlac@vegait.com.br>
--------------------------------------------------------------------------------
	*	Criacao do arquivo
--------------------------------------------------------------------------------
================================================================================
*/