/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #EBEACE;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */
h1 {
    text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #423417;	
}

h2 {
text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #423417;	
}

h3, h4, h5, h6 {
	text-transform: uppercase;
	font-size: 11px; 
    font-weight: bold;
	color: #423417;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #614A37;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 150%;
}

.text0 {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #423417;
}

.texta1 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #423417;
	text-decoration: none;
}

.texta1:hover {
	text-decoration: underline;
	color: #147107;
}

.linkg {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #030;
	text-decoration: underline;	
}

img.flag {
 padding-right:5px;
}

.linkg:hover {
	text-decoration: underline;
	color: #147107;
}

.style10 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

.bgform { 
 color: #008000;
 font-family: Verdana;
 font-size: 10pt;
 border: 1 solid;
 width:250px;
}

.text1 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #423417;
}

.textv {
	font-size: 11px;
	font-weight: bold;
	color: #900;
}

.text2 {
	color: #137703;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #595230;
}

.text4 {
	margin-bottom: 5px;
	font-size: 9px;
	font-weight: bold;
	color: #B0A366;
}

.text5 {
	text-align: left;
	font-size: 10px;
	color: #97821A;
	vertical-align:top;
	padding-top:20px;
}

.text5r {
	text-align:right;
	font-size: 10px;
	color: #97821A;
	vertical-align:top;
	padding-top:20px;
}
.text51 {
	text-align:right;
	font-size: 10px;
	color: #97821A;
	text-decoration: none;
}

.text51:hover {
	text-align:right;
	font-size: 10px;
	color: #97821A;
	text-decoration: none;
}
/** LINKS */
A.linkverde11{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #97821A;
	text-decoration: none;
}

A.linkverde11:hover {
text-decoration: none;
	color: #000;
}

a {
	color: #147107;
}

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

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.jpg) repeat left top; }
.bg2 { background: url(images/homepage02.jpg) repeat-x left top; }
.bg3 { background: url(images/subpage1_01.jpg) repeat-y left top; }
.bg4 { background: url(images/subpage1_02.jpg) no-repeat left top; }
.bg5 { background: url(images/subpage1_03.jpg) no-repeat left bottom; }
.bg6 { background: url(images/subpage1_04.jpg) no-repeat left top; }

.bg7 { background: url(images/subpage2_01.jpg) repeat-y left top; }
.bg8 { background: url(images/subpage2_02.jpg) no-repeat left top; }
.bg9 { background: url(images/subpage2_03.jpg) no-repeat left bottom; }


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
.textol {
	color: #A59580;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -300px;
left: -420px; /*position where enlarged image should offset horizontally */

}



