/* SALAS EM DESTAQUE */
.salas 
{
	width:375px;
	float:left;
}
.salas .patrocinador
{
	margin-bottom:10px;
}
.salaDestaque 
{
	background-image:url(../../imgs/salas-de-discussao/bg-destaque.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#818181;
	height:180px;
	width:375px;
	padding:20px;
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}
.salaDestaque .imgConvidado 
{
	float:left;
	width:160px;
	font-weight:bold;
	color:#f3f3f3;
}
.salaDestaque .imgConvidado img
{
	display:block;
	margin-bottom:5px;
	border:1px solid #7f7f7f;
}
.salaDestaque .descricao 
{
	width:210px;
	float:left;
	color:#f6f6f6;
}
.salaDestaque .descricao .tema 
{
	font-size:16px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	color:#fff;
}
.salaDestaque .descricao p
{
	text-align:justify;
	color:#f6f6f6;
}


/* PRÓXIMOS TEMAS */
.proximos-temas 
{
	width: 250px;
	float:right;
	margin-top: 64px;
}
.proximos-temas p 
{
	margin:0px;
	margin-bottom:5px;
}
.proximos-temas span 
{
	display:block;
	margin-bottom:2px;
}
.proximos-temas ul li 
{
	background-image:url(../../imgs/master/linha-menu.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	margin-top:10px;
}
.proximos-temas a 
{
	margin-top:10px;
	display:block;
}

/* SALAS JÁ REALIZADAS */
.salas-realizadas 
{
	margin-top:10px;
	margin-bottom:30px;
}

.salas-realizadas h4
{
	margin-bottom:10px;
}
.salas-realizadas ul
{
	background-image:url(../../imgs/master/linha-menu.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	margin-top:10px;
	width:340px;
	float:left;	
}
.salas-realizadas ul li a
{
	display: block;
	margin-top: 10px;
}


/* SOMENTE SALAS REALIZADAS */
.somente-proximos-temas 
{
	clear:both;
}
.somente-proximos-temas  p 
{
	margin:0px;
	margin-bottom:5px;
}
.somente-proximos-temas  span 
{
	display:block;
	margin-bottom:2px;
}
.somente-proximos-temas  ul li 
{
	background-image:url(../../imgs/master/linha-menu.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	margin-top:10px;
	width:355px;
	float:left;
}
.somente-proximos-temas  a 
{
	margin-top:10px;
	display:block;
}
