
*
{
padding: 0;
margin: 0;
}

.lang
{
text-align: right;
font-size: 13px;
margin: 0;
padding: 10px;
color: #fff;
}

#header p a
{
color: #fff;
text-decoration: none;
}


.lista1 li
{
margin: 10px 0px 10px 10px;
list-style-position: inside;
text-align: justify;
}

.lista2 li
{
margin: 10px 0px 0px 0px;
list-style-position: inside;
}

.nota
{
color: #787878;
font-style:italic;
font-weight: normal;
display: inline;
}

body
{
background: #F3D37A;
padding: 20px 0;
font-size: 12pt;
font-family: "georgia", "times new roman", serif;
color: #333333;
}


p
{
line-height: 1.5em;
margin: 5px 0px 10px 0px;
margin-top: 8px;
text-align: justify;
}

#peq
{
font-size: 0.917em; 
/* this will render at 11px */
text-align: justify;
}

a
{
color: #008000;
text-decoration: underline;
}

a:hover
{
color: #B96D00;	
text-decoration: none;
}


h3
{
font-weight:bold;
display: inline;
font-size: 1.7em;
background-repeat: no-repeat;
background-position: right;
padding-right: 34px;
background-image: url('images/db1.gif');
}

h3 span
{
font-weight: normal;
}
h4
{
display: inline;
font-size: 1.2em;
font-weight:bold;
background-repeat: no-repeat;
background-position: right;
padding-right: 28px;
background-image: url('images/db2.gif');
}

h5
{
font-size: 1em;
padding-right: 28px;
color: #787878;
font-style:italic;
font-weight: normal;
padding-bottom: 10px;
}

h6
{
font-size: 0.917em; 
/* this will render at 11px */
padding: 20px 0px 10px 0px;
}

img
{
border: solid 1px #6F5230;
}

img.left
{
position: relative;
float: left;
margin: 5px 20px 0px 0px;
}

img.right
{
position: relative;
float: right;
margin: 10px 0px 10px 10px;
}

.divider1
{
position: relative;
background: #fff url('images/border2.gif') repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}




#outer
{

position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 900px;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 186px;
margin-bottom: 2px;
}

#headercontent
{
	position: absolute;	
	bottom: 0em;
	padding: 0em 2.0em 1.3em 2.0em;
	width: 600px;
    }
    
h1,h2{
text-shadow: 1px 1px #898989;
}
h1
{
font-weight: normal;
color: #fff;
font-size: 1.7em;
}


h2
{
font-size: 1.2em;
font-weight: normal;
color: #dcdcdc;
}



#menu
{
position: relative;
background: #7F8400 url('images/menubg.gif') repeat-x top left;
height: 3.5em;
padding: 0em 1.0em 0em 1.0em;
margin-bottom: 2px;
}

#menu ul
{
	position: absolute;
	top: 1.1em;
	width: 900px;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0.5em 0.5em 0.9em 0.5em;
color: #fff;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li a.active
{
background: #7F8400 url('images/menuactive.gif') repeat-x top left;
}

#menubottom
{
background: #fff url('images/border1.gif') repeat-x;
height: 14px;
margin-bottom: 1.5em;
}


#content
{
padding: 0em 2.0em 0em 2.0em;
}


#primarycontent
{
float: left;

width: 60%;
}

#secondarycontent
{
font-size: 0.917em; 
/* this will render at 11px */
float: right;
width:35%;

}



#footer
{
position: relative;
height: 2.0em;
clear: both;
padding-top: 5.0em;
background: #fff url('images/border2.gif') repeat-x 0em 2.5em;
font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 6.0em;
bottom: 1.2em;
}



