body {
	font-family: 'Arvo', arial, serif;
	font-size: 13px;
	color: #333;
	margin: 0;
	text-align: center;
 	background-image: url("../images/bg00.png");
	background-position: 50% 1%;
  	background-repeat: no-repeat;
  	background-size: 850px 530px;
}

img {
	border: none;
}

a:link, a:visited {
	color: #F33;
}

h1 {
	color: #000;
	font-size: 70px;
	margin: 0;
}

h1, h2 {
	font-weight: normal;
}

h2 {
}

#wrapper {
	display: none;
}

#top {
	height: 300px;
}

.arrow {
	display: block;
	margin: 0px auto;
	cursor: pointer;
	width: 61px;
	height: 61px;
	background: url("../img/arrows.png") -61px 0 no-repeat;
}

.box_arrow {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
}

.arrow:hover {
	background-position: 0 0;
}

#menu {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 2%;
	text-align: left;
	line-height: 15px;
	padding-left:10px;
	font-size: 12px;
	float: left;
}

#menu_list {
	display: none;
	z-index: 1;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}

#menu_btn {
	display: block;
	text-align: center;
	background-color: #F44;
	color: #FFF;
	width: 22px;
	padding: 3px 0;
	cursor: pointer;
	margin-bottom: 5px;
	font-size: 13px;
	
}

#menu_btn:hover {
	background-position: 0 0;
}

#share {
	width: 395px;
	padding-left: 4px;
	margin: 0px auto;
}

.menu_item {
	cursor: pointer;
}

.menu_item:hover {
	color: #F44;
}

.hidden {
	display: none;
}

#num {
	font-size: 34px;
	color: #F44;
	margin: 10px 0;
}


#footer {
	border-top: 1px solid #E0E0E0;
	padding: 90px 0 100px;
  	background-repeat: no-repeat;
}

.box {
	border-top: 1px solid #E0E0E0;
	position: relative;
}

.box p {
	font-size: 11px;
	color: #666;
	line-height: 20px;
	width: 600px;
	margin: 15px auto;
}
#bgImage{

}
/*davidpenuela Easy Slider*/

/* Easy Slider */


#sliderContainer {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:600px;
	background:#fff;		
	margin-bottom:2em;

}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:600px;
		height:399px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:205px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:600px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width: 45px;
		height:90px;	
		background:url(../img/slideshow_nav.png) no-repeat 0 0;	
		left:30px;
	}	
	#nextBtn a, #slider1next a{
		left:-45px;	 
		background:url(../img/slideshow_nav.png) no-repeat 0 0;
		width: 45px;
		height:90px;	
		}	
	
	#prevBtn a, #slider1prev a{
	  background-position: -45px 0;
	}

	#prevBtn a:hover {
	  background-position: -45px -270px;	
	}
	
	#nextBtn a:hover {
	  background-position: 0px -270px;
	}
	
	#slider1prev a:hover{
	  background-position: -45px -180px;	
	}

	#slider1next a:hover{
	  background-position: 0px -180px;

	}
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */