div.tab_videos {
	background-color:#FFFFFF;
	height:470px;
}

div.videoPlayerWrapper {
	height: 250px;
	width: 300px;
	background-color: #fff;
	float: left;
	padding-left: 5px;
}

div.videoData {
	background-color:#B7BABC;
	color:#FFFFFF;
	float:left;
	height:250px;
	margin-left:5px;
	width:185px;
}

#fechaContainer {
	height: 102px;
	position: relative;
	background-color: #2F2F30;
}

div.bloqueFecha {
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-weight:bold;	
}

div.videoData ul li {
	background-color: #2C8DD1;
	height: 26px;
	margin-top: 1px;
}

#dataWrapper {
	width: 175px;
	margin: 0 auto;
	margin-top: 5px;
}
div.dataField {
	padding-top: 3px;
	text-align: left;
	margin-left: 10px;
	font-size: 8pt;
}
#masVideos {
	height: 100px;
	position: relative;
	margin-top: 4px;
	width: 490px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #2F2F30;
}
#masVideosText {
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
#videoIndex {
	text-align: left;
	background-color: #2F2F30;
	position: relative;
	width: 490px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 8px;
	overflow: hidden;
	height: 100px;
}
#videoIndexNext {
	height: 100px;
	position: absolute;
	left: 2px;
	width: 12px;	
	top: 10px;	
	cursor: pointer;
}
#videoIndexPrev {
	height: 100px;
	position: absolute;
	right: 2px;
	top: 10px;
	width: 12px;	
	cursor: pointer;	
}
div.videoItem {
	width: 100px;
	height: 100px;
	background-color: #000;
	margin-left: 10px;
	float: left;	
}

div.videoItem a {
	display: block;	
}

div.videoItem img {
	vertical-align: middle;
}
#indexWrapperEntrevistas, #indexWrapper {
	width: 470px;
	margin-left: 20px;
	margin-right: 20px;
}
