/* css reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #538929 url(img/layout/bg.jpg) repeat-y 0 center;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #0b3c1a;
}

a, a:visited, a:hover { color: #0b3c1a; }

#flashcontent {
	height: 100%;
}

#noflash {
	height: 100%;
	background: url(img/layout/noflash-bg.png) no-repeat center center;
}

#horizon {
	background-color: none;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
}

#contactos {
	position:relative;
	margin-top:100;
	margin-left:320px;
	background-image: url(img/layout/contactos.png);
	height: 100em;
	width: 385em;
}

#content {
	margin-left: -300px;
	position: absolute;
	top: -100px;
	left: 50%;
	width: 600px;
	height: 200px;
	visibility: visible;
	text-align: left;
}

h2, p { margin-bottom: 16px; line-height: 16px; }

h1 { font-size: 14px; font-weight: bold; }
h2 { font-size: 13px; }

p { margin-bottom: 16px; font-size: 11px; line-height: 16px; }

