@charset "utf-8";

body {
	margin:0px;
	background-color: #000000;
	font-family:"Courier New", Courier, monospace;
	color:#e48b4e;
	font-size:12px;
	font-weight: bold;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a {
	text-decoration:none;
	color:#e48b4e;
}
a:hover {
	color:#FFFF00;
	background-color:#f48e48;
	text-decoration:underline;
}
.contenedor {
	margin:auto;
	width:752px;
	text-align: left;
	height: auto;
	padding: 20px;
}
.header {
	width:752px;
	height:212px;
}
.menu {
	width: 525px;
	height: 17px;
	padding-left: 227px;
	background-color: #FFFFFF;
}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu li {
	background-image:url(../img/menu_bullet.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	margin:0px 10px 0px 0px;
	float: left;
}
.contenido {
	width:100%;
	height:auto;
}
.contenido div {
	position:relative;
	float:left;
	width:auto;
	height:auto;
}
