body {
	margin: 0px;
}
tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        :9px;
  color            : #333333;
  line-height      : 200%;
}


.cuerpo {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
  text-align       : justify;

}

.puntos {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;

  font-weight      : normal;
  text-align       : justify;

}

.boton {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #ffffff;

  font-weight      : bold;
  text-align       : center;

}



/*for title or site name*/
.title {
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
color : #999999;
}

.titulo {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color : #ffffff;
}

.subtitulo {
font-family: sans-serif;
font-size: 9px;
font-weight: bold;
color : #666666;
text-transform: uppercase;
letter-spacing: 2px;
margin-left: 10px;
}


/*for the tag-line*/
.subtitle {
font-family: sans-serif;
font-size: 10px;
font-weight: bold;
color : #666666;
text-transform: uppercase;
letter-spacing: 2px;
margin-left: 20px;
}


a:link, a:visited {
color: #000000;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: underline;
}

p.cuerpo a.b:link {color:#ffffff;}