html, body, div, span, h1, h2, h3, h4, h5, h6, p, a,
img, small, strike, strong, b, i, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/**/
body{
	width: 100%;
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
h1{
	text-align:left;
	line-height: normal;	
	font-size: 0.813em;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 1.313em;
}
p{
	text-align: justify;
	line-height: normal;
	font-size: 0.625em;
	color: #FFF;
	margin-bottom: 1.75em;
}
p.center{
	text-align: center;
	line-height: normal;
	font-size: 0.625em;
	margin: auto;
}
p.grande{
	text-align:center;	
	font-size: 0.813em;
	font-weight: bold;
}
p.pie{
	text-align: center;
	line-height: normal;
	font-size: 0.625em;
	margin: auto;
	margin-bottom: 0.875em;
}
p.piea{
	text-align: center;
	line-height: normal;
	font-size: 0.625em;
	color: #FFFF00;
	margin: auto;
	margin-bottom: 0.875em;
}
p.pieb{
	text-align: center;
	line-height: normal;
	font-size: 0.625em;
	color: #000000;
	margin: auto;
	margin-bottom: 0.875em;
}
IMG.pie{
	text-align: center;
	line-height: normal;
	margin: auto;
	margin-bottom: 0.25em;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFF00;
}
ul
{
	list-style-type: none;
	text-align: justify;
	margin-bottom: 1em;
}
li
{
	width: 5.5em;
	font-size: 0.625em;
	line-height: normal;
	display: inline;
	margin: auto;
	margin-right: 0.25em;
	color: #FFF;
}
li + li:before {
    content: " - ";
}
.amarillo {
	color: #FFFF00;
}

.rojo {
	color: #FF0000;
}
