body
{
	text-align:center;
	margin:0;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
DIV,UL,OL /* Left */
{
	margin-top: 0px;
	margin-bottom: 0px;
}
div#container
{
	position:relative;
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
div#portada
{
	position:absolute;
	overflow:hidden;
	left:0px; top:25px;
	width:1000px;
	height:770px;
	z-index:0;
}
div#marque{
	position:absolute;
	overflow:hidden;
	margin-left:auto;
	margin-right: auto;
	padding-top:10px;
	top:0px;
	width:1000px;
	height:30px;
	z-index:3;
	color: #D0D0D0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	background-color:#1E1E1E;
}
.boton{
	background-image: url(images/boton-videochat.png);
	width:300px;
	height:67px;
	position:absolute;
	top:430px;
	left:120px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.boton:hover{
	background-image: url(images/boton-videochat2.png);
	width:300px;
	height:67px;
}
.hispaservers{
	position:absolute;
	overflow:hidden;
	margin-left:auto;
	margin-right: auto;
	padding-top:10px;
	top:760px;
	width:1000px;
	height:30px;
	z-index:3;
	color: #D0D0D0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	background-color:#1E1E1E;
}
.hispaservers a{
	text-decoration:none;
	color: #D0D0D0;
}