@charset "utf-8";
		body		
		{
			margin: 0;
			padding: 0;
			text-align: center;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: small;
			color: black;
			background-color: #CC99FF;
		}
		
		div#container		
		{
	width: 650px;
	border: 1px solid #000;
	padding: 1em;
	background-color: #CC99FF;
	text-align: left;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
		}
		
		h2 {
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #6633cc;
	border-top-color: #FFFFFF;
}


li {
        list-style-position: outside;
        list-style-image: url(images/clave_de_sol.jpg);
                padding-bottom: 15px;
 }
 
li a {
        text-decoration: none;        
 }


a {
	color: #00F;
	text-decoration: underline;
	font-size: small;
}

hr { border-bottom-width: medium;
        border-bottom-style: solid;
        border-bottom-color: #6633cc;
}

#footer a {
	color: #00C;
	text-decoration: none;
}
		
 /*- Menu Tabs 8--------------------------- */

    #tabs8 {
	float:left;
	font: bold 11px/1.5em Verdana;
	font-size:93%;
	line-height:normal;
	background-color: #cc99fe;
	margin: 0;
	width: 650px;
      }
    #tabs8 ul {
	margin:0;
	list-style:none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 0px;
      }
    #tabs8 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs8 a {
	float:left;
	background:url("images/tableft8.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	
	text-decoration:none;
      }
    #tabs8 a span {
      float:left;
      display:block;
      background:url("images/tabright8.gif") no-repeat right top;
      padding:5px 5px 4px 6px;
      color:#333;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
      color:#591333;
      }
    #tabs8 a:hover {
      background-position:0% -42px;
      }
    #tabs8 a:hover span {
      background-position:100% -42px;
      }

      #tabs8 #current a {
              background-position:0% -42px;
      }
      #tabs8 #current a span {
              background-position:100% -42px;
      }