body {
	width: 100%;
	height: 100%;
	margin: 0;
	margin-bottom: -1;
	padding: 0;
	background: #736555;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrap {
	width: 100%;
}

#box {
	background: #a28e7c;
	margin: 30px auto 50px auto;
	width: 900px;
	height: 590px;
	border: 5px solid #fff;
}

#content {	
	height: 500px;
}

#header {
	background-color: #fff;
	height: 40px;
	padding: 20px;
}

#txt {
	width: 425px;
	height: 500px;
	padding-left: 20px;
	margin: 0;
	color: #fff;
	overflow: auto;
}

#txt a {
	color: #fff;
	text-decoration: none;
}

#txt a:visited {
	color: #fff;
}

#txt a:hover {
	color: #ccc;
}

#txt a:active {
	color: #aaa;
}

#txt img {
	border: 0;
	margin: 20px 0;
}

#txt h3 {
	font-weight: normal;
	font-size: 12pt;
}

#txt p {
	font-size: 10pt;
	line-height: 1.5em;
	width: 350px;
}

#txt form p {
	line-height: 1em;
	margin: 0.5em 0 0.2em 0;
}

#txt form input.field {
	width: 250px;
	margin-top: 5px;
}

#txt form input.submit {
	margin-top: 5px;
}

#txt form textarea {
	width: 250px;
	height: 100px;
	margin-top: 5px;
}

#switcher {
	position: relative;
}

#txt div#home {

}

#txt div#taller {
}

#txt div#lamparas {
}

#txt div#lamparas ul {
	font-size: 10pt;
	line-height: 2em;
	margin-left: 1em;
	padding-left: 1em;
}

#txt div#contacto {
}

#img {
	width: 450px;
	float: right;
	border-left: 5px solid #fff;
}

#taller_slider {
	width: 450px;
	float: right;
	border-left: 5px solid #fff;
	display: none;
}

#lamper {
	width: 450px;
	height: 500px;
	float: right;
	overflow: auto;
	display: none;
	border-left: 5px solid #fff;	
}

#lamper_body {
	margin: 10px;
	white-space: nowrap;
}

#lamper_body img {
	vertical-align: middle;
	border: 1px solid #fff;
	margin: 30px 60px 0 0;
}

#slider {
	position: relative;
	height: 500px;
}

#slider img {
	position: absolute;
	opacity:0.0;
	top: 0;
	left: 0;
	z-index: 8;
}

#slider img.active {
	z-index: 10;
	opacity: 1.0;
}

#slider img.last-active {
	z-index: 9;
}



#nav {
	background: #fff;
	height: 55px;
	padding: 10px 20px;
}

#menu {
	width: 400px;
	padding: 10px 0 0 0;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #500;
}

#menu a:hover {
	color: #955;
}

#menu ul.nav_menu {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

#menu li {
	list-style-type: none;	
	display: inline;
	margin-right: 3em;
}

#menu ul.lamparas_sub {
	padding: 0;
	margin-top: 10px;
}

#menu ul.lamparas_sub li {
	margin-right: 2em;
}

#menu ul.lamparas_sub a {
	font-size: 10pt;
	color: #000;
	font-weight: normal;	
}

#menu ul.lamparas_sub a:hover {
	color: #555;
}

#plug {
	width: 450px;
	float: right;
	text-align: right;
	padding:  10px 0 0 0;
}

#plug p {
	color: #500;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 10pt;
}

#plug a {
	color: #500;
	text-decoration: none;
}

#plug a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}
