﻿body {
	background-color:#111111;
	background-image:url(http://redvamas.com/_img_/fondo.jpg);
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
ul{
	background-color:#111111;
	float: left;
	list-style:none;
	margin: 5px;
	padding: 0;
	width:160px;
}
li{
	padding: 5px;
}
li p{
	background-color:#000000;
	font-weight:bold;
	text-align:center;
}

#flash{
	height: 600px;
	left: 50%;
	margin-left: -512px;
	margin-top: -300px;
	position: absolute;
	top: 50%;
	width: 1024px;
	background-color:#000000;
	padding:1px;
}

#volver{
	background-color:#000000;
	top: -10px;
	color:#CCCCCC;
	font-weight:bold;
	padding:0;
	width: 1024px;
}
#descarga{
	background-color:#000000;
	bottom: -10px;
	color:#666666;
	float: left;
	padding:0;
	position: absolute;
	width: 500px;
}
#powered{
	background-color:#000000;
	bottom: -10px;
	color:#666666;
	float: right;
	padding:0;
	position: absolute;
	width: 500px;
}
.bloque{
	display:block;
	float:left;
	width: 100%;
}
