@charset "ISO-8859-1";
body {
	margin-left: 13px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #181818;
	font-family: "Helvetica Neue", "Helvetica Neue Black Condensed", "Helvetica Neue Bold Condensed", "Helvetica Neue Light", "Helvetica Neue UltraLight", Helvetica;
	font-size: 10px;
	font-style: normal;
	color:#cccccc;
	background-image:url(../images/background.jpgxx);
	background-attachment: fixed;
 	 background-position: bottom right;
  	background-repeat: repeat-x;">
	
	
}
a:link {
	color: #181818;
	text-decoration: none;
}
a:visited {
	color: #181818;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F40074;
}
a:active {
	text-decoration: none;
}
.menu {
	font-family: "Helvetica Neue", "Helvetica Neue Black Condensed", "Helvetica Neue Bold Condensed", "Helvetica Neue Light", "Helvetica Neue UltraLight", Helvetica;
	font-size: 16px;
	font-style: normal;
	color:#000000;
	font-weight:bold;
	
}

#centro{
position:absolute;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 700px;
	width: 859px;
    top: 50%; /*Lo colocamos al 50% de la pantalla en vertical*/
    left: 50%; /*Lo colocamos al 50% de la pantalla en horizontal*/
    margin-top: -350px; /*le restamos la mitad del valor de height para centrarla*/
    margin-left: -429px; /*le restamos la mitad del valor de width para centrarla*/
}

#menu{
	position:absolute;
	vertical-align:bottom;
	z-index:1;
	width: 739px;
	text-align:center;
	left: 50%;
	margin-left: -370px;
	top: 780px;
	word-spacing: 1.5em;
}
