html,body{
	border: none;
	outline: none;
	margin:0px;
	background-image: url(../img/stripes2.gif);
	background-attachment:  fixed;

}
#mainpage{
	width: 550px;
	height: 370px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -185px 0 0 -275px;
	
}

/*#b64721 */
#page{
	width:790px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

a{outline: none;}

.hand{
	cursor: pointer;
	cursor: hand;
}

#langcontent{
	background-color: #290e02;
	text-align: right;
	margin-left:5px;
	width:763px;
	padding: 2px 15px 2px 0px;
	color: #FFFFFF;
		font:10px Arial;
}
	#langcontent a{
		color: #FFFFFF;
		font:10px Arial;
	}

#imgcontent{
	margin:0px 0px 5px 5px;
}

#mediumleft{
	float:left;
	width:150px;
}
#maincontent{
	float:left;
	width:640px;
}
	#textcontent{
		text-align: justify;
		font: 11px Arial;
		margin: 0px 30px 0px 20px;
		margin-bottom: 30px;
	}
		#textcontent a{
			color:#222222;
		}
		#textcontent h1{
			color:#b64721;
		}
		#textcontent h2{
			color:#252525;
			font: bold 16px Arial;
			margin: 35px 0px 0px 0px;
		}
		#textcontent h3{
			color:#252525;
			font: 12px Arial;
			margin: 0px 0px 10px 0px;
		}
		#textcontent h4{
			color:#b64721;
			font: bold 12px Arial;
			margin: 25px 0px 5px 0px;
		}
		
		#textcontent h5{
			color:#b64721;
			font: bold 12px Arial;
			margin: 25px 0px 0px 0px;
		}
		#textcontent span{
			color:#444444;
		}
		

.botmenu{
	float:left;
	width: 120px;
	height:23px;
	font: bold 12px Arial;
	color: #FFFFFF;
	background-color: #290e02;
	padding:9px 0px 0px 20px;
	margin-bottom: 1px;
	margin-left:5px;
	cursor:default;
}

#menu a{
	background-color: #b64721;
	display: block;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
#menu a:hover {background-color: #962701;} 



.noticias{
	width: 140px;
	height:23px;
	font: bold 12px Arial;
	color: #FFFFFF;
	background-color: #333333;
	padding:9px 0px 0px 0px;
	margin: 25px 0px 0px 5px;
	display: block;
	text-decoration: none;
	text-align: center;
}
#noticias{
	width:135px;
	background-color: #eeeeee;
	margin-left:5px;
	padding:10px 0px 0px 5px;
}

#bottom{
	width:790px;
	text-align: center;
	margin: 0px auto;
	padding:6px 0px;
	font: 11px Arial;
	color: #FFFFFF;
	background-color: #000000;
	vertical-align: middle;
	
}
	#bottom a{
		font: 11px Arial;
		color: #FFFFFF;
	}

#topheader{
	width:635px;
	height:32px;
	background-color: #DEDEDE;
}


