@charset "utf-8";
/* CSS Document */
/*Global Reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input,p, blockquote, th, td {margin:0;padding:0;}
table {border-collapse:collapse; border-spacing:0;}
html, body, form, fieldset {color:#222;font-size: 11px;font-family: "Georgia", Helvetica, Arial, serif;line-height:1.5em}
abbr, img {border:none;}
address, caption, cite,th{font-style:normal;font-weight:normal;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font-size:100%}
b,em {font-weight:normal;font-style:normal}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f5f2ed;
	margin-top: 0px;
}
/*************************************
	Links
**************************************/
a, a:visited {
	color: #b30000;
	text-decoration: none;
	outline:none;
}
	
a:hover{
	color: #333;
	text-decoration: underline;
	}
div.container{
margin:0 auto;
width:828px;
position:relative;
background:#fffefe url(images/bg_conteudo.png) repeat-y;
}
#content-index{
padding: 10px 17px;
}
#title	{
background:url(images/header.png) top center no-repeat;
display:block;
width:828px;
height:111px;
}
	#title span	{
	display:none;
	}
#contato-index{
background:url(images/bg_contato_index.png) top center no-repeat;
padding: 16px;
}
#contato-index h2{
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	color:#000000;
	padding: 0px;
	line-height: 100%;
}
#index-palestraBG{
background-color:#c4ccbc;
width: 567px;
padding:5px;
float:left;
}
	#index-palestra{
	position:relative;
	background:#d6dfce url(images/foto_milton_bg.gif) bottom right no-repeat;
	width: 535px;
	height: 232px;
	border:#FFFFFF 1px solid;
	padding: 15px;

	}
	#index-palestra h1{
	background:#d6dfce url(images/palestra_H1.gif) left top no-repeat;
	width: 150px;
	height: 30px;
	}
	#index-palestra p{
	width: 360px;
	font-size: 120%;
	min-height: 1.5em;
}
#eventos{
background:#c8f0aa url(images/bg_eventos_index.jpg) top no-repeat;
width: 207px;
height: 321px;
padding:0px;
float:right;
position: relative;
margin-top:-45px;
text-align: center;
}
#eventos a, #eventos:visited{
font-size: 13px;
color: #e67918;
}
#eventos h2{
	background:url(images/eventos_index_h2.gif) left top no-repeat;
	width: 173px;
	height: 25px;
	margin-bottom: 15px;
}
#eventos ul{
margin-top:15px;
padding: 15px;
}
#eventos li{
border-top: #a0c088 1px solid;
padding: 8px;
}
#artigos{
float: left;
}
#artigos h1, #blog h1{
color: #339900;
margin-top: 20px;
margin-bottom: 10px;
}
#artigos h1{
font-size: 180%;
width: 270px;
background:url(images/icon_artigos.gif) left no-repeat;
padding: 2px;
padding-left:25px;
}
#artigos ul{
border-top: 3px solid #339900;
padding-top: 8px;
padding-left: 2px;
}
#artigos li{
	background:url(images/artigos_icon.gif) left no-repeat;
	padding: 6px;
}
#artigos a, #artigos a:visited {
	color: #000;
	text-decoration: none;
	outline:none;
}
	
#artigos a:hover{
	color: #1A1A1A;
	text-decoration: underline;
}
#artigos a, #artigos a:visited, #artigos a:hover{
	font-weight: bold;
	font-size: 13px;
	margin-left: 15px;
} 
#blog{
position: relative;
float:left;
width: 245px;
font-size:13px;
font-weight:bold;
}
#blog h1{
font-size: 160%;
width: 245px;
background:url(images/icon_rss.gif) right top no-repeat;
padding: 2px;
}
#blog ul{
border-top: 3px solid #339900;
}
#blog h1, #blog ul{
margin-left: 20px;
margin-right: 5px;
}
#blog li{
	padding: 6px;
}
#banner-livro{
float:right;
position: relative;
margin-top: 20px;
}
#banner-livro h1{
font-size: 120%;
width: 181px;
border: 1px solid #999999;
color: #c82323;
padding: 4px;
padding-left: 17px;
background: url(images/flecha_vrm.gif) left no-repeat;
background-position: 8px;
}
#banner-livro img{
padding: 8px;
}
#banner-livro p{
text-align:right;
font-weight:bold;
}
#video{
position: relative;
float:left;
}
div.bottom{
margin:0 auto;
margin-top: 20px;
height:69px;
width:828px;
position:relative;
background:#fffefe url(images/bg_rodape.png) no-repeat;
text-align:right;
}
div.bottom img{
padding: 14px;
}
.floatClear	{
clear:both;
visibility:hidden;
}