body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	background: #FFFAE9;
}

table{
	background-image: url("img/background.gif");
}

A:link {color:#89974A;text-decoration:none;}
A:visited {color:#89974A;text-decoration:none;}
A:active {color:#89974A;text-decoration:none;}
A:hover {color:#89974A;text-decoration:none;}

ul {
	#list-style: none;
	#margin: 0;
	#padding: 0;
}

li {
	margin: 0;
	padding: 5;
}

.c_name{
	font-size: 100%;
	font-weight: bold;
	color : #999966;
}
.c_body{
	font-size: 80%;
}

.c_date{
	font-size: 70%;
	color : #666666;
	text-align : right;
}

.texto{
	font: normal 80% Verdana;
	text-align: justify;
}

img {
    border: none;
} 

b{
font: normal 110% Verdana;
}

.underline{
	font: normal 80% Verdana;
	background : #FFDEAD;
}

.foot{
	font: normal 80% Verdana;
	color : #89974A;
}

form{
	font: normal 70% Verdana;
}

.cabecera{
	font: normal 70% Verdana;
	text-decoration:none;
	text-align: justify;
}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

#tabsF {
  float:left;
  width:100%;
  background:#EBF2BE;
  font-size:93%;
  font-weight: bold;
  line-height:normal;
  border-bottom:1px solid #666;
  }
#tabsF ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
  }
#tabsF li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabsF a {
  float:left;
  background:url("img/tableftF.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabsF a span {
  float:left;
  display:block;
  background:url("img/tabrightF.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span {float:none;}
/* End IE5-Mac hack */
#tabsF a:hover span {
  color:#FFF;
  }
#tabsF a:hover {
  background-position:0% -42px;
  }
#tabsF a:hover span {
  background-position:100% -42px;
  }

#menu3 {
	width: 200px;
	margin: 10px;
	}
	
#menu3 li a {
  	voice-family: inherit;
  	height: 32px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #8BADCF;
	display: block;
	background:  url(img/menu3.gif);
	}
	
#menu3 li a:hover {
	color: #627EB7;
	background:  url(img/menu3.gif) 0 -32px;
	}

.code{
	font-size: 60%;
}