/* CSS Document */

body {
	width: 780px;
	margin: 0 auto;
	font-family: Tahoma, Arial, "MS Sans Serif";
	font-size: 12px;
	color: #000000;
	background-color: #CC3333;
	background-image:url(images/bg-contenido.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}

img	{
	border: 0px;
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	}
	
h2 {
	font-size: 16px;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	color: #990000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	}
	
h3 {
	font-size: 14px;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	color: #990000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	
a:link {
	color: #800000;
	text-decoration: none;
	}
	
a:visited {
	color: #CC6600;
	text-decoration: none;
	}
	
a:hover {
	color: #996666;
	text-decoration: none;
	}
	
p {
	padding: 0px;
	margin: 0px;
	color: #000000;
	}

#header {
	width: 780px;
	height: 300px;
	background-image: url(images/header1.jpg);
	}

#menu {
	width: 300px;
	height: 152px;
	font-size: 16px;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-style: italic;
	float: left;
	margin-left: 0px;
	margin-right: 30px;
	margin-top: 35px;
	text-align: right;
	}
	
#contenido {
	width: 350px;
	float: left;
	margin-top: 35px;
	margin-right: 55px;
	padding: 0px;
	margin-bottom: 30px;
	}
	
#contenido p {
	margin-top: 10px;
	}
	
#footer {
	width: 780px;
	height: 112px;
	background-image:url(images/bg-footer.jpg);
	clear: both;
	margin: 0px;
	padding: 0px;
	}
	
#footer p {
	margin: 0px;
	padding: 0px;
	margin-left: 140px;
	margin-top: 15px;
	}

#footer a:link {
	color: #800000;
	}
	
#footer a:visited {
	color: #CC6600;
	}
	
#footer a:hover {
	font-size: 12px;
	color: #996666;
	}

.destacados {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
	
#parche {
	width: 10px;
	display: block;
	height: 400px;
	float: right;
	}

.tapalibro {
	float: left;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	} 

.detallelibro {
	font-size: 10px;
	}
	
.detallelibrobold {
	font-weight: bold;
	font-size: 10px;
	}

.epigrafe {
	font-size: 12px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
	}
