/*de zonaauditiva*/
/* Podcast */
.mask_podcast{
	position:relative;
	float:left;
	width:322px;
	height:105px;
	overflow:hidden;
}
#podcast_ultimos{
	position:absolute;
}
#podcast_ultimos div{
	width:322px;
	height:105px;
	float:left;
}

#podcast_ultimos h3{
	padding:5px 10px;
}
#podcast_ultimos p{
	text-indent:16px;
}
#podcast_ultimos img{
	width:56px;
	height:56px;
	border:3px solid #FFCC00;
	float:left;
	margin:5px 10px 49px 5px;
}
#podcast_ultimos_info{
	background:#fff !important;
	color:red !important;
	cursor:default;
}
.boton_podcast_ultimos{padding:5px;}
.boton_podcast_ultimos span{color:#ffcc00;padding:0 5px;cursor:pointer;font:10px Verdana;}
.boton_podcast_ultimos span.active, .boton_podcast_ultimos span:hover{background:#C73C00;color:#fff;}

/* Programacion */
.mask_programacion{
	position:relative;
	float:left;
	width:322px;
	height:45px;
	overflow:hidden;
}
#programacion_ultimos{
	position:absolute;
}
#programacion_ultimos div{
	width:322px;
	height:45px;
	float:left;
}

#programacion_ultimos h3{
	padding:5px 10px;
}
#programacion_ultimos p{
	text-indent:16px;
}
#programaciont_ultimos img{
	width:56px;
	width:56px;
	border:3px solid #FFCC00;
	float:left;
	margin:5px 10px 49px 5px;
}
#programacion_ultimos_info{
	background:#fff !important;
	color:red !important;
	cursor:default;
}
.boton_programacion_ultimos{padding:0px;}
.boton_programacion_ultimos span{color:#ffcc00;padding:0 5px;cursor:pointer;font:10px Verdana; background-color:#018BAF;}
.boton_programacion_ultimos span.active, .boton_programacion_ultimos span:hover{background:#C73C00;color:#fff;}