#dv_inicial{
	position:relative;
	display:table;
	}
#dv_inicial_esq{
	position:relative;
	width:470px;
	float:left;
	margin-right:10px;
	}
#ul_texto_inicial{
	margin-top:10px;
	display:table;
	width:100%;
	}
#ul_texto_inicial li{
	list-style:none;
	border:solid 1px #EEE;
	float:left;
	width:150px;
	height:240px;
	margin-bottom:7px;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
	}
#ul_texto_inicial li:hover{
	background-color:#F6F6F6;
	cursor:pointer;
	}
#ul_texto_inicial li .foto_texto_inicial{
	width:100%;
	display:block;
	margin-bottom:10px;
	border:solid 2px #FFF;
	}
#ul_texto_inicial li .foto_texto_inicial img{
	width:100%;
	}
#dv_inicial_dir{
	position:relative;
	width:310px;
	float:left;
	}
#dv_podcast_inicial{
	display:table;
	width:100%;
	background-color:#BFDCE7;
	margin-bottom:20px;
	}
#dv_podcast_inicial img{
	margin:5px 0px 0px 5px;
	}
#ul_texto_inicial_dir{
	position:relative;
	display:table;
	width:100%;
	margin:0px;
	padding:0px;
	}
#ul_texto_inicial_dir li{
	display:table;
	width:100%;
	list-style:none;
	padding:0px;
	margin:0px;
	border-bottom:solid 5px #CCC;
	}
#ul_texto_inicial_dir li:hover{
	background-color:#EEE;
	cursor:pointer;
	}
.foto_texto_inicial_dir{
	float:left;
	margin:0px 10px 10px 0px;
	border:solid 1px #006699;
	}
#ul_texto_inicial_dir li h6{
	color:#069;
	}
#ul_texto_inicial_dir li:hover h6{
	color:#06C;
	}
#ul_texto_inicial_dir li:hover p{
	color:#333;
	}