/* CSS Document */
HTML {

	PADDING:0px 0px 0px 0px;
	MARGIN: 0px; 
	FONT-FAMILY: arial,sans-serif;

}

BODY {
	margin: auto 0;
	background-image: url(images/background.jpg);
	background-color:#000000;
	background-repeat:no-repeat;
}
#container{
	width:960px;
	margin:auto;
	margin-top:100px;
}
#player{
	width:960px;
	height:608px;
	margin:auto;
	background-image:url(images/fondo-player.png);
}
.video{
	width:890px;
	height:506px;
	margin-left:35px;
	margin-top:35px;	
	position:absolute;
}
#foto{
	width:950px;
	margin:auto;
}
.botonera{
	margin-left:830px;
	margin-top:-60px;
	}
.galeria{
	width:900px;
	height:520px;
	margin:0 auto
}
.thumb{
	width:170px;
	margin-right:10px;
	margin-bottom:10px;
	height:120px;
	float:left;
}
.legales{
	width:950px;
	margin-top:50px;
	height:50px;
}

.thumb img{border:0}

a.thumb link{ border-color:#FFFFFF; border-bottom-width:2px;}
a.thumb hover{ border-color:#FFFFFF; border-bottom-width:2px;}