/*********************  GENERAL  **************************/
body {
	background:#000000;
	font-family:  Arial, Tahoma, "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #32acc5;
	margin: 0px;
}
/******************   LAYOUTS      ***************/
#contenedorIndex{
	top: 50%; 
	left: 50%; 
	margin-left: -491px;
	margin-top:-294px;
	position: absolute; /**/
	height:589px;
	width: 982px;
}