.contenedor {
	display:table;
	width:950px;
	margin:0 auto;
	}
	
.contenedor p {
	padding:0;
	margin:0;
	}

.contenedor #video {
	float:right;
	height:270px;
	width:675px;
	}

.contenedor #menu {
	float:left;
	width:274px;
	height:270px;
	background:#f0f0f0;
	text-align:left;
	}
	
/* contenedor-relacionados */
.contenedor-relacionados {
	width:940px;
	margin:0 auto;
	display:table;
	margin-top:1px;
	margin-bottom:10px;
	}

.contenedor-relacionados #prev {
	float:left;
	margin:5px;
	}
	
.contenedor-relacionados #playing {
	float:left;
	margin:5px;
	}
	
.contenedor-relacionados #next {
	float:left;
	margin:5px;
	}		

.contenedor-relacionados #time {
	margin:5px;
	text-align:right;
	}		

.contenedor-relacionados #items {
	display:table;
	}		


/* tags */
#relatedTags {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:5px;
	background:#f0f0f0;
	padding:5px;
	}
	
.video_all_content {
	width:900px; 
	margin:0 auto;
	text-align:center;
	}

/*
.moduleContent {
	width:900px;
	margin:0 auto;
	text-align:center;
	}
*/

.moduleEntryDescription, .moduleEntryDetails {
	margin:5px;
	}
		
.moduleEntry {
	float:left;
	width:410px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:1px;
	margin-right:1px;
	display:table;
	text-align:center;
	}	
	
.moduleEntry #videoImg {
	}

.moduleEntry #videoInfo {
	}

.moduleEntry #video-preview a {
	}

.moduleEntry #video-preview img {
	border:1px solid #ffffff;
	}

.moduleEntry #video-preview img:hover {
	border:1px solid #666666;
	}
	
.bg2 {
	}

.section {
	display:table;
	margin:5px;
	}

.Video a:visited {
	color:none;
	}