@charset "utf-8";
/* CSS Document */

body{
	background:#0e0e0e;
	color:#FFF;
	font-family:Bauhaus;
	font-size:17px;
	text-align:justify;
}

#principal{
	width:1500px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Century Gothic";
	background:#0e0e0e;
	
}
#titulo{
	height:200px;
	background:#0e0e0e;
}
#menu{
	height:50px;
	background:#0e0e0e;
	
}
#menu table{
	width:1495px;
	margin-left:auto;
	margin-right:auto;
	height:45px;
}

#menu table td{
	width:10%;
	cursor:pointer;
	background-color:#000;background-color:#000;
	text-align:center;
}

#menu table td:hover{
	width:10%;
	
	color:#fff;
}

#pie{
	height:50;
	background:#0e0e0e;
}
h1{
	color:#900;
}