html,body,h1,h2,ul,li {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	text-align: center;
	padding: 3%;
}

h1,
h2,
body,
input,
fieldset,
select,
textarea,
a {
	font: 10px verdana,arial,sans-serif normal normal;
	color: #666;
}


#wrapper {
	width: 750px;
	height: 586px;
	border: 1px solid #ccc;
	padding: 10px;
	background: white;
	text-align: left;
	margin: 0 auto 0 auto;	
}


/* layout */



#header {
	clear: both;
	height: 95px;
}

#leftbar {
	width: 263px;
	padding-right: 5px;
	margin-right: 10px;
	float: left;
	height: 500px;
	overflow: auto;
}

* html #leftbar {
	width: 263px;
	display: inline;
}
#centerbar {
	text-align: right;
	width: 470px;
	overflow: auto;
}

* html #centerbar {
	width: 450px;
	overflow: hidden;
}

#epigrafe {
	margin-top: 5px;
}

/* headers */

h2 {
	padding: 8px 0;
}

/* menu */


#leftbar img {
	margin: 0 11px 11px 0;
}


a img {
	border: none;
}

a {
	outline: 0;
	text-decoration: none;
}

a:hover {
	color: #090;
}

p, p a {
	margin:0;
	padding:0; 
	line-height: 1.8em;
}

h1 a,
ul a {
	text-transform: uppercase;
}

fieldset,input,textarea {
	outline: 0;
	border: 1px solid #999;
	background: white;
	padding: 0;
	margin: 0;
	color: #444;
}


fieldset {
	text-align: left;
	padding: 1em;
	border: none;
}

input,textarea {
	margin-bottom: 1em;
	padding: 2px;
	width: 200px;
}

textarea {
	height: 200px;
}


ul,li {
	list-style: none;
}

#menu {
	padding-top: 5px;
}

li {
	float: left;
	padding: 0 4px;
}

ul ul li {
	padding: 0;
	float: none;
}

ul ul li a {
	text-transform: lowercase;
}

/* image replacement and menu visibility */

h1 a {
	color: white;
	background: #090;
	border: 1px solid #090;
	margin:1px 20px 0pt 0pt;
	padding:3px;
	float: left;

}

h1 a:hover {
	background: white;
	color: #090;
	border-color: white;
}

#link-anteriores ul {
	display: none;
}

.anteriores #link-anteriores ul {
	display: block;
}

#link-lang {
	float: right;
}

.pintura #link-anteriores ul #link-pintura a,
.comix #link-anteriores ul #link-comix a,
.ilustracion #link-anteriores ul #link-ilustracion a,
.otros #link-anteriores ul #link-otros a,
.contacto #link-contacto a,
.links #link-links a,
.info #link-info a,
.anteriores #link-anteriores a,
.editorial #link-editorial a,
.muestras #link-muestras a { color: #090; }

.anteriores #link-anteriores ul a {
	color: #666;
}


.index #leftbar {
	height: auto;
	width: auto;
}

.index #centerbar {
	width: 100%;
	text-align: center;
}
