/*
 * This style sheet defines styles for the Actualidades module.
 * 
 * 14-July-2005 / Alex van Oostenrijk
 * 
 */
 
.actualidades_title
{
  font-family:      Verdana;
  font-size:        10px;
  font-weight:      bold;
}

.actualidades_title a
{
  text-decoration: none;
}

.actualidades_date
{
  font-family:      Verdana;
  font-size:        10px;
  font-style:       italic;
}

.actualidades_teaser
{
  font-family:      Verdana;
  font-size:        10px;
}

.actualidades_text
{
  font-family:      Verdana;
  font-size:        10px;
  padding-top:      3px;
  padding-bottom:   3px;
}

.actualidades_input
{
  font-family:      Verdana;
	font-size:        10px;
  clear: right;
  width: 100%;
  margin-bottom: 3px;
}

.actualidades_textarea
{
  clear: right;
  width: 100%;
  height: 400px;
  margin-bottom: 3px;
}

.actualidades_textarea_small
{
  clear: right;
  width: 100%;
  height: 100px;
  margin-bottom: 3px;
}

p.actualidades_paragraph
{
  margin-top: 0px;
  margin-bottom: 4px;
}