
/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;				
	width:590px;
	height:400px;
	border:0px;		
}

a.flowplayer2, a.flowplayer2 img {
	display:block;				
	width:300px;
	height:240px;
	border:0px;		
}

a.flowplayer3, a.flowplayer3 img {
	display:block;				
	width:280px;
	height:235px;
	border:0px;		
}
/* play button on top of splash screenn */
div.playButton {
	background:url(../img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-140px;
	left:125px;	
	opacity:0.9;
	margin-bottom:-50px;
}

/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;		
}

.video_izq {float:left; margin:15px 15px 15px 0}

.video_der {float:right; margin:15px 0 15px 15px}
