/* CSS Document */
 body {width:100%; height:100%; overflow:hidden, margin:0}
 html {width:100%; height:100%; overflow:hidden}

.relContainer{
	position:relative;
	height:100%;
	width:100%;
}

.nCentContainer{
	align:center;
	width:auto;
	height:auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
	position:absolute;
}

.iconBoxElement{
	top:10px;
	margin:10px;
	cursor:pointer;
	border-style:none;
}

.iconBoxElementSelected{
	top:10px;
	margin:10px;
	cursor:pointer;
	border-style:solid;
	border-width:2px;
	border-color:#FFFFFF;
}

#nBg{
	height: auto;
	top: 0;
	bottom:0;
	width: 1024px;
	background-image:url(imagenesindex/index.jpg);
	position:absolute;
	left:50%;
	margin-left:-512px;
}
/*
#cabecera{
	position:absolute;
	top:0px;
	width:1024px;
	height:130px;
	background-color:#33FF33;
}

#cabeceratitulos{
	position:absolute;
	top:0px;
	width:1024px;
	height:90px;
	background-color:#FF9933;
}

#fondoenlaces{
	position:absolute;
	top:90px;
	width:1024px;
	height:40px;
	background-color:#CC0000;
}*/

#nPlayer{
	position:absolute;
	top:129px;
	bottom:30px;
	width:1024px;
	height:auto;
	
	overflow:auto;
}

#nIconBox{
	position:absolute;
	bottom:10px;
	width:1024px;
	height:110px;
	
	overflow-x:auto;
	overflow-y:hidden;
	text-align:center;
}

#nIconBoxC{
	position:absolute;
	top:0px;
	width:50px;
	height:90px;
	
	overflow:hide;
}
