#header
{
	position: relative;
}

#logo
{
	position: absolute;
	top: 18px;
	left: 65px;
	background-image: url("/public/css/images/logo.png");
	width: 101px;
	height: 105px;
}

#logo span
{
	display: none;
}


#slider 
{
	position: relative;
	width: 1000px;
	height: 309px;
	overflow: hidden;
}

#sliderlist{
	height: 309px;
	position: relative;
	width: 1000px;

}

#header nav
{
	background-color: #826641;
	height: 20px; 
	padding-top: 4px;
	font-family: "Helvetica neue", "Helvetica";
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 200;
}

#header nav ul
{
	height: 16px;
	line-height: 16px;
	color: white;
	margin-left: 27px;
	border-left: 1px solid  #a18c71;
}

#header nav ul li
{
	list-style: none;
	padding: 0px 16px;
	float: left;
	border-right: 1px solid  #a18c71;
}

#header nav ul li a
{
	color: white;
}

#bulletswrapper{
	height: 20px;
 	float:left;
   	width:100%;
   	overflow:hidden;
   	position:absolute;
   	top: 290px;
}

#bulletswrapper ul{
	clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

#bulletswrapper ul li
{
	background-image: url("/public/css/images/slide_bullets_bg.png");
	float: left;
	padding: 6px 6px  6px 0px;
	display:block;
	float:left;
	list-style:none;
	margin:0;
	position:relative;
	right:50%;
}

#bulletswrapper ul li#left-arrow, #bulletswrapper ul li#right-arrow{
	background-image: url("/public/css/images/slide_bullets_bg.png");
	float: left;
	padding: 5px 6px 4px 6px;
	width: 9px;
	height: 11px;
	display: block;
}

#bulletswrapper ul li#right-arrow{
	padding: 4px 6px 5px 0px;
}

#bulletswrapper ul li#left-arrow a{
	background-image: url("/public/css/images/slide_left_arrow.png");
	width: 9px;
	height: 11px;
	display: block;
}

#bulletswrapper ul li#right-arrow a{
	background-image: url("/public/css/images/slide_right_arrow.png");
	width: 9px;
	height: 11px;
	display: block;
}

#bulletswrapper ul li a.active{
	background-image: url("/public/css/images/slide_active_bullet.png");
}

#bulletswrapper ul li a{
	display: block;
	width: 8px;
	height: 8px;
	background-image: url("/public/css/images/slide_bullet.png");
}

#access-panel
{
	background-image: url("/public/css/images/access_panel.png");
	width: 215px;
	height: 97px;
	position: absolute;
	top: 291px;
	right: 13px;
	color: white;
	font-size: 12px;
	padding: 0px 20px;
	padding-top: 5px;
}

#access-panel label
{
	display: block;
	margin-bottom: 2px;
}

#access-panel input
{
	height: 12px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 0px;
	margin-bottom: 2px;
	width: 150px;
	padding: 1px 5px 1px 5px;
}

#access-panel form
{
	padding-left: 40px;
}

#welcome
{
	padding-left: 30px;
}

#welcome div
{
	font-size: 40px;
}

#welcome a
{
	color: white;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	display: block;
	font-style: italic;
	font-family: Arial;
	padding: 2px 0px;
}

#access-panel .botonera input
{
	background-color: transparent;
	border: 0px;
	height: 18px;
	color: white;
	float: right;
	text-align: right;
	padding-right: 20px;
	cursor: pointer;
	width: 50px;
}

#login_feedback
{
	position: absolute;
	top: 5px;
	right: 25px;
}