/*********************  GENERAL  **************************/
body {
	background-color: #0a0a0a;
	font-family:  "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #d4d2d2;
	margin: 4px;
}
p{
	margin: 0 0 .7em 0;
	text-align:justify;
}
ul{
	list-style: none;
	margin: 0;
	font-weight: normal;
}
ul li{
	margin: 0;
	padding:2px 0;
	list-style: none;
}
/******************   LAYOUTS      ***************/
#contenedor{
	top: 0%; 
	left: 50%; 
	margin-left: -387px;
	margin-top:0;
	position: absolute; /**/
	width: 774px;
	background: none;
}
#indexcontenedor{
	position: absolute;
	top: 0%; 
	left: 50%; 
	margin-left: -617px;
	margin-top:1px;
	width: 1234px;
	height: 927px;
}
	#botones{
		position:absolute;
		top: 0%; 
		left: 50%; 
		margin-left: -172px;
		margin-top:800px;
		width: 345px;
		height: 127px;	
	}