body {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		margin: 0px;
		padding: 0px;
		color: #666666;
		}

/*  Maquetacion basica		
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#header {
		margin: 0px;
		height: 110px;
		background-color: #000000;
		}
#logoLeft {
		float: left;
		margin: 0px;
		padding: 0px;
		}
#logoRight {
		float: right;
		}

#contenido{
		/*background: transparent url(imagenes/librocorner.jpg) 0 0 no-repeat fixed;*/
		/*height:400px;*/
		margin:0px;
		padding:15px;
}

#frameLeft{
background: transparent;
float: left;
width: 70%;
}
#frameRight{
	position: absolute;
	right:0;
	width:20%;
	margin-left:3%;
	margin-right:2%;
	padding-left:15px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

/*  estilos		
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h1{
	font-family: AvantGarde, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #006699;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	letter-spacing: 0.3em;
	padding-bottom:0px;
	margin-bottom:0px;
	font-weight: lighter;
}
h2{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #006699;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	letter-spacing: 0.2em;

}
/*ul{
width: 60%;
margin-top:40px;
padding: 20px 25px 20px 45px;
border: 1px solid #cccccc;
	background-color:#efefef;

}
li{
margin-top:5px;
}*/
ul{
	color: #666666;
	list-style-image: url(images/pointerSq.gif);
}

ul ul{
	list-style-image: url(images/bullet1.gif);
}

p{
	padding-left:25px;}

.destacado {
	font-weight: bold;
	color: #006699;
}
.apartado{
	/*margin-bottom: 1.8em;*/
	margin-left: 10px;
	margin-top:0;
	padding-left: 0;
	
	
}
.seccion{
	color: #004C73;
	padding: 3px 5px 0 2px;
	margin: 0 0 3px;
	font-weight: lighter;
	letter-spacing: 0.1em;
	}
	.selected{
	background-color: #F9F8F0;
	color: #666666 !important;
	border-bottom: 1px solid #ccc;
	text-indent:15px;
	padding: 3px 0 3px 0;
	}

.apartado ul{
	background-color:#F5F5F5;
	list-style: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	padding-top:0;
	padding-bottom:0;
	margin-top:-5px;
	border-top: 5px solid #666666;
	/*border-bottom: 3px solid #999;*/
	}
.apartado li{
	list-style-image: none;
	color: #666666;
	text-indent: 15px;
	border-bottom: solid 1px #CCCCCC;
	}
	
.apartado li a{
	display:block;
	width:100%;
	color: #666;
	background-color: #F6F6F6;
	padding: 3px 0 3px 0;
	text-decoration: none;
	}
.apartado li a:hover{
	color: #993333;
	background-color: #F6F4E8;
	text-decoration: none;
	}
.libros{
/* background: transparent url(imagenes/librocorner.jpg) top left no-repeat;  */
}
.noMargin{
margin:0px;
padding:0px;

}#contenido #frameLeft dl {
	padding-left: 25px;
}
#contenido #frameLeft dt {
}

#contenido #frameLeft dt {
	display: inline;
	font-weight: bold;
}
#contenido #frameLeft dd {
	margin-left: 1em;
	margin-bottom: 1em;
}
.thumbnail
{
float: left;
width: 150px;
margin: 0 1em 1em 1em;
}
.thumbnail img
{
border:0;
}
.clear{clear:both;}

