@charset "utf-8";
@import url("classificados.css");
/* CSS Document */

#master {
	width: 1000px;
	background: url(../images/backgroud_interna.png);
	background-repeat: repeat-y;
	display: table;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;	
	_background: url(../images/background2_interna.jpg);
	_background-repeat: repeat-y;

}

#topo {
	background-color: #FFFFFF;
	background-image: url(../images/bg_topo_conteudo.jpg);
	display: block;
	padding: 0px;
	float: right;
	height: 280px;
	width: 752px;
	margin-right: 5px;
	position: relative;
}

#conteudo {
	float: left;
	height: auto;
	width: 720px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	display:table-cell;
	position:relative;
	padding-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: 20;
}

/**** RODAP ****/
#rodape {
	background-color: #dfdfdf;
	display: block;
	padding: 0px;
	float: right;
	height: 274px;
	width: 985px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}


/**** DEMAIS ****/


#conteudo li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	line-height: 20px;
	}
#palestrante {
	height: auto;
	width: 700px;
	margin-bottom: 40px;
	position: relative;
	display: block;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #900001;
	font-weight: normal;

}
.nome_palestrante {
	height: 25px;
	width: auto;
	position: relative;
	display: block;
	color: #ff6501;
	line-height: 25px;
}

.foto_palestrante {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	float: left;
	margin: 0px 10px 10px 0px;
}

/***************** programação ************************/
.tabela_prog{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	margin-bottom: 35px;
}

.tabela_prog tr{
	line-height: 25px;
}
.tabela_prog td{
	padding: 0px 10px 0px 10px;
}
.linha_prog1 {
	
	background-image: url(../images/bg_linha_prog1.png);
	background-repeat: repeat-x;
	
}
.linha_prog2 {
	
	background-image: url(../images/bg_linha_prog2.png);
	background-repeat: repeat-x;
	border-left: 1px solid #F60;
	border-right: 1px solid #F60;
	border-top: 1px solid #F60;
	
}
.amarelo {
	color:#FF6;
	font-weight:bolder;
}

.quadro_palestrantes {
	position:relative;
	float:left;
	display:block;
	width:650px;
	height:auto;
	margin: 5px 0px 0px 25px;
}
.titulo_palestrantes{
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
}
.nome_palestrantes{
	font-size:12px;
	font-weight:bold;
	color:#ff6600;
}
.palestrantes_img{
	float:left; 
	display:block; 
	position:relative; 
	margin-right:25px; 
}
