/* font-size: 18pt; color: white}*/
BODY {
	margin-left : 5px;
	margin-right : 5px;
	background-image: url(/images/fondo.gif);
	color : White;
	cursor : default;
	font-size : small;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	background-color : black;
}

A:link, A:visited {
 color: Tomato;
 text-decoration: none;
}
A:active, A:hover {
 color: White;
 text-decoration: none;
}

hr {
  border: 2;
  width: 95%;
  color: Tomato;
  background-color: Tomato;
  height: 2px;
}

/* Distintos tipos de letras*/
.Tipo1  {
	font-size : 14pt;
	font-family : Arial Narrow;
	font-weight : 'bold';
	color : red;
}

.Tipo2  {
	font-size : 12pt;
	font-family : arial, helvetica, sans-serif;
	font-weight : "bold";
	color : "#66ffff";
}

.Tipo3  {
	font-size : 10pt;
	font-family : verdana, arial, helvetica, sans-serif;
	font-weight : "normal";
	color : white;
}

/* Definición para texto preformateado*/
PRE  {
	font-size : 14pt;
	font-family : verdana,Times, helvetica, sans-serif;
	margin-left : 10;
	line-height : 11pt;
	font-weight : "normal";
	color : "silver";
	white-space : pre;
}

