/* CSS Document */

/* REINICIANDO AS CONFIGURAÇÕES DE "TODOS" OS ELEMENTOS PARA DIVERSOS NAVEGADORES */
/* definições de html basico */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	outline:0;
	padding:0;
	/*vertical-align:baseline;*/
}

:focus {
	outline:1;
	border-bottom-color: #FFFFFF;
}

body {
	background:url(../Imagens/fundoSite.jpg) top center;
	background-repeat: repeat-y;
	background-position:top;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}

h1{
	font-size:20px;
	color:#8CA376;
}

h2{
	font-size:20px;
	color:#58595B;
	
}

h3{
	font-size:16px;
	font-weight: 600;
	color: #415968;
	text-align: left;
}

h4{
	font-size:12px;
	font-weight: 200;
	
}

h5{
	font-size:10px;
	color:#5B9B98;
}


ol, ul, li { 
	list-style: none;
}


label{
	display:block;
	height:auto;
}

input, textarea, select{
	margin:0;
	padding:0px;
	width:auto;
	height:auto;
	border:1px;
}

#clear{
	clear:both;
}

/* definições de links class*/ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

a {	color:#3A4331; text-decoration: none;	}
a:link { color:#3A4331; }
a:hover { color:#3A4331; text-decoration: underline; }	
a:active {color:#3A4331;
}

/*Navegaçao*/
	
a.navegacao { color:#3A4331; text-decoration: none; }	
a.navegacao:link { color:#3A4331; }
a.navegacao:hover {	color:#3A4331; text-decoration: underline; }	
a.navegacao:active { color:#3A4331;	}	


/* definições de Span */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.fonteAzul{
	color:#0099FF;

}

.fonteBca{
	color: #FFFFFF;

}

/*  stform*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.form{
	border:solid #3F4936 1px;
	font-size:12px;
	font-weight: normal;
	padding:5px;
	color:#333333;
	background-color:#E6E5E3;
	width:140px;
	margin-bottom:5px;
}

.stform{
	border:solid #cccccc 1px;
	font-size:12px;
	font-weight: normal;
	padding:5px;
	color:#333333;
	width:140px;
	height:15px;
	margin-bottom:5px;
}

/*  navegação*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#navegacao{
	font-size:11px;
	color:#333333;
	padding-bottom:20px;
	padding-top:5px;

}

/*  index*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#menu{
	width:100%;
	background-image: url(../imagens/btnEstagio01.jpg);
	background-repeat: repeat-x;
}

#divLateral {
	position:absolute;
	top:480px;
	z-index:5;
}

#divLateral02 {
	position:fixed;
}

#logo{
	width: 540px;
	padding-left: 360px;
	padding-top: 70px;
}

#cabecario{
	background-image:url(../imagens/cabecario01.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:100%;
	height:436px;
	padding-top: 20px;
}

#geralTopo{
	width:820px;
	margin:0 auto;
	padding-top: 10px;
}

#geralTopo img{
	float:left;
}

#geralTopo01{
	width:600px;
	float: right;
	text-align: right;
}

#geralCentro{
	width:820px;
	margin:0 auto;
	padding-top: 20px;
}

/*  home*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#geralHome01{
	width:820px;
}

#geralHome01 img{
	float:left;
	padding-right: 10px;
}

#geralHome02{
	width:262px;
	float: left;
	margin-right: 10px;
}

#geralHome02-1{
	width:262px;
	float: left;
	margin-right: 10px;
}

#geralHome02-2{
	width:262px;
	float: left;
}

#geralHome03{
	width:220px;
	float: left;
	height: 100px;
	padding: 20px;
	background-image: url(../Imagens/boxHome01.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#geralHome04{
	width:220px;
	float: left;
	height: 150px;
	background-color: #8DA476;
	padding: 20px;
}

#geralHome05{
	width:220px;
	float: left;
	height: 100px;
	padding: 20px;
	background-image: url(../Imagens/boxHome02.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#geralHome06{
	width:220px;
	float: left;
	height: 100px;
	padding: 20px;
	background-image: url(../Imagens/boxHome03.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#geralHome07{
	width:220px;
	float: left;
	height: 100px;
	padding: 20px;
	background-image: url(../Imagens/boxHome04.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#geralHome08{
	width:220px;
	float: left;
	height: 100px;
	background-image: url(../Imagens/boxHome06-1.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color:#425333;
	margin-top: 10px;
	padding: 20px;
}

#linha{
	width:99%;
	height: 10px;
	padding: 5px;
	background-image: url(../Imagens/linha.gif);
	background-position: center;
	background-repeat: repeat-x;
}

#rodape{
	width:820px;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align:center;
	color:#666666;
}

/*  Patrocinio*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#geralPatrocinio{
	margin: 0 auto;
	width:820px;
}

/*  Programação*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#geralProgramacao{
	margin: 0 auto;
	width:820px;
}

#geralProgramacao01{
	margin: 0 auto;
	width:700px;
}

/*  Contato*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#geralContato{
	margin: 0 auto;
	width:820px;
}

/*  Conferência*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#geralConferencia{
	margin: 0 auto;
	width:820px;
}

/*  Hospedagem*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#geralHospedagem{
	margin: 0 auto;
	width:820px;
}

/*  noticias*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#geralNoticias{
	margin: 0 auto;
	width:820px;
}

/*  palestrantes*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fotoPalestrantes{
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

#fotoPalestrantes01{
	float:left;
	padding-right:20px;
}

#linhaPalestrantes01{
	background-color:#333300;
	height:1px;
	width:100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
