
#contentHome{
	float:left;
	width:970px;
	height:450px;
	margin-top:35px;
	text-align:center;
}

.contentMain{
	position:relative;
	float:left;
	width:819px;
	height:422px;
	padding:0px;
	margin:0px;
	z-index:9;
}

.contentMain .contentTabla{
	background:#2a2525;
	height:380px;
}

.contentMain .video{
	position:relative;
	float:left;
	width:515px;
	height:330px;
	margin-left:10px;
}

.contentMain .videosRecientes{
	float:right;
	width:250px;
	height:330px;
	margin-right:10px;
	text-align:left;
}

.contentMain .videosRecientes .tituloCategoria{
	font-size:10px;
	font-weight:bold;
}

.contentMain .videosRecientes #masVotados{
	margin-top:20px;
}

.contentMain .videosRecientes .videoCategoria{
	float:left;
	width:73px;
	height:70px;
	margin-right:7px;
}

.contentMain .botonesRedesSociales{
	float:left;
	width:505px;
	height:40px;
	margin:10px 0 0 20px;
	text-align:right;
}

