﻿#podcast_container 
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
	background-color:White;
	height:auto;
	
}
#podcast_title 
{
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	float:left;
	
	width: 300px;
	
	vertical-align: middle;
	
}


#podcast_title h1 
{
	color: #235FAD;
	float:left;
	margin-top: 20px;
}
#podcast_title p
{
	display: inline;
}


#podcast_player 
{
	padding-left: 5px;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
	float:left;
	width: 530px;
	
}



.podcast_separator 
{
	clear:both;
	background: url(../img/img_backgr.png) 0 0 no-repeat #fff;
	height: 30px;
	margin-top: 10px;
}

#podcast_topten 
{
	background: #FFF;
	margin-bottom: 5px;
}

.podcast
{
	float:left;
	width: 47%;
	background: #EEEEEE;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	
}
.podcast img.mainImage
{
	float:left;
	margin-right: 10px;
	width: 133px;
}
.podcast .titulo 
{
	font-weight: bold;
	color: #000;
	font-size: 12px;	
	height: 25px;
}
.podcast .fecha 
{
	margin-top: 5px;
	color: #F00;
	font-size: 11px;	
}
.podcast .descripcion 
{
	margin-top: 5px;
	padding-right: 25px;
	color: #000;
	font-size: 12px;
	height: 45px;
	text-align:justify;
}

.podcast .botones
{
	margin-top: 8px;
	color: #000;
	font-size: 10px;
	vertical-align:middle;
}
.podcast .botones a
{
	border: 0;
	text-decoration: none;
	color: #000;
}


.podcast_space
{
	height: 30px;
	clear: both;
}

#podcast_anteriores
{
	clear: both;	
}

#anteriores_title 
{
	padding-left: 15px;
	padding-top: 5px;
	
	color: #235FAD;
	
	font-weight: bold;
	font-size: 12px;
	
	
}

#anteriores_content 
{
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #EEEEEE;
}

.podcastanterior 
{
}

.podcastanterior_space
{
	height: 14px;
}
.podcastanterior .fecha 
{
	color:#F00;
	font-size: 11px;	
}
.podcastanterior .titulo 
{
	color:#000;
	font-size: 12px;	
}
.podcastanterior .botones 
{
	margin-top:9px;
	border: 0;
	text-decoration: none;
	font-size: 10px;
	color: #000;
}
.podcastanterior .botones a
{
	border: 0;
	text-decoration: none;
	color: #000;
}

.escondido 
{
	display: none;
}

.pagination 
{
	color: #F00;
	font-size:12px;
	text-align: right;
	padding-right: 20px;
}

.pagination a
{
	color: #000;
	text-decoration: none;
}
