/* CSS Document */

@charset "uft-8";

*{margin:0;padding:0;}

html{}

section .clear{clear:both;}


body{
	background:url("../img/textura.png") repeat #6D2135;
	}

#wrapper{
	background:url("../img/fondo.jpg") repeat #EFD5B1;
	width:890px;
	height:auto;
	margin:0 auto;
	border-left: solid 11px #000;
	border-right: solid 11px #000;
	}

nav{
	background:url("../img/nav.png") no-repeat;
	text-align:center;
	width:932px;
	height:176px;
	position:fixed;vertical-align: top;
	margin:0px 0px 0px -31px;
	padding: 25px 0px 0px 0px;
}
nav ul{
list-style-type: none;
padding:0px 0px 0px 40px;vertical-align: top;
}
nav li{
list-style-position: outside;vertical-align: top;
display: inline-block;
margin:0px 20px;
}
nav li a, nav li a:visited{
}
nav li a:hover{
}

#home{
	background:url("../img/nudo2.png") no-repeat center;
	width:897px;
	height:567px;
	margin:0 auto;
	padding:100px 0px 0px 0px;
	
	}

#info{
	background:url("../img/infor.png") no-repeat center;
	width:891px;
	height:1131px;
	margin:0 auto;
	padding:0px 0px 0px 3px;
	}

#exp{
	background:url("../img/expe.png") no-repeat center;
	width:811px;
	height:1128px;
	margin:0 auto;
	padding:0px 0px 0px 1px;
	}


#cat{
	background:url("../img/cata.png") no-repeat center;
	width:891px;
	height:1134px;
	margin:0 auto;
	padding:0px 0px 0px 6px;
	}

#cont{
	background:url("../img/conta.png") no-repeat center;
	width:820px;
	height:1326px;
	margin:0 auto;
	border-bottom: solid 11px #000;
	padding:0px 39px;
	}