/*Inicio dos palestrantes*/

.cv {padding:20px; font-size:12px; line-height:18px;}
.cv em {color:#666}

.img_cv{
	float: left;
	display: block;
	margin:0px 20px 20px 0px;
	border:1px solid #f4f4f4;
}

.palestrantes{
	width: 480px;
	margin: auto;
	margin-left:0px;
	display: table;
	text-align:center;
}
.cv_palestrantes{
	width: 470px;
	margin: 5px auto;
	text-align:left;
	font-size: 10px;
	line-height: 16px;
}
.tit_cv_palestrantes{
	margin-bottom: 10px;	
}
.mini_cv_palestrantes div{
	display: none;
}
.texto{
	float: left;
	width: 350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:16px;
}

.img_descricao_palestrante{
	*margin-top:-22px;
}

.tit_palestrantes{
	border:1px solid;

	font-weight: bold;
	color: #FFDE00;
	font-size:13px;
}



/*************---------------------------------------------******************/

/*Mini Palestrante*/
.palestrantes .box_palestrante_min{
	display: table;
	width: 74px;
	margin:10px 10px;
	float: left;
}
.palestrantes .box_palestrante_min a{
	color: #0d587f;
	font-size:11px;
	padding-left: 15px;
	display: block;
	background:url(../images/img_sub_tit.png) left no-repeat;
	width: 40px;
	margin-top: 5px;
	font-weight: normal;
	margin-left:0px;
 }
.palestrantes .box_palestrante_min .descricao_palestrantes_mini{
	background: #0d587f;	
	width: 72px;
	display: block;
	height: 120px;
}

.palestrantes .box_palestrante_min .descricao_palestrantes_mini img{
	width: 68px;
	margin: auto;
	padding-top:2px;
	display: block;
}
.palestrantes .box_palestrante_min .descricao_palestrantes_mini p{
	color:#fff;
	text-align: center;
	width: 70px;
	line-height: 12px;
	margin-top: 6px;
}
/*Palestrante normal*/
.palestrantes .box_palestrante{
	display: table;
	width: 100px;
	margin:10px 4px;
	float: left;
}
.palestrantes .box_palestrante a{
	color: #0d587f;
	font-size:11px;
	text-align:center;
	display: block;
	background:url(../images/img_sub_tit_azul.png) left no-repeat;
	width: 100px;
	margin-top: 10px;
	font-weight: normal;
}
.palestrantes .box_palestrante .descricao_palestrantes img{
	width: 88px;
	margin: auto;
	padding-top:3px;
	display: block;
}

.palestrantes .box_palestrante .descricao_palestrantes{
	background:url(../images/bg_palestrantes.jpg) no-repeat;	
	width: 100px;
	display: block;
	height: 145px;
}
.palestrantes .box_palestrante .descricao_palestrantes p{
	color:#fff;
	text-align: center;
	width: 100px;
	line-height: 12px;
	margin-top: 6px;
}

table.programa{
	width:480px;	
}

table.programa .titulo_programa{
	width:480px;
	height:25px;
	background:url(../images/bg_titulo_programa.jpg) no-repeat;
	text-align:center;
	color:#FFF;
}

table.programa .tabela_top{
	width:480px;
	height:4px;
	background:url(../images/tabela_top.jpg) no-repeat;	
}

table.programa .tabela_bottom{
	width:480px;
	height:4px;
	background:url(../images/tabela_bottom.jpg) no-repeat;	
}

table.programa .horario{
	background-color:#2591d1;	
	color:#FFF;
	font-weight:bold;
	text-align:center;
	border-bottom:4px solid #FFF;
}
table.programa .conteudo{
	background-color:#efeff1;
	color:#0d587f;
	padding:10px;
	font-weight:bold;
	border-bottom:4px solid #FFF;
}

.lista_palestrantes{
	margin-left:40px;
	margin-top:10px;	
}

.lista_palestrantes li{
	height:25px;		
}

.lista_palestrantes li .destaque_azul{
	font-weight:bold;
	color:#2591d1;	
}

 .destaque_azul{
	font-weight:bold;
	color:#2591d1;	
}