@charset "utf-8";
/* CSS Document */
/** zerando e padronizando as tags **/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
}
hr {display: none;}
html {background: #fff; height: 100%}
body {
	font-family:'Arial', Helvetica, sans-serif;
	height: auto;
	text-align: center;
	background:url(../imagens/bg-geral.jpg);
	font-size:13px;
	color:#494032;
	
}


/**********
 after
**********/
#geral:after, #geral div:after, #conteudo:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}


/**********
titulos
***********/
h1,h2, h3, h4, h5, h6 {
	font-family:Georgia,'Times New Roman',serif;
	color:#4e252c;
}
h1{
	font-size:50px;
	bottom:35px;
	left:20px;
}

h1 a{
	height:148px;
	overflow: hidden;
	text-indent: -99999px;
	display: block;
	background: transparent url(../imagens/60anos-taca-olimpica.jpg) no-repeat left top;
}
h2{
	font-size:24px;
	font-style:italic;
	margin-bottom:10px;
}
h3{
	font-size:20px;
}
h4{
	font-size:18px;
}
h5{
	font-size:16px;
}

/**********
textos
**********/
p{
	color:#494032;
	margin-bottom:12px;
	line-height: 17px
}
em { 
	
}
.destaque{
	color:#1e2f08;
	text-decoration:underline;
	font-weight:bold;
}
.saiba-mais a{
	float:right;
	color:#471313;
}
.saiba-mais a:hover{
	text-decoration:underline;
}

/**********
 blocos 
**********/
.geral {
	width: 998px;
	margin:0 auto;
	text-align: left;
	overflow: hidden;
}
#conteudo {
	width: 100%;
	clear: both;
	position:relative;
	min-height:574px;
}
#conteudo h1.geral{
	margin: 30px auto;
}


.tivi{
	background:url(../imagens/moldura-tivi.jpg) no-repeat;
	height:447px;
	padding:30px 24px;
}
#bloco1 .geral-fundo{
	background:url(../imagens/bg-box-bloco1b.jpg) no-repeat;
	height:210px;
}
.chamada{
	width:525px;
	padding-left:15px;
	font-family: Georgia,'Times New Roman',serif;
	font-weight: bold;
	font-style: italic;
}
#bloco2{
	background:url(../imagens/topo-box-corpo.jpg) repeat-x;
	height:503px;
}
#interna-bloco2{
	background:url(../imagens/topo-box-corpoa.jpg) repeat;
}

#bloco3{
	padding:50px 0;
	line-height:20px;
}
#col_1 {
	width:310px;
	overflow: hidden;
	height: 100%;
	float:left;
	margin-right:11px;
	
}
#col_2 {
	width:293px;
	overflow: hidden;
	height: 100%;
	float:left;
	margin:0 11px;
}

#col_3 {
	width:339px;
	overflow: hidden;
	height: 100%;
	float:left;
	margin-left:11px;
}

/**********
GRID - Colunas da esquerda e direita
**********/
.box-left {float: left; width: 671px; margin-right: 22px;}
.box-right {float: right; width: 239px;}





/**********
topo
**********/
#topo {
	background:url(../imagens/topo.jpg) repeat-x left top;
	height: 77px;
	width: 100%;
	overflow: hidden;
	display:table;
}

#logo span a{
	background:url(../imagens/escudo-logo.jpg) no-repeat;
	height:77px;
	width:371px;
	float:left;
	overflow: hidden;
	text-indent: -99999px;
	display: block;
	
}
.menu {height: 31px;overflow: hidden; float:right; margin:35px 0 0 50px;;}
.menu ul{
	height: 30px;
	color:#fff !important; 
	overflow: hidden;
	float:left;
}
.menu ul li {
	height: 30px;
	float: left;
	margin-right: 20px;
}
.menu ul li a {
	color:#fff;
	display: block;
	vertical-align: middle;
	font-style:italic;
}
.menu ul li a:hover {text-decoration:underline;}

/******
moldura
****/
.moldura-top{
	background:url(../imagens/topo-box-corpo1.jpg) no-repeat;
	height:14px;
}
.interna-moldura-top{
	background:url(../imagens/topo-box-corpo.jpg) repeat-x;
	height:50px;
}
.moldura-down{
	background:url(../imagens/rodape-box-corpo.jpg) repeat-x;
	height:173px;
}

/************
coluna 3 img
*************/
#col_3 img{
	height:90px;
	width:90px;
	margin:0 15px 15px 0;
}
/*******
rodape
*******/
#rodape{
	clear:both;
	height:100%;
	background:url(../imagens/rodape2.jpg) repeat-x bottom;
	padding-top:50px;
}
#rodape small{
	font-size:13px;
}

#rodape small a{
	font-size:13px;
	color:#471313;
	vertical-align: middle;
	font-style:italic;
}

#rodape small a:hover {text-decoration:underline;}

#rodape  ul{
	color:#fff !important; 
	height: 31px;
	overflow: hidden;  
	margin-top:10px;
	text-align:center;
	width:100%;

}
#rodape ul li {
	height: 30px;
	display: inline;
	margin-right: 20px;
}
#rodape ul li a {
	font-size:13px;
	color:#471313;
	vertical-align: middle;
	font-style:italic;
}
#rodape ul li a:hover {text-decoration:underline;}
.desenvolvimento li a{
   font-style:normal !important;
}
.desenvolvimento small{
	color:#494032 !important;
	padding-right:22px;
}