@charset "utf-8";
/* CSS Document */

body {
	background-color:#DDDBCC;
	background-image:url(img/fondoSite.jpg);
	background-position:center;
	padding:0;
	text-align:center;
	vertical-align:middle;
}

a {
	cursor:pointer;
}

.menu a:hover {
	color:#B60E0A;
}

a:visited {
	text-decoration:none;
}

a img {
	border:0;
}

.global {
	width:95%;
	margin:0;
	vertical-align:middle;
	padding:5px;
	height:auto;
	position:relative;
}

.fondo {
	border:5px solid #000;
	height:530px;
	width:850px;
	min-height:530px;
	min-width:850px;
	position:absolute;
	overflow:hidden;
	background-repeat:no-repeat;
}

.loader {
	border:1px solid #fff;
	min-height:490px;
	max-height:490px;
	max-width:800px;
	min-width:800px;
	position:absolute;
	/*IE 5.5 __ IE 6.0 */
	_height: 480px;
	_width: 800px;
	width: expression(document.body.clientWidth < 800? "800px": "auto" );
	height: expression(this.scrollHeight < 480? "480px" : "auto" );
	/*******************/
	overflow:hidden;
	background-image:url("img/mascara.png");
}

.menu {
	font:Verdana, Geneva, sans-serif bold 13px;
	color:#600;
	word-spacing:3px;
	padding-top:8px;
	font-weight:bold;
	position:absolute;
	display:inline;
}

.TDplayer {
	text-align:left;
}

.player {
	width:380px;
}

.TDtitulo {
	text-align:right;
}

.header {
	position:absolute;
}


