body {
	padding: 0px;
	margin: 0px;
	text-align: left;
	background: #5D4731 url('imaxes/back.jpg') repeat-y left;
 	color: #5D4731;
	font: normal normal bold 16px/18px sans;
}

#foncab {
	height: 300px;
	width: 900px;
	background: #FFF url('imaxes/top.jpg') no-repeat top left;
	font: italic normal bold 30px sans;
	color: #993333;
	position: relative;
}

#foncont {
	padding-top: 20px;
	padding-left: 60px;
	padding-right: 200px;
	padding-bottom: 20px;
	width: 640px;
	background: #FFF url('imaxes/middle.jpg') repeat-y left;
	text-align: justify;
}

#fonpe {
	height: 15px;
	width: 900px;
	background: #FFF url('imaxes/bottom.jpg') no-repeat top left;
}


#contso {
	position: absolute;
	left: 30px;
	top: 160px;
	width: 700px;
	padding: 10px 0px;
}


.cont {
    position: absolute;
	height: 90%;
	padding: 20px 15px;
	overflow: visible;
}


#menu1 {
	position: absolute;
	left: 65px;
	top:150px;
	width: 180px;
	height: 150px;
	background: url('imaxes/menu1.png') no-repeat top left;
	cursor: pointer;
}

#menu1:hover {
	background: url('imaxes/menu1_on.png') no-repeat top left;
}

#menu2 {
	position: absolute;
	left: 210px;
	top: 105px;
	width: 135px;
	height: 195px;
	background: url('imaxes/menu2.png') no-repeat top left;
	cursor: pointer;
}

#menu2:hover {
	background: url('imaxes/menu2_on.png') no-repeat top left;
}

#menu3 {
	position: absolute;
	left: 320px;
	top: 150px;
	width: 180px;
	height: 150px;
	background: url('imaxes/menu3.png') no-repeat top left;
	cursor: pointer;
}

#menu3:hover {
	background: url('imaxes/menu3_on.png') no-repeat top left;
}

#menu4 {
	position: absolute;
	left: 455px;
	top:100px;
	width: 145px;
	height: 200px;
	background: url('imaxes/menu4.png') no-repeat top left;
	cursor: pointer;
}

#menu4:hover {
	background: url('imaxes/menu4_on.png') no-repeat top left;
}

dt {
  color: black;
  margin-top: 20px;
}

dd {
  margin-left: 30px;
}



img {
  border: none;
}

a {
  color: #600;
  text-decoration: underline;
}

a:hover {
  color: #933;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	text-decoration: underline;
}

address {
	text-align: right;
	font-style: italic;
}

blockquote {
	font-style: italic;
}

div.poema {
	margin-left: 30%;
	text-align: left;
}

.center {
	text-align: center;
}

div.imaxe {
  width: 210px;
  margin: 10px;
  font-size: 12px;
  float: right;
  text-align: center;
}