body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:black;
	width:900px;
	margin:auto;
}
#menu{
	text-align:center;
	background-image:url(images/menu_fondo.gif);
	background-repeat:repeat-x;
	font-size:17pt;
	color:white;
	width:900px;
	height:35px;
}
#menu a{
	color:white;
	text-decoration:none;
}
#menu a:hover{
	font-weight:bold;
	font-size:17pt;
}
#footer{
	font-size:12pt;
	font-weight:bold;
	color:#ff9900;
}
#texto{
	width:635px;
}
#separador{
	width:20px;
	background-color:black;
}
#col{
	width:245px;
	background-color:black;
	vertical-align:top;
}
