h1 {
color: rgb(241, 237, 105);
font-size:11pt;
font-family: Arial;
margin:8px;
}

h2 {
color:ffffff;
font-size:8pt;
font-family: Arial;
margin:5px;
}

h3 {
color: #FF8000;
font-size:11pt;
font-family: Arial;
margin-left:8px;
margin-bottom:2px;
}

p {
color:000000;
font-size:10pt;
font-family: Arial;
margin:10px;
}

a.menu:link {color: #FFFFFF; text-decoration: none; font-size:10pt; font-weight:bold; font-family:Arial;}
a.menu:visited {color: #FFFFFF; text-decoration: none; font-size:10pt; font-weight:bold; font-family: Arial;}
a.menu:hover {color: #F1ED69; text-decoration: none; font-size:10pt; font-weight:bold; font-family: Arial;}

.verde{
	font-weight:bold;
	color:#229166;
	}
	
 #tabs {
      float:left;
      width:490px;
      background:#36B283;
      font-size:8pt;
      font-weight:bold;
      font-family:Arial;
      line-height:normal;
      margin-top:20px;
      margin-left:20px;
      margin-bottom:20px;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("img/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("img/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

