
/*galeria de videos*/
.flecha_izquierda  {
	cursor:pointer;
	left:0;
	position:absolute;
	z-index:15;
}
.flecha_derecha  {
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
	z-index:15;
}
.highlightVideos  {
	margin-bottom:15px;
	margin-left:18px;
	width:470px;
}
.divVideos  {
	clear:left;
	position:relative;
	width:504px;
	height:256px;
}
.VideoView  {	
	clear:left;	
	margin-bottom:5px;	
	position:relative;
	width:504px;
}
.highlightVideos .item {
	background-color:#E1E6EB;	
	float:left;	
	margin-bottom:5px;
	margin-left:2px;
	margin-right:2px;
	padding-bottom:18px;
	position:relative;
	width:152px;
}
.highlightVideos .divattach {
	margin:10px;
	min-height:220px;
	overflow:hidden;
	text-align:center;
}
.highlightVideos .divattach .volanta 
{
    left:15px;
    position:absolute;
    text-align:left;
    top:145px;
    display:block;
    padding-right:6px;	
}
.highlightVideos .divattach .epigrafe {
	cursor:pointer;
	left:15px;
	margin-bottom:5px;
	margin-top:15px;
	position:absolute;
	text-align:left;
	top:110px;
	font-family:tahoma;
	font-weight:bold;
	font-size:12px;
	color:#596F82;
}
.highlightVideos .divattach .epigrafe span {
	font-family:tahoma;
	font-weight:bold;
	font-size:12px;
	color:#596F82;
}
.highlightVideos .divattach img {
	background-color:#000000;
	cursor:pointer;
	margin:auto;
	width:131px;
	height:104px;
}
.highlightVideos .divattach .copete{
    display:none;
}


/*div contenedor del player*/
.VideoEmbed{
	background-color:#494949;
	text-align:center;
}
#promo{
	height:328px;
	margin:0 auto;
	text-align:center;
	width:436px;
	padding:15px 0;
}
.VideoTitle{
	font-size:16px;
	font-weight:bold;
}
.VideoCopete{
	padding:10px 0 15px 0;
}