﻿* { margin: 0; padding: 0; text-decoration:none; }

html{ height: 100%;  } /*..........Necessário..........*/

body
{	
	text-align:center; 
	background-color:#333; 
	margin: 20px 0 0 0;
}

/* Min-Height é usado por browsers modernos - "HEIGHT:AUTO" é necessário */
#divConteudo 
{	margin: 0 auto; 
	background-color:#000; 
	text-align: left; 
	position: relative; 
	min-height: 550px; 
	height: auto; 
	height: 600px; 
	width: 950px; 
}

/*............BOTTOM:0(ZERO) É NECESSÁRIO...............*/
#divRodape 
{ 
	width:100%; 
	color:#666; 
	position: absolute; 
	bottom:0px; 
	height: 55px; 
	margin:0px;	 
	border-top: 1px solid #666;
}

#divRodape .bloco
{
	margin: 7px 20px 0 20px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-weight:normal;
	font-size: 11px;
	color: #666;
	line-height:13px;
	float: right;
	margin: 7px 15px 0 15px;
}

#divRodape .develop
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-weight:normal;
	font-size: 11px;
	color: #333;
	line-height:13px;
	float: left;
	margin: 15px 15px 0 15px;
}

/*............HACK COM CORREÇÕES PARA MSIE...............*/
* HTML #divRodape { margin-bottom:2px; bottom:-1px; }

/********************************************
Topo
********************************************/
.divTopo
{
	
	background-color:#f06;
	height: 55px;
	padding: 8px 10px 0 10px;
}

.divTopo .logo
{
	float:left;	
}

.divTopo ul
{
	display:inline;
	right:10px;
	position:absolute;
	top:30px;
}

.divTopo a
{
	font-family:Trebuchet MS, Arial, Sans-Serif;
	font-size: 15px;
	font-weight:bold;
	text-transform:uppercase;
	color: #fff;
	margin: 0 10px 0 10px;
}

.divTopo a:hover
{
	color: #000;
	text-decoration: underline;
}

/********************************************
CONTEUDO
********************************************/

#divDireita
{
	float:left;
	width:340px;
	margin: 15px 20px 0 19px;
}

#divDireita li
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 12pt;
	font-weight:bold;
	margin: 4px 0 10px 0;
	color: #CCC;
	list-style-type:none;
}

#divDireita a
{
	font-family: Arial, Sans-Serif;
	font-size: 13pt;
	font-weight:bold;
	color: #666;
	line-height:24px;
	text-align:justify;
	margin: 0 0 10px 0;
}

#divDireita a:hover
{
	color: #f09;	
	text-decoration:underline;
}

#divDivisao
{
	float:left;
	height:416px;
	text-align:center;
	margin: 20px 0 0 0;
}

/*******************************************************
DESTAQUE
/*******************************************************/

#divDestaque
{
	float:left;
	width:530px;
	margin: 15px 20px 0 20px;
}
#divDestaque p
{
	font-family: Trebuchet MS,Arial,Sans-Serif;
	font-size:20px;
	letter-spacing:-1px;
	font-variant:small-caps;
	font-weight:bold;
	color:#fff;
}

/**************************************
GALERIA HOME
***************************************/
#divBanner
{
	width:391px;
	height:254px;
	background-image:url('../../img/banner.png');
	background-repeat: no-repeat;
	z-index:2;
	position: absolute;
	top:150px;
	left: 280px;
}
#btFechar
{
	position: relative;
	top:234px;
	left: 306px;
	z-index:3;
	cursor:hand;
}
#divGaleria
{
	clear:both;
	margin: 20px;
	position:absolute;
	top:275px;
	width:910px;
	text-align:center;
}

#divGaleria h1
{
	font-family:Arial, Sans-Serif;
	text-transform:uppercase; 
	font-size:15px;
	line-height:24px;
	color:#666;
	text-align:left;
	background-image:url('../../img/bgTitulo.gif');
	background-position:bottom left;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
}

#divGaleria .imgCapa
{
	margin: 0 10px 0 10px;
}

/***************************************
TEXTO, FORM
***************************************/
#divTexto
{
	float:left;
	width:530px;
	margin: 15px 20px 0 20px;
	scrollbar-arrow-color:#fff;
	scrollbar-3dlight-color:#000;
	scrollbar-highlight-color:#000;
	scrollbar-face-color:#000;
	scrollbar-shadow-color:#000;
	scrollbar-darkshadow-color:#000;
	scrollbar-track-color:#000;
}

#divTexto h1
{
	font-family: Trebuchet MS,Arial,Sans-Serif;
	font-size:20px;
	letter-spacing:-1px;
	font-variant:small-caps;
	font-weight:bold;
	color:#f06;
	text-align:left;
	background-image:url('../../img/bgTitulo.gif');
	background-position:bottom left;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
}

#divTexto p
{
	font-family: Trebuchet MS,Arial,Sans-Serif;
	font-size:12pt;
	color:#fff;
	text-align:justify;
	margin: 0 0 10px 0;
}

#divTexto a
{
	font-family: Trebuchet MS,Arial,Sans-Serif;
	font-size:14px;
	color:#fff;
	text-align:justify;
	margin: 0 0 10px 0;
}

#divTexto a:hover
{
	color:#f06;
	text-decoration:underline;
}

.textbox
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 12pt;
	color: #fff;
	height:20px;
	border:solid 1px #666;
	background-color:#000;
	margin:0 0 10px 0px;
	padding: 2px;
	
}

.textbox:focus
{
	border:solid 1px #fff;
	background-color:#333;
		
}

.label
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight:normal;
	color: #666;
	height:20px;
	line-height:18px;
}

#divEspaco
{
	float:left;
	margin: 15px 20px 0 20px;
	overflow:scroll;
	height:460px;
	width:920px;
	scrollbar-arrow-color:#fff;
	scrollbar-3dlight-color:#000;
	scrollbar-highlight-color:#000;
	scrollbar-face-color:#000;
	scrollbar-shadow-color:#000;
	scrollbar-darkshadow-color:#000;
	scrollbar-track-color:#000;
}

#divPag1
{
	margin:0 0 0 26px;
	
}

#divEspaco h1
{
	font-family: Trebuchet MS,Arial,Sans-Serif;
	font-size:20px;
	letter-spacing:-1px;
	font-variant:small-caps;
	font-weight:bold;
	color:#f06;
	text-align:left;
	background-image:url('../../img/bgTitulo.gif');
	background-position:bottom left;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
}

#divEspacoDireita ul
{
	clear:both;	
}

#divEspacoDireita a
{
	font-family: Arial, Sans-Serif;
	font-size: 13pt;
	font-weight:bold;
	color: #666;
	line-height:24px;
	text-align:justify;
	margin: 0 0 10px 0;
}

#divEspacoDireita a:hover
{
	color:#f06;
	text-decoration:underline;
}

#divEspacoDireita
{
	float:left;
	margin: 15px 20px 0 19px;
}

#divEspacoDireita li
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 12pt;
	font-weight:bold;
	margin: 4px 0 10px 0;
	color: #CCC;
}

.imgGaleria
{
	margin:0 0 20px 0;
	padding: 0 0 20px 0;
	cursor:hand;
	/*background-image:url('../../img/shdGaleria.gif');*/	
}

.pnlMsgOk
{
	padding:10px 0 0 10px;
	background-color: #333;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 12pt;
	font-weight:normal;
	color: #f06;
}

.pnlMsgErro
{
	background-color: #000;
	font: normal 11pt/15px Trebuchet MS, Arial, Sans-Serif;
	color: #fff;
}