body{
	background-color: #000;
	background-image: url(images/bg.png); /* BG Pattern: http://www.renegadelatino.com */
	margin: 0;
	padding: 0;
	font: 11px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; 
}

#wrapper{
	position: relative;
	background-image: url(images/bar.png);
	background-repeat: repeat-x;
	background-position: top;
}

#header{
	width: 664px;
	height: 64px;
	margin: 0 auto 0 auto;
}

#header img{
	padding-top: 10px;
}

#content{
	width: 665px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
}
#menu{
	width: 664px;
	height: 38px;
	margin: 20px auto 5px auto;
	position: relative;
}

#menu ul{
	list-style: none;
	margin: 0 15px 0 0;
	padding: 0;
}

#menu ul li{
	float: right;
	text-align: center;
	margin: 0 0 0 10px;
	padding: 0;
}

#menu ul li a{
	display: block;
	padding: 6px 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	height: 50px;
}

#menu ul li a:hover{
	background-image: url(images/arrow2.png);
	background-repeat: no-repeat;
	background-position: 50px 40px;
}

#menu ul li a.selected{
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 50px 40px;
}

#about, #portfolio, #contacto{
	margin: 0 auto 0 auto;
	position: relative;
}

#portfolio ul{
	list-style: none;
	position: relative; 
}

#portfolio li{
	width: 180px;
	display: inline;
	margin: 10px 0 10px 0;
	padding: 0 15px 0 10px;
	float: left;
	text-align: center;
	position: relative;
}

#portfolio li span.cambio{
	display: block;
	width: 188px;
	height: 20px;
	position: relative;
	background-image: url(images/estado1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #151411;
	margin: -5px 0 0 0;
	padding: 0;
	cursor: pointer;
}

#portfolio li .mas{
	z-index: 5;
	position: absolute;
	width: 172px;
	min-height: 119px;
	text-align: justify;
	padding: 8px;
	background-color: #151411;
	color: #f3f3f3;
	left: 10px;
	background-image: url(images/estado3.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#portfolio img{
	border: 4px #151411 solid;
}

#about,#contacto{
	width: 600px;
	min-height: 300px;
	margin-top: 30px;
	padding: 3px 15px 15px 15px;
	background-image: url(images/bg_content.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
}

#about h1, #contacto h1{
	margin-top: 20px;
	font-size: 24px;
	color: #463e25;
}

#about p, #contacto p{
	margin: 0;
	padding: 0;
	text-align: justify;
}

#about p img{
	float: left;
	margin: 5px 7px 0px 0px;
	border: 6px #ffffff solid;
}

#footer{
	width: 664px;
	height: 39px;
	color: #d1c389;
	margin: 0 auto 0 auto;
	text-align: center;
}

/* Slider */

	#portfolio-slider{
		margin: 40px auto 0 auto;
		padding: 0;
		border: 9px #171612 solid;
	}
	
	#portfolio-slider img{
		float: right;
	}

	#portfolio-slider ul, #portfolio-slider li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#portfolio-slider, #portfolio-slider li{ 
		width:665px;
		height:258px;
		overflow:hidden;
		position: relative;
	}
	
	#portfolio-slider li{ 
		background:#000;
	}	
		
	#portfolio-slider li h2{ 
		margin:0 20px;
		padding-top:20px;
	}	
		
	#portfolio-slider li p{ 
		margin:20px;
	}
						
	span#prevBtn a, span#nextBtn a{
		display: block;
		width: 50px;
		height: 5px;
		margin: 0;
		padding: 8px;
		text-align: center;
		float: left;
	}
	
	span#prevBtn a{
		background: url(images/prv.png) #171612 no-repeat center;
	}
	
	span#nextBtn a{
		background: url(images/nxt.png) #171612 no-repeat center;
	}
	
	
	#portfolio-slider .mas{
		width: 150px;
		height: 258px;
		padding: 10px 0 0 15px;
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		background: url(images/bar2.jpg) repeat-x;
	}				

/* Slider */

#globo{
	width: 225px;
	height: 50px;
	background: url(images/globo.png) no-repeat center;
	position: absolute;
	right: -53px;
}

#globo p{
	width: 225px;
	margin: 0;
	position: absolute;
	bottom: 13px;
	text-align: center;
}

#globo p a{
	color: #2a281f;
	text-decoration: none;
}

#globo p a:hover{
	color: #61541b;
}