/* general*/

#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat;
}
#top {
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
}

#red{
color:#FFFF00;
}

/*titlos*/



.titlos {
	font-family: "Lucida Grande", "Trebuchet MS";
	font-size: 22px;
	color: #5F3735;
	text-decoration:none;
}
.titlos a:hover {
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 22px;
  color: #5F3735;
  text-decoration:none;
}
.titlos1 {
	font-family: "Lucida Grande", "Trebuchet MS";
	font-size: 20px;
	color: #FFFFFF;
	text-decoration:none;
}
.titlos1 a:hover {
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 20px;
  color: #FFFFFF;
  text-decoration:none;
}

.titlos2 {
	/*margin-top: 0;*/
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 15;
  letter-spacing: -0px;
  color: #FFFFFF;

} 
.titlos2:a{
	/*margin-top: 0;*/
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 15;
  letter-spacing: -0px;
  color: #FFFFFF;
   text-decoration:underline; 

} 
.titlos2:hover{
	/*margin-top: 0;*/
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 15;
  letter-spacing: -0px;
  color: #FFFFFF;
  text-decoration:none;
} 

/* text*/

.tahoma9 {
	font-family: Tahoma;
	font-size: 9px;
	color: #CCCCCC;
}
.tahoma10 {
	font-family: Tahoma;
	font-size: 10px;
	color: #777777;
}
.tahoma11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
}
.tahoma11_w {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.tahoma11_w2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.tahoma12_w {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold
}

.arial13_w {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight:bold
}

/* links*/

a.tahoma9 {
	font-family: Verdana;
	font-size: 9px;
	color: #575757;
	text-decoration: none;
	text-transform: lowercase;
}
a.tahoma9:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	text-transform: lowercase;
}

a.tahoma10 {
	font-family: Tahoma;
	font-size: 10px;
	color: #777777;
	text-decoration: underline;
}
a.tahoma10:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
}
a.tahoma11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.tahoma11:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.linktahoma10_w {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.linktahoma10_w:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.paginador {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;

}
.paginador a {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;

}
.paginador a:hover {
	text-decoration:none;
}

/* Forms*/

.formes {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;

}
