/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #000000;
  background: url(http://www.colegiomedico.org.sv/imagenes/fondo-back.gif);
  font: normal 11px verdana, tahoma, geneva, sans-serif;
  text-align: center;
}
img {
  border: 0px;
}

/* links */
a {
  color: #003366;
  text-decoration: none;
}
a:visited {
  color: #8003366;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: none;
}

/*-----------------*\
|* global elements *|
\*-----------------*/


.crumb {
  font-size: 10px;
  font-weight: normal;
}


/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

