#listaPodcasts {
	width:100%;
	border-spacing: 1px;
	border-collapse: separate;
	background:#cecece;
}
	#listaPodcasts tr {
		width:100% auto;
		border:1px solid #cecece;
		background:#f9f9f9;
		font-size:0.9em;
		line-height:1.1em;
	}
	#listaPodcasts th {
		text-align:center;
		height:20px;
		margin-bottom:10px;
		background:#cecece;
		color:#ffffff;
		font-weight: bold;
		text-transform: uppercase;
	}
	#listaPodcasts td {
		padding:8px;
	}
	#listaPodcasts img {
		float:left;
		margin-right:5px;
		border:1px solid #cecece;
	}
	#listaPodcasts .titulo {
		font-size:1.1em;
		line-height:1.1em;
	}
	#listaPodcasts span {
		line-height:1.9em;
	}
	#listaPodcasts p {
		margin:0;
	}

#buscador {
	position:relative;
	width:100% auto;
	padding:12px;
	background:#f4f4f4;
	margin-bottom:8px;
	border:1px solid #cecece;
	font-size:0.9em;
}
#buscador .buscador-titulo {
	position:absolute;
	font-size:0.9em;
	font-weight:bold;
	top:0;
	right:0;
	padding:4px 12px;
	background:#cecece;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

#buscador .bloque-filtro {
	position:relative;
	width:100%;
}
#buscador .filtro {
	display:inline-block;
}
#buscador input[type=text], #buscador select {
	width:140px;
	font-size:0.9em;
}
#buscador select {
	width:157px;
	font-size:0.9em;
}
#buscador .boton {
	width:60px;
	height:33px;
	text-align:center;
	background:#cecece;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #585858;
	color:#585858;
	font-size:1.3em;
}