body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	
}


#cabecera {	
	display: none;
}

#menu {
	display: none;
}

#contenedor {
	width: 100%;
	margin: 0;
	height: auto;
}

#bnav {
	display: none;
}


a {

	color: #000;
	text-decoration: none;
}


#contenido {
	width: 90%;
	background-color: #fff;
	margin: 0;
	padding: 20px;	
	height: auto;
}

#contenidotodo {
	
	width: 100%;
	background-color: #fff;	
	padding: 20px;	
	
	border: 1px solid #E4E4E4;
	
	
}

p {
	line-height: 1.5em;
}

p.primer:first-letter {
	font-size: 400%;
	line-height: 1em;
	float: left;
	padding: 0 15px 15px 0;
}



h2 {
	font-size: 150%;
	padding-bottom: 5px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	font-variant: small-caps;
	font-weight: normal;

}

h1 {
	font-size: 160%;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 0px;
	font-style: italic;

}





dt {
	text-align: center;
	margin-bottom:5px;
		padding-left: 45px;
		font-weight: bold;
	
}	

dl {
	text-align: center;
}

dd {
	font-style: italic;
	font-size: 120%;
	padding-bottom: 25px;
	padding-left: 10px;
	margin-bottom: 20px;
	background-image: url('/quijote/img/separador.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}