body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
}
#box {
	width: 568px;
	height: 340px;
	background-color: black;
	float: left;
	margin: 0px;
}
#box #floatleft {
	margin: 52px 40px 35px 20px;
	width: 243px;
	float: left;
}
#box #floatright {
	float: right;
	text-align: center;
	margin: 10px auto 0;
	color: white;
}
#box #floatright #servidores {
	width: 250px;
}
#box #floatright #servidores img {
	display: block;
	float: left;
	margin: 10px 13px 0 0;
	width: 110px;
	cursor: pointer;
}
#box #cuenta {
	font-size: 50px;
	font-weight: bold;
	color: #0090C6;
	float: left;
	width: 568px;
	margin-top: 120px;
	text-align: center;
	display: none;
}
#box #cuenta span {
	color: #FFFFFF;
	font-size: 20px;
}
.fileError {
    padding: 1px;
    text-align: center;
}
#box #radios {
	clear: both;
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
	height: 40px;
	overflow: hidden;
	width: 236px;
}
#box #radios img {
	margin-bottom: -5px;
}
#box #download {
	font-size: 25px;
	margin-top: 105px;
	text-align: center;
	font-weight: bold;
}
#box #download a {
	text-decoration: none;
	color: #0090C6;
}
#box #download a:hover {
	text-decoration: none;
	color: #FFA500;
}
#box #download div {
	margin-top: 20px;
}