html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}

body {
	height:auto;
	background: #ffffff;
	text-align: center;
	font-family: arial, sans-serif;
	color: #333333;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 31px;
}

/** layout **/
#logo {
	width:100%;
	bottom:0;
	z-index:0;
	text-align:right;
	padding-bottom:180px;
	position:absolute;
}
#logo img{
	width:25%;
	padding-right:105px;
}

#footer {
	width:100%;
	height:125px;
	bottom:0;
	position:absolute;
}

#menu {
	width:100%;
	height:105px;
	color:#b2b2b2;
	font-size:11pt;
	margin:0px auto;
	position:relative;
	z-index:3;
}
#menu a{
	color:#6F6F6E;
}
#menu a:hover{
	color:#B2B2B2;
	text-decoration:none;
}
#menu img{
	width:100%;
	height:100%;
}

#menu_noticias{
	float:left;
	position: absolute;
	bottom: 0;
	left:0;
	color:#B2B2B1;
	padding-bottom:20px;
	padding-left:105px;
}
#menu_links{
	float:right;
	position: absolute;
	font-weight:bold;
	bottom: 0;
	right:120px;
	padding-bottom:20px;
	padding-right:100px;
}
#menu_lang{
	float:right;
	position: absolute;
	text-align:right;
	bottom: 0;
	right:105px;
	padding-bottom:20px;
}
#menu_lang a{
	color:#B2B2B2;
}
#menu_lang a:hover{
	color:#6F6F6E;
}

#copyright {
	width:100%;
	height:20px;
	background:#29C1DD;
	color:#CCCCCC;
	font-size:9pt;
	position:relative;
	z-index:2;
}

#copyright_left {
	float:left;
	padding-top:2px;
	padding-left:105px;
}

#copyright_right {
	float:right;
	padding-top:2px;
	padding-right:105px;
}

#copyright a{
	color:#CCCCCC;
	font-weight:bold;
}

#image_description {
	position:fixed; /* This is very important! */
	left:-740px;
	top:60px;
	width:740px;
	height:80px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index:2;
	text-align:left;
	font-size:500%;
	padding:10px;
	margin-top:40px;
}
#image_description p {
	margin-left:100px;
	display:inline;
	background-color:#000000;
	color:#ffffff;
}

a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#A62F00;
}

a:hover {
	text-decoration:underline;
}

/* aplica somente a partir de 320px */
@media screen and (min-width: 320px)  and (orientation: landscape){

}

/* aplica somente a partir de 1650px em landscape */
@media screen and (min-width: 1650px) {
	#image_description {
		left:-940px;
		top:60px;
		width:940px;
		font-size:800%;
	}
}

/* aplica somente a partir de 1650px em landscape */
@media screen and (min-width: 2200px) {
	#image_description {
		left:-1140px;
		top:60px;
		width:1140px;
		font-size:1000%;
	}
}
