@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0 auto;
	behavior: url(iepngfix.html);
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.lfloat{
	float: left;
}

.rfloat{
	float: right;
}

h1 {
	font-size:18px;
}
h2 {
	font-size:15px;
}

h3 {
	font-size:13px;
}

h4 {
	font-size:12px;
}

h5 {
	font-size:11px;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}

body{
	background:url(images/all.jpg) center top repeat-x;
	background-color: #322a23;
	margin: 0 auto;
	padding: 0 0;
	font-family: cambria, arial;
	font-size: 14px;
	cursor: crosshair;
}

a{
	color:#ffffff;
	font-weight: bold;
	cursor: crosshair;
}

a:hover{
	color:#22201d;
	cursor: crosshair;
}

#wrapper{
	width: 960px;
	height: auto;
	min-height: 800px;
	margin: 0 auto;
	padding: 0 0;
	background: url(images/contentstretch.jpg) center top repeat-y;
}

.header{
	margin: 0 auto;
	padding: 0 0;
	width: 960px;
	height: 423px;
}

#header_fade
{
	width: 960px;
	height: 423px;
	background: url(images/header.jpg) center top no-repeat;
}

.content{
	margin: 0 auto;
	padding: 0 0;
	background: url(images/content.jpg) center top no-repeat;
	width: 960px;
	min-height: 354px;
	height: auto;
}

.footer{
	margin: 0 auto;
	padding: 0 0;
	background: url(images/footer.jpg) center top no-repeat;
	width: 960px;
	min-height: 85px;
}

.footertext{
	width: 600px;
	padding-top: 70px;
	margin: 0 auto;
	font-family: cambria, arial;
	font-size: 13px;
	color: #ffffff;
	padding-bottom: 10px;
	padding-left: 280px;
}

.nav{
	width: 404px;
	height: 354px;
	float: left;
}

ul{
	margin: 0 auto;
	padding: 0 0;
	margin: 120px 0 0 100px;
}

li{
	list-style-type: none;
	text-align:center;
	font-family: cambria, arial;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	color: #000000;
}

.menu{
	width: 252px;
	height: 163px;
	padding: 126px 0 0 98px;
}

#home{
	width: 252px;
	height: 21px;
	background: url(images/inicio2.jpg) center top no-repeat;
	padding-bottom: 6px;
}

#author{
	width: 252px;
	height: 20px;
	background: url(images/sobre2.jpg) center top no-repeat;
	padding-bottom: 6px;
}

#book{
	width: 252px;
	height: 21px;
	padding-bottom: 6px;
	background: url(images/acerca2.jpg) center top no-repeat;
}

#excerpt{
	width: 252px;
	height: 20px;
	padding-bottom: 6px;
	background: url(images/extracto2.jpg) center top no-repeat;
}

#contact{
	width: 252px;
	height: 20px;
	padding-bottom: 6px;
	background: url(images/contacto2.jpg) center top no-repeat;
}

#buy{
	width: 252px;
	height: 21px;
	padding-bottom: 6px;
	background: url(images/haga2.jpg) center top no-repeat;
}

#home:hover, #home.active{
	background: url(images/inicio.jpg) center top no-repeat;
	cursor: crosshair;
}

#author:hover, #author.active{
	background: url(images/sobre.jpg) center top no-repeat;
	cursor: crosshair;
}

#book:hover, #book.active{
	background: url(images/acerca.jpg) center top no-repeat;
	cursor: crosshair;
}

#excerpt:hover, #excerpt.active{
	background: url(images/extracto.jpg) center top no-repeat;
	cursor: crosshair;
}

#buy:hover, #buy.active{
	background:url(images/haga.jpg) center top no-repeat;
	cursor: crosshair;
}

#contact:hover, #contact.active{
	background: url(images/contacto.jpg) center top no-repeat;
	cursor: crosshair;
}

.text{
	width: 555px;
	float: right;
	margin: 0 auto;
}

input, textarea{
	color:#000000; 
	font-weight: bold;
	background: #a1c4eb; 
	border: 0;
	font-family: cambria, arial;
}

input{
	width: 220px;
}
textarea{
	height: 100px;
	width: 220px;
}