/* --------------------------------------------
Base Stylesheet
Version: 23.10.07
----------------------------------------------- */

* {margin: 0px; padding: 0px; }
body { background: #ffffff; } /*fcf8eb*/
a img,:link img,:visited img, img { border:none }

/*color reference*/
.color1 {color: #0B0A0A;} /*black*/
.color2 {color: #808080;} /*white*/
.color3 {color: #807024;} /*orange*/

/*typography for the entire website*/
body { font-family: Verdana, Arial, Helvetica, sans-serif; color: #38464e;  } 
body {font-size: 62.5%; }
p, a, textarea, label, fieldset, tt, input { font-size: 1em; line-height: 1.6em;}

/* Headers
----------------------------------------------- */
h1,h2,h3 { font-family: Arial, Helvetica, sans-serif; line-height:1.4; color:#807024; font-weight: bold; }
h1 { font-size: 2em; }
.h1_continente{margin:0px 0 10px 0; clear:both;}
h2 { font-size: 1.6em; }
h3 { font-size: 1.3em; font-weight:normal; margin-top:-5px;}
fieldset, textarea, input {border:0px;}
label {margin-right:10px;}

/* Links
----------------------------------------------- */
a { color: #38464e; text-decoration: none;  }
a:hover { color: #38464e; text-decoration: underline; }

/* Lists
----------------------------------------------- */
ul { list-style:none }
ul li { }

/* Layout
----------------------------------------------- */
#outer { margin: 0 auto; text-align:left; width:950px; margin-top:10px; }
#header { width: 950px; margin-bottom:10px; }
#content { width:950px; }
#lhs {width:480px; float:left;}
#lhs_internal {width:950px;}
#rhs {width:440px; margin-left:490px;}
#rhs_internal {width:440px; margin-left:480px;}
#footer { color:#38464e; clear:both; border-top:solid 2px #807023;}
#footer_in { height:35px; margin-bottom:5px; color:#38464e;  border-bottom:solid 1px #807023; padding:10px}



/* UTILITY 
----------------------------------------------- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

