﻿/* Layout de CSS */

<!--  ELEMENTOS GENÉRICOS -->

body { 	font-family: Georgia; 
		font-size: small; 
		line-height: 1.5em; 
		color: #000; 
		padding: 0; 
		background: #fff; 
	}

p 	{}

a 	{ 	
		text-decoration: none; }
a:link { 
		color: #600; 
		border-bottom: 1px solid #bfbfbf; 
	}  
a:visited { 
		color: #600; 
		border-bottom: 1px dotted #bfbfbf; 
	}  
a:hover	{ 
color: #600; 
border-bottom: 1px solid #600; 
}  
a:active { 
		color: #ccc; 
		border-bottom: 1px solid #bfbfbf; 
}  

.more { 
		text-align: center; 
		text-indent: 0; 
		font-style: italic; 
		margin-top: 1.65em; 
	}

.txt1 {	
		font-family: Georgia; 
		font-size: 1em; 
		color: #003300;
		margin-bottom: 0.5em;
	}
	
.tit1 {	
		border-bottom: thin dashed #808080;
		font-family: Georgia;
		font-size: 1.5em;
		color: #297A70;
		border-bottom-color: #9CB3B0;
		font-weight: 700;
		text-indent: 0px;
		line-height: normal;
		margin-bottom: 0.8em;
		margin-top: 1em;
	}
	
.princ2	{
	font-family: Georgia;
	border-bottom: thin dashed #808080;
	font-size: 1.5em;
	color: #666666;
	border-bottom-color: #666666;
	font-weight: bold;
	text-indent: 0px;
	line-height: normal;
	margin-bottom: 0.8em;
	margin-top: 2.5em;
}
.princ3	{
	font-family: Georgia;
	font-size: 1.2em;
	margin-left: 40px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 15px;
}
.categoria	{
	font-family: Georgia;
	font-size: 1.4em;
	margin-left: 40px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 17px;
	margin-top: 25px;
	text-decoration: underline;
	font-variant: small-caps;
}
.princ4	{
	font-family: Georgia;
	font-size: 1em;
	margin-left: 50px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
}
.princ5	{
	font-family: Georgia;
	font-style: italic;
	font-size: 1em;
	margin-left: 60px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
}
.premio	{
	margin-left: 70px;
	margin-top: 6px;
	margin-bottom: 0px;
}
.premiada	{
	font-family: Georgia;
	font-style: italic;
	font-size: 0.9em;
	margin-left: 70px;
	color: #666666;
	margin-top: 4px;
	margin-bottom: 12px;
}
.paragr	{
	margin-left: 60px;
	font-size: 1em;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 10px;
	color: #666666;
}
.divisor	{
	border-width: thin;
	border-style: none none solid none;
	border-color: #CCCCCC;
	margin-left: 20px;
	font-size: 10px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 10px;
}
.contato	{
	margin-left: 60px;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 3px;
	color: #666666;
}
.mostraimp	{
	display:none;
	}
.mostratela	{
	display:visible;
	}


<!-- CABEÇALHO -->

#disclaimer { 
	color: #fff; 
	font-size: 1em; 
	font-style: italic; 
	font-weight: normal; 
	text-align: center; 
	background-color: #999; 
	padding: 1em; 
	margin: 0; 
	}  
#disclaimer a { 
	color: #fff; 
	border-color: #fff; 
	margin-left: .3em; 
}  
#disclaimer cite { 
	font-style: normal; 
	}
	
#header	{ 
	font-size: 1em; 
	height: 153px; 
	background: url("../brrazsqrd.png") no-repeat 0 123px; 
	margin-bottom: 23px; 
}  
#header a { 
	display: block; 
	height: 154px; 
	text-indent: -9999px; 
	background: url("../brrazdrt.png") no-repeat right 123px; 
	border: 0; 
}

<!-- EMBRULHO PRINCIPAL -->

#wrap { 
		max-width: 57em; 
		background: url("../dscblt.png") no-repeat center 43px; 
		margin: 20px auto; 
	}

#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#col_dir {
	width: 19%;
	margin-right:2%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
		width: 100%;
		border-left: 1px solid #bfbfbf;
		border-right: 1px solid #bfbfbf; 
		padding: 1em 1em 2em 1em; 
		margin-bottom: 1em;
	}
#sustenta_banner {
		width: 100%;
		border-left: 1px solid #bfbfbf;
		border-right: 1px solid #bfbfbf; 
	}

#col_esq {
		text-transform: capitalize; 
		float: right; 
		list-style: none; 
		font-family: "Times New Roman", Times, Georgia, serif; 
		font-size: 1.1em; 
		letter-spacing: .2em; 
		padding: 0; 
		margin: 24px 20px 0 10px; 
	} 
	 
#col_esq li	{ 
		background: url("../Imagens/lin.png") no-repeat bottom left; 
	}  
#col_esq a	{ 
		display: block; 
		background: url("../Imagens/lin.png") no-repeat bottom right; 
		padding: 0.2em 0 0.2em 0; 
		border: 0; 
	}  
#col_esq a:hover	{ 
		color: #bfbfbf; 
	}

#footer {
		clear: both; 
		color: #666; 
		text-align: center; 
		font-size: 1em; 
		font-weight: normal; 
		font-variant: small-caps; 
		text-transform: lowercase; 
		letter-spacing: .1em; 
		padding: 5px 0 10px 0; 
		border-top: 2px solid #666; 
		margin: 0 0 0 0; }

	}

.Evento {
	font-family: Georgia;
	font-size: 1.2em;
	margin-left: 1.3em;
	color: #990000;
	font-weight: normal;
	margin-bottom: 2em;
	margin-top: 1.5em;
}
.assina {
	font-family: Georgia;
	font-size: 1em;
	margin-left: 40px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 15px;
	font-style: italic;
}

