body {
	background-color: #99CC00;
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

h1, h2 , h1 a, h2 a {
	font-family: "Comic Sans MS";
	font-size: 24px;
	color: #99CC00;
	padding: 0px;
	margin-top: 0px;
}

h2, h2 a {
	font-size: 16px;
}

#wrapper {
	width: 733px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#container {
	width: 640px;
	padding: 0px;
	display: inline;
	float: right;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#footer ul li {
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#footer ul li, #footer ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #99CC00;
}

#content {
	background-color: #FFFFFF;
	background-image: url(../_images/top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0px;
}
#menu {
	padding: 0;
	float: left;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #logo {
	margin: 0px;
	padding: 0px;
}


#footer {
	background-color: #FFFFFF;
	background-image: url(../_images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px;
	text-align: center;
}

#imghome {
	float: right;
	top: 0px;
	position: relative;
	padding: 0px;
	left: 0px;
	margin: 0px;
	width: 200px;
}
a {
	color: #FF6600;
}
#credits {
	font-size: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: center;
}
#credits a {
	color: #666666;
}
.clear {
	clear: both;
}
div.linea {
	text-align: center;
	vertical-align: middle;
}
div.linea h2 {
	background-image: url(../_images/flor.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	height: 45px;
	text-align: left;
	margin: 0px;
}
div.linea a {
	text-decoration: none;
}

form {
  margin: 0;
  padding: 0;
}

form fieldset {
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  margin: 0;
}

form fieldset legend {
	font-size:1.1em;
}

form label { 
	display: block;
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
