BODY 
{ background: #9090ea ;
  color: black ;
  margin-left: 3ex ;
}

.clear
{
  clear: both ;
}

A:link 
{ color: #383838 }

A:active
{ color: white ; font-size: 120% }

A:visited
{ color: black }

div.title { margin: 5ex 7% 5ex 7% }
div.title img { width: 100px ; float: left }

div.novidades { clear: left }

div.entrada { color: #F0F080 ; text-align: center ; font-size: xx-large }
div.entrada p.subtitulo { font-size: large }

p.departamento
{
  font-size: 140% ;
  font-weight: bold ;
}

div.legoniano
{ 
  width: 400px ;
  background-color: #CCC ;
  padding: 8px;
  margin: 5px;
  border: ridge #55B ;
}

.legoniano div.picture
{
  float: left;
  margin-right: 4px ;
}

div.perola
{
  width: 80% ;
  background-color: #BB5 ;
  border: ridge green;
  padding: 3px ;
  margin-left: 16px ;
  margin-bottom: 5px ;
}

div.autor
{
  margin-left: 20px ;
  font-style: italic ;
}

















