/*********************  GENERAL  **************************/
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c4c0c0;
	margin: 0px;
}
p{
	margin: 0 0 .7em 0;
	text-align:left;
}
/*
ul{
	list-style: none;
	margin: 0;
	font-weight: normal;
}
ul li{
	margin: 0;
	padding:2px 0;
	list-style: none;
}
*/
a:link, a:visited{
	color: #c4c0c0;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
}

/*******   VARIOS MENU   ********/
#menu{
width:100%;
background-color: #000000;
	border-bottom: 1px solid #525252;
	padding-top:9px;
	padding-bottom:9px;
	text-align: center;
}
a.activo:link, a.activo:visited, a.activo:hover {
	color:#f6ff5f;
}
/******************   LAYOUTS      **************
#contenedor{
	top: 0%; 
	left: 50%; 
	margin-left: -387px;
	margin-top:0;
	position: absolute; 
	width: 774px;
	background: none;
}
#indexcontenedor{
	top: 50%; 
	left: 50%; 
	margin-left: -431px;
	margin-top:-283px;
	position: absolute; 
	width: 863px;
	height: 566px;
	background: none;
}*/

