/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(fondo_body.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* IE Fix */
	margin: 0px;
	color: #666;
	}
a { text-decoration: none; color: #f90; }
a:hover { border-bottom: 1px dashed #000; color: #000; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 760px;
	background: #fff url(fondo_cont.jpg);
	background-repeat: repeat-x;
	
	padding: 30px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#lang {
	height: 20px;
	padding-top: 10px;
	width: 800px;
	text-align: right;	
	background: #fff;
	margin: 0 auto;

	}

	
#header {
	width: 800;
	padding: 3px;
	text-align: center;	
	}	

#book {
	border-top: 5px solid #f90;
	width: 754px;
	padding: 3px;
	text-align: center;	
	background: #fff;
	float: left;

	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	width: 760px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(fondonav.jpg) repeat-x;
	padding: 0px;
	margin: 0px;
	height: 26px;
	border-bottom: 1px solid #fff; 
	
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;

	}		
#nav li a { 
	text-decoration: none; 
	color: #FFF;
	background: url(fondonav.jpg) repeat-x;
	border-right: 1px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	
	}
#nav li a:hover { background: url(fondonav2.jpg) repeat-x; }
#nav li a.on { background: url(fondonav2.jpg) repeat-x; color: #FFF; font-weight: bold; }


/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 760px;
	position: relative;
	line-height: 20px; 
	text-align: left; 
	
	font-size: 12px;
	background-color: #FFF;
	border-bottom: 1px solid #fff;
	padding: 0px;
	margin: 0px;
	}	
	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #fff;
	border-top: 10px solid #f90;
	text-align: center;	
	color: #6D6133;
	font-size: 11px;
	padding: 5px;
	line-height: 16px;
	clear: both;
	margin: 0px;
	letter-spacing: 1px;	
	}
	

