BODY {
	margin: 0px; /* padding and margin are 0 due to the border and the height*/
	padding: 0px;
	border-right: 1px solid DarkOrange;
	height: 100%;
	color: White;
	background: Crimson;
	font-size: 5pt;
	font-weight : bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	scrollbar-face-color: Red; /* scrollbar color */
	scrollbar-highlight-color: Red; /* inner highlight */
	scrollbar-shadow-color: Red; /* inner shadow */
	scrollbar-3dlight-color: #FF6347; /* outer highlight */
	scrollbar-darkshadow-color: #B22222; /* outer shadow */
	scrollbar-track-color: #FA8072; /* background (where no scrollbar) color */
	scrollbar-arrow-color: #F0E68C; /* buttons arrow color */
}

P {
	color: White;
	font-size: 8pt;
	font-weight : bold;
	margin: 4px 0px 4px 5px;
}


A { text-decoration: none; }
A:LINK { color: #FFF27D; }
A:VISITED { color: #FFCF75; }
A:ACTIVE { color: #FFD700; }
A:HOVER { color: #FFD700; }

.CENTRO { text-align: center; }
.DERECHA { text-align: right; }
.IZQUIERDA { text-align: left; }

.SEPARADOR { font-size: 3px; }

.NUMERO {
	color: White;
	font-size: 7pt;
	font-weight: normal;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#SUBSCRIPCION {
	width: 120px;
	margin: 10px 5px;
	padding: 4px 0px;
	border: 1px solid LightPink;
	text-align: center;
	font-size: 9pt;
}

#LOGO { margin: 3px 5px; }