* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
}

.clear {
	clear: both;
}

#content {
	width: 950px;
	margin: auto;
	padding-top: 140px;
}

	#content.home {
		padding-top: 415px;
	}

	#main {
		float: right;
		width: 665px;
	}

	#menu {
		float: left;
		width: 260px;
		font-size: 1.5em;
		background-image: url(../img/default/bg/menu.gif);
		background-repeat: no-repeat;
		background-position: 20px 0;
		padding-top: 42px
	}
	
		#menu ul {
			width: 250px;
			margin: auto;
			list-style-type: none;
		}
		
			#menu ul li {
				display: block;
			}
			
				#menu ul li a {
					display: block;
					border-top: 1px dashed #dd8280;
					color: #FFF;
					line-height: 40px;
					width: 190px;
					margin-left: 15px;
					padding-left: 26px;
					padding-right: 10px;
					font-weight: bold;
					background-color: #ba0400;
					text-decoration: none;
				}
				
				#menu ul li a:hover {
					margin-left: 0;
					padding-left: 41px;
					width: 209px;
					background-color: #ffaf00;
					color: #000;
				}
				
				#menu ul ul li a,
				#menu ul ul li a:hover {
					background-color: #e16400;
					margin-left: 15px;
					padding-left: 50px;
					width: 166px;
					padding-top: 10px;
					line-height: normal;
					border-top: 0 none;
					font-size: 0.8em;
				}
				
				#menu ul ul li a.last {
					padding-bottom: 10px;
				}
				
				#menu ul ul li a:hover {
					color: #FFF;
					text-decoration: underline;
				}

#headerContainer {
	height: 140px;
	background-image: url(../img/default/bg/headerContainer.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	width: 100%;
}

	#header {
		margin: auto;
		background-image: url(../img/default/bg/header.jpg);
		width: 1022px;
		height: 140px;
	}
	
	h1 {
		width: 300px;
		height: 145px;
	}
	
		h1 a {
			width: 300px;
			height: 145px;
			display: block;
			text-indent: -9999px;
		}
		
#footerContainer {
	height: 191px;
	background-image: url(../img/default/bg/footerContainer.gif);	
}

	#footer {
		width: 910px;
		background-image: url(../img/default/bg/footer.gif);	
		background-repeat: no-repeat;
		margin: auto;
		height: 191px;
		color: #FFF;
	}
	
	#footer a:link,
	#footer a:visited {
		color: #FFF !important;
	}
	
	#footer p {
		margin-left: 270px;
		padding-top: 140px;
		font-size: 1.1em;
		text-align: center;
		width: 140px;
		float: left;
		margin-right: 20px;
	}
	
	#footer ul {
		padding-top: 30px;
	}
	
	#footer ul li {
		float: left;
		margin-left: 30px;
		line-height: 2em;
		list-style-type: square;
	}
	
/* HOME */
.homeTop {
	position: absolute;
	margin-left: -321px;
	margin-top: -295px;
	z-index: 20;
}

.destacados {
	width: 617px;
	height: 507px;
	padding: 30px;
	background-image: url(../img/default/home.jpg);
	background-repeat: no-repeat;
}

	.destacados div {
		clear: both;
		font-size: 0.9em;
		line-height: 1.7em;
		height: 170px;
	}
	
	.destacados .img {
		float: right;
	}
	
	.destacados h4 {
		text-transform: uppercase;
		margin-bottom: 15px;
		font-size: 1.3em;
	}
	
		#main .destacados h4 a {
			color: #000 !important;
			text-decoration: none;
		}
		
		#main .destacados p a {
			color: #c28500 !important;
			text-decoration: underline;
			text-transform: uppercase;
			font-size: 0.9em;
		}