/* COMPORTAMENTO PADRÃO DAS TAGS HTML */


html {#overflow:auto;} /* Para IE */

body {
	margin:0;
	padding:0;
	background-color:black;
	background-image:url("../imagens/fundo_cl_limpo.gif"); 
	background-repeat:no-repeat;
	background-position:center top;
	color:white;
	font-family:"Trebuchet MS","Verdana";
	font-size:11px;
}

a {color:white;}

img {
	margin:0;
	padding:0;
	display:block;
	border:none;
}


/* DEFINIçÃO DE TOPO E MENU */

#Topo
{
	width:924px;
	height:77px;
	display:block;
	margin:auto;
	position:relative;
}

#Topo #logo {
	display:block;
	position:absolute;
	top:0;
	right:0;
}

#Topo #links {
	display:block;
	position:absolute;	
	left:11px;
	bottom:7px;	
	font-size:11px;
	color:white;
}

#Topo #links a{
	text-decoration:none;
	color:white;
}

#Topo #links a:hover {
	text-decoration:underline;
}

#Topo #links a.active {color:red;}


/* DEFINIÇÃO DA AREA PRINCIPAL E SUAS JANELAS (CONTEÚDO DENTRO DE MOLDURA) */

#Area_Principal {
	display:block;
	position:relative;
	width:882px;
	height:464px;
	padding:21px;
	margin:auto;
	background-image:url("../imagens/moldura.gif");
	background-repeat:no-repeat;
}

#Area_Principal .janela_esquerda {
	display:block;
	position:relative;
	float:left;
	clear:left;
	width:420px;
	height:207px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(60,60,60);
	margin-bottom:11px;
	overflow:hidden;
}

#Area_Principal .janela_direita {
	display:block;
	position:relative;
	float:right;
	clear:right;
	width:451px;
	height:207px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(60,60,60);
	margin-bottom:11px;
	overflow:hidden;
}

#Area_Principal .janela_inteira{
	display:block;
	position:relative;
	width:880px;
	height:440px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(60,60,60);
	margin-bottom:11px;
	overflow:hidden;
}

#Area_Principal .janela_meia{
	display:block;
	position:relative;
	height:440px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(60,60,60);
	margin-bottom:11px;
	overflow:hidden;
}

.direita {
	float:right;
	width:451px;
}
.esquerda {
	float:left;
	width:420px;

}



/* FORMATAÇÃO DO CONTEÚDO PRINCIPAL (APARECE DENTRO DAS JANELAS/MOLDURA ) */

#Area_Principal h1 {
	display:block;
	margin:0;
	margin-top:8px;
	margin-left:14px;
	line-height:25px;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	padding-left:33px;
	margin-right:33px;
	background-image:url("../imagens/h1_check.jpg");
	background-position:left top;
	background-repeat:no-repeat;
}

#Area_Principal p {
	display:block;
	margin:0;
	margin-left:24px;
	margin-right:24px;
	margin-top:15px;
	width:auto;
	font-size:11px;
	font-weight:normal;
}

#Area_Principal a.SaibaMais {
	position:absolute;
	bottom:5px;
	right:8px;
	text-decoration:none;
}

#Area_Principal a.SaibaMais:hover {
	text-decoration:underline
}


#Area_Principal li {line-height:1.7em}


/* FORMATAÇÃO DAS INFORMAÇÕES SOBRE EVENTOS */

div.Evento {
	display:block;
	width:209px;
	margin:0px;
	margin-left:0px;
	padding-left:14px;
	float:left;
}



div.Evento a {
	display:inline;
	text-decoration:none;
}

div.Evento a:hover {text-decoration:underline;}

div.Evento strong {
	font-size:12px;	
	line-height:14px;
	text-indent:15px;
	display:block;
	background-image:url("../imagens/evento_check.gif");
	#background-position:left center;
	background-repeat:no-repeat;
}


div.Evento h2 {
	font-size:12px;	
	display:block;
	font-weight:bold;
	margin:0px;
}

div.novalinha {
	display:block;
	clear:both;
	font-size:1px;
	height:10px;
	overflow:hidden;
}

#Area_Principal div.Evento p {
	display:block;
	margin:0px;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}


/* FORMATAÇÃO DAS INFORMAÇÕES DA CHECKLIST */

Address.checklist {
	display:block;
	position:absolute;
	bottom:16px;
	left:45px;
	width:731px;
	font-style:normal;
	font-size:11px;	
	text-align:center;
}

a.portfolio-fotos {
	font-size:13px;
	padding:0px;
	display:block;
	text-decoration:none;
	margin-left:4em;
	line-height:20px;
	padding-right:2em;
	margin-right:0em;
	margin-top:5px;

	
}

a.portfolio-fotos:hover {
	color:red;
}

a.powered {
	position:absolute;
	bottom:1em;
	right:2em;
}