body {
	background:	black;
	font-family: 	Verdana, Helvetica, sans-serif;
	color: 		white;
	font-size: 	75%;
}
p {
	margin:		6px auto 10px;
	font-size: 	150%;
}
a {
	text-decoration: none;
}
a:link {
	color:		blue;
}
a:visited {
	color:		#0000B0;
}
a:hover {
	color:		#4040FF;
}
a:active {
	color:		#8080FF;
}
h1 {
	background-image: linear-gradient(bottom, #0033CC 42%, #0099FF 71%);
	background-image: -o-linear-gradient(bottom, #0033CC 42%, #0099FF 71%);
	background-image: -moz-linear-gradient(bottom, #0033CC 42%, #0099FF 71%);
	background-image: -webkit-linear-gradient(bottom, #0033CC 42%, #0099FF 71%);
	background-image: -ms-linear-gradient(bottom, #0033CC 42%, #0099FF 71%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.42, #0033CC),
		color-stop(0.71, #0099FF)
	);
	color:		white;
	margin:		0 3px 3px 3px;
	text-shadow:	3px 3px 3px #000000;
	padding-left:	2px;
	padding-bottom:	2px;
	text-align:	center;
	font-size:	50px;
	letter-spacing:	0.4em;	
}
hr {
	border:		1px;
	color:		white;
	background-color:	white;
	height:		1px;
}
img {
	border:		0px;
}
img a, img a:link, img a:active, img a:visited, img a:hover {
	border:		0px;
}
table {
	border-width:	0px;
	border-spacing: 0px;
	padding:	0px;
	border-style:	outset;
	border-color:	white;
	border-collapse: separate;
	background-color: white;
	width: 		150px;
	margin-left:	auto;
	margin-right:	auto;
	text-align:	center;
}
th {
	background-image: linear-gradient(bottom, #0033CC 42%, #0099FF 71%);
	background-image: -o-linear-gradient(bottom, #0033CC 42%, #0099FF 71%);
	background-image: -moz-linear-gradient(bottom, #0033CC 42%, #0099FF 71%);
	background-image: -webkit-linear-gradient(bottom, #0033CC 42%, #0099FF 71%);
	background-image: -ms-linear-gradient(bottom, #0033CC 42%, #0099FF 71%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.42, #0033CC),
		color-stop(0.71, #0099FF)
	);
	font-size:	x-small;
	text-align:	center;
}
td {
	background-image: linear-gradient(bottom, #0099FF 42%, #44BBFF 71%);
	background-image: -o-linear-gradient(bottom, #0099FF 42%, #44BBFF 71%);
	background-image: -moz-linear-gradient(bottom, #0099FF 42%, #44BBFF 71%);
	background-image: -webkit-linear-gradient(bottom, #0099FF 42%, #44BBFF 71%);
	background-image: -ms-linear-gradient(bottom, #0099FF 42%, #44BBFF 71%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.42, #0099FF),
		color-stop(0.71, #44BBFF)
	);
	text-align:	center;
}
div.main-box {
	position:	relative;
	width:		760px;
	margin:		0 auto;
	overflow:	hidden;
	background:	black;
	border:		solid 1px white;
}
div.top-box {
	background:	black;
	text-align:	center;
	/*text-transform:uppercase;*/
	border-bottom:	solid 1px white;
	padding-top:	3px;
}
div.bottom-box {
	background:	#0099CC;
	text-align:	center;
	/*text-transform:uppercase;*/
	border-top:	solid 1px white;
	padding-bottom:	1px;
	font-size:	60%;
}
div.center-box {
	position:	relative;
	width:		100%;
	left:		150px;
	background:	black;
	border-left:	solid 1px white;
	text-align:	center;
	font-size:	125%;
}
div.reset-box {
	position:	relative;
	width:		100%;
	left:		100%;
	margin-left:	-150px;
}
div.right-box {
	position:	relative;
	width:		100%;
	margin-left:	-150px;
	background:	black;;
	border-left:	solid 1px white;
	left:		-2px;
}
div.content-box {
	position:	relative;
	width:		100%;
	margin-left:	-100%;
	left:		150px;
}
div.left {
	float:		left;
	width:		140px;
	text-align:	justify;
	/*text-transform:uppercase;*/
}
div.right {
	float:			right;
	width:			140px;
	text-align:		justify;
	padding-left:		0px;
	padding-right:		10px;
	padding-top:		-5px;
	/*en caso de escribir texto, cambiar el fondo por la imagen de los escudos y usar:
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		5px;*/	
	
	/*text-transform:uppercase;*/
}
div.center {
	margin-left:	5px;
	margin-right:	150px;
	padding-left:	150px;
	padding-right:	5px;
	padding-top:	5px;
	text-align:	center;
	/*text-transform:uppercase;*/
}
* html div.center {
	height:		1%;
	margin:		0;
}
* html div.left {
	margin-right:	-3px;
}
* html div.right {
	margin-left:	-3px;
}
.date {
	font-size:	250%;
	font-weight:	bold;
}
.clearfix:after {
	content:	"."; 
	display:	block;
	height:		0px;
	clear:		both; 
	visibility:	hidden;
}		
.heightfix:before {
	content:	'.';
	display:	block;
	visibility:	hidden;
	height:		0;
}
