@charset "UTF-8";
body {
	background-image: url(/imgs/BG/background.png);
	background-repeat: repeat;
	height: 100%;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "Helvetica Neue", "Helvetica Neue Black Condensed", "Arial Unicode MS", Arial;
	font-size: 12px;
}
.azul {
	color: #00B5F0;
	font-weight: bold;
}
.rojo {
	color: #EE2560;
	font-weight: bold;
}
.naranja {
	color: #F36E21;
	font-weight: bold;
}
.verde {
	color: #65BC46;
	font-weight: bold;
}
.blanco {
	color: #FFFFFF;
	font-weight: bold;
}

