body,
	html {
		margin:0;
		padding:0;
		background: #dcdcdc;
		color:#000;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: justify;
	}
	body {
		min-width:850px;
	}
	#wrap {
		background: #99c url(../img/gbls/fond2.gif);
		margin:0 auto;
		width:850px;
	}
	#header {
		background:#cd853f;
	}
	#header h1 {
	color: white;
    	padding:5px;
	    margin:0;
    }
	#nav {
		background:#d2b48c;
		padding:5px;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
		float:left;
		width:550px;
	}
	#main h2, #main h3, #main p {
		padding:0 10px;
    }
	#sidebar {
	background-color: white;
	float: right;
	width: 270px;
	text-align: justify;
	padding: 10px;
}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#footer {
		background:#cc9;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
    }
	 .pettite {
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/** css rounded bgsaw **/
#round-bgsaw {
width:100%;
margin:0px auto;
background:#fff url(../img/round_bgsaw/leftside.jpg) repeat-y left top;
}
.top-bgsaw {
width:100%;
height:10px;
background:url(../img/round_bgsaw/top.jpg) no-repeat left top;
}
.top-bgsaw span {
display:block;
position:relative;
height:10px;
background:url(../img/round_bgsaw/top-right.jpg) no-repeat right top;
}
.center-content-bgsaw {
position:relative;
background:url(../img/round_bgsaw/rightside.jpg) repeat-y right top;
padding:1px 12px 1px 12px;
margin:-1px 0 -4px; 0;
}
.bottom-bgsaw {
width:100%;
height:16px;
background:url(../img/round_bgsaw/bottom.jpg) no-repeat left bottom;
}
.bottom-bgsaw span {
display:block;
position:relative;
height:16px;
background:url(../img/round_bgsaw/bottom-right.jpg) no-repeat right bottom;
}

.bgsaw-rounded {
margin:0 0 1em 0
}
/** css rounded bgsaw **/

/** css for seccion de libros **/
.arrowlistmenu{
width: 100%; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black;
margin: 4px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../img/small/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
/** css for seccion de libros **/
