body{
  border: 0px;
  padding: 0;
  margin: 0;
  color: white;
  background: black url(images/bg.jpg) top repeat-x;
}

a img{
  border: 0;
}

a:hover img{
  border: 0;
}

a:visited {    
 text-decoration: none;
}

a{
  color: #666666;
  text-decoration: none;
}

a:hover{
  color: #cccccc;
  text-decoration: none;
}

font{

}

h1{
  font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: red;
  text-align: center;
}


#content{
  background: black url(images/cont.jpg) center;
  border-right: solid #333333 1px ;
  border-bottom: solid #333333 1px ;
  font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  vertical-align: top;
  height: 381px;
  overflow: auto;
}

#evento{
  border: solid #666666 1px ;
  background: #333333;
  padding: 5px;
  margin: 5px;
}

#evento h1{
  font-size: 12px;
  font-family: Arial, Arial Black, sans-serif;
  font-weight: bold;
  text-align: left;
}
