/**
 * CeLaForum.org::/CSS/home.css
 * @author martin tiscornia
 * @version 2003-09-19 14.41
 */
body 
{
  margin: 0;
  margin-left: 10px;
  background-color: #fff;
  color: #333;
}
a 
{
  text-decoration: underline;
  color: black;
}
a:hover 
{
  text-decoration: none;
  color:red;
}
h1
{
  width: 650px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 0;
  vertical-align: baseline;
  background-color: #eee;
}
h1 span /* etiqueta */
{
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  background-image: url(/IMG/HOME/h1_span_background.png);
  background-repeat: repeat-x;
  background-position: right bottom;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #999;
  border-bottom: 0;
}
div.box
{
  width: 644px;
  border: 1px solid #999;
  margin-top: -1.5px;
  padding: 2px;
  overflow: visible;
}
h2 /* titulos dentro del box */
{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: black;
  margin: 0;
  margin-top: 2px;
}
h2 a
{
  font-weight: normal;  
}
h2.es, h2.en, h2.cz
{
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: left;
}
h2.es
{
  background-image: url(/IMG/icons/flags/es.gif);
}
h2.en
{
  background-image: url(/IMG/icons/flags/en.gif);
}
h2.cz
{
  background-image: url(/IMG/icons/flags/cz.gif);
}  
h3 /* copete */
{
  font-family: verdana, sans-serif;
  font-size: 11px;
  margin: 0;
  font-weight: normal;
}
.white-black
{
  background-color: black;
  color: white;
}
hr
{
  height: 1px;
  border: 0;
  border-bottom: 1px solid #999;
}
div.box img
{
  background-color: #eee;
  padding: 4px;
  border: 1px solid #999;
  float: right; 
}
div.box img.none
{
  float: none;
  background-color: none;
  padding: 0;
  border: 0;
}  	  	