@charset "utf-8";

/* CSS Document */



body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	text-decoration: none;
	color: #CCC;
}

a:visited {
	text-decoration: none;
	color: #CCC;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

a:active {
	text-decoration: none;
	color: #CCC;
}

#main {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 970px;

}

#menu {
	width: 200px;
	height: 600px;
	float: right;
	margin: 0px;
}

#cuerpo {

	width: 770px;
	height: 600px;
	float: left;
	margin: 0px;
}

#downloads {
	width: 770px;
	height: 60px;
	padding-top: 20px;
	padding-left: 90px;
}


#footer {
	height: 40px;
	width: 770px;
	clear: both;
	text-align: center;
	padding-top: 10px;
}

#block {
	height: 50px;

}

