/* CSS Document */

body { font-family: Georgia, "Times New Roman", Times, serif; font-size:14px;  background-color:#FEEDB1; margin:0; padding:0; color:#362F2D;}

h2, h3, h4, h5, h6, p {margin:0; padding:0;}
h2 { font-size:18px; color:#660000;}
ul, li {margin:0; padding:0;}
li {list-style:none;}

a {color:#996600; text-decoration:none;}
a:link, a:active { color:#996600; }
a:hover{ color:#663300;}

#main{
		width:100%;
		height:554px;
		position:absolute;
		top:350px;
		margin-left:0px;
		margin-top:-277px;
		background-color: #FFFFFF;
		border: 0px solid #FFFFFF;
		background-image:url(../images/bg.jpg);
		background-position:center;
		}
		
#centro{
	width:990px;
	height:530px;
	position:absolute;
	top:50%;
	margin-top:-265px;
	background-color: #FEF4D1;
	border: 0px solid #CCCCCC;
	overflow: hidden;
	z-index:10;
		}

#top {
	width:auto;
	height:75px;
	clear:both;
	overflow:hidden;
	position: relative;
}

#logo { width:auto; height:auto; float:left;}
.item{ width:auto; height:auto; float:right;}
#slideshow {
	width:600px;
	height:454px;
	float:left;
	background-color: #663300;
	border: 1px solid #663300;
}
#content {
	width:388px;
	height:454px;
	float:left;
	background-image: url(../images/contentDEMO.jpg);
	background-repeat: no-repeat;
}
#contentUp{
	width:auto;
	height:252px;
	clear:both;
	padding-left: 14px;
	line-height: 1.5em;
	text-align: justify;
}

#contentDwnTitle{
	width:auto;
	height:auto;
	clear:both;
	padding: 14px 0px 23px 14px;
	color: #FFFFFF;
	font-size: 18px;
}
#contentDwn{
	width:auto;
	height:auto;
	clear:both;
	padding: 0px 14px 0px;
	line-height: 1.5em;
}
#background {
	width:447px;
	height:454px;
	background-color:#999999;
	float:right;
	background-image:url(../images/background.jpg);
	background-repeat: no-repeat;
	right:0;
	z-index:9;
	margin-top: 87px;
	;
}

#bottom {
	width:auto;
	height:auto;
	clear:both;
	overflow:hidden;
	position:absolute;
	padding: 15px;
	z-index: 500000;
	bottom: -35px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
}
