<!--
body {
	text-align: center;
	margin: 0px;
//	width:90%;
	//background: url('fondo.jpg');
}
.video {
	position:relative;
	left:-20px;
	top:-508px;
	margin:-50%
	width:410px;
	height:330px;
	
}
.botonera {
	position:relative;
	top:-380px;
}
.botonera a {
	margin:15px;
}

.discopromo {
	position:relative;
	display:block;
	top:-880px;
	left: -290px;
	//width:300px;
	z-index:1;

}
.discopromo a:link,a:visited {
	  /* for IE */
	  filter:alpha(opacity=80);
	  /* CSS3 standard */
	  opacity:0.8;

}
.discopromo a:hover {
	  /* for IE */
	  filter:alpha(opacity=90);
	  /* CSS3 standard */
	  opacity:0.9;

}

img {border:0px;}
-->

