/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	min-width: 750px;
	background: #cccbb9 url(images/bg.gif) repeat-x;
	font: .8em/1.1em "Lucida Grande" , LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #515151;
	}

div#wrap {
	background: #fff url(images/main_confilete.gif);
	margin: 0 auto;
	width: 770px;
	}

img { border-style: none; }

.amazon {
	vertical-align: middle;
	padding-left: 5px;
	}

.naranja { color: orange; }
.negro { color: black; }

hr {
	border: 0;
	background: silver;
	height: 1px;
	color: silver;
	margin: 1.5em 15px 1em 0;
	}

#header {
	background: #fff url(images/header.gif);
	height: 234px /*Height of top section*/;
	}

#header h1 {
	padding: 5px;
	margin: 0;
	}

#main {
	background-color: white;
	float: left;
	width: 580px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	display: inline;
	}

#main_index {
	background-color: white;
	margin: 0 auto;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 30px;
	}

#index {
	background-color: white;
	margin: 0 auto;
	}

#index a {
	border-style: none;
	border-width: 0;
	}

#main h2, #main h3, #main p { padding: 0 10px 0 0; }
#main p { line-height: 135%;
	margin-top: 0;
	margin-bottom: .8em;
}

#main a {
	font-style: normal;
	color: #7da2a2;
	text-decoration: none;
	font-weight: normal;
	}

#main a:hover { text-decoration: underline; }

#main h2 {
	color: #ff9933;
	font-size: 18px;
	}

#main h3 {
	color: #515151;
	font-size: 16px;
	line-height: 1.2em;
}

#main ul {
	padding-top: 0;
	margin-right: 15px;
	border-top: 1px none silver;
	margin-left: 0;
	padding-left: 0;
	clear: left;
	list-style-type: none;
	margin-top: 0;
}

#main ul.sinlinea {
	border-top-style: none;
	padding-top: 15px;
	margin-right: 15px;
	margin-left: 0;
	padding-left: 0;
	margin-top: 20px;
	clear: left;
	list-style-type: none;
  	}

#main li {
	background-image: url(images/bullet_1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-bottom: 5px;
	padding-left: 15px;
	}

#main li.otras {
	color: #515151;
	padding-bottom: 10px;
	}

.books {
	margin: 0 20px 10px 0;
	position: relative;
	z-index: 9999;
	float: left;
	width: 70px;
	padding: 0;
	}

#sidebar {
	background-color: white;
	font-size: 10px;
	width: 130px;
	margin-left: 615px;
	padding-left: 0px;
	margin-top: 40px;
	margin-bottom: 35px;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	font-size: 10px;
	}

#sidebar h2 {
	color: #515151;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#sidebar img {
	margin: 0 0 10px;
	padding: 0;
	}

#sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-weight: normal;
	font-style: normal;
	}

#sidebar li {
	background-image: url(images/bullet_small.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-bottom: 6px;
	padding-left: 10px;
	color: gray;
	}

#sidebar a {
	font-style: normal;
	color: #7da2a2;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	}

#sidebar a:hover { text-decoration: underline; }

#sidebar h5 {
	color: #515151;
	margin: 0 0 20px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px dashed silver;
	padding-bottom: 25px;
	font-size: 10px;
	}

#footer {
	background-color: #cc9;
	clear: both;
	}

#footer p {
	padding: 5px;
	margin: 0;
	}

.thumbnail {
	margin: 0 0 0 15px;
	position: relative;
	z-index: 9999;
	float: right;
	width: 71px;
	}


/*Menu */

#menu {
	background-color: white;
	margin: 0;
	padding: 0;
	}

/*fin menu*/



/*pie*/

div#pie {
	clear: left;
	width: 100%;
}

div#pie_leyenda {
	height: 20px;
	background: #000000 url(images/pie.gif) no-repeat center;
	}


div#pie_bydocke {
	clear: left;
	height: 13px;
	padding-top: 10px;
	background-color: #CCCBB9;

}

div#pie_bydocke img {
	border-style: none;
}
	
/*fin pie*/

/* idioma */

#idioma {
	font-size: 10px;
	float: right;
	margin-right: 5px;
}



#idioma li {
	/*background-image: url(images/ico_es.gif);*/
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-bottom: 6px;
	padding-left: 18px;
	display: inline;
}

#idioma ul {
}
	
#idioma li.en {
	/*background-image: url(images/ico_en.gif);*/
	}
	
#idioma a {
	color: gray;
	text-decoration: none;
}

#idioma a:hover {
	color: maroon;
	text-decoration: underline;
}

/* fin idioma */

.small {
	font-size: 10px;
	line-height: 120%;
}

