body {
	background-color: #EBEBEB;

	margin: 0 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}

#contenedor {
	width: 710px;
	margin: 0 0 20px 17px;
}

#cabecera {
	border: 1px solid #fff;
}


#menu {
	position: absolute;	
	top: 100px;	
	width: 170px;	
	padding: 8px;
	margin-right: 15px;
	background-color: #FFFFFF;
	border: 1px solid #E4E4E4;
	font-size: 11px;
	font-weight: bold;
	color: #CE7C00;	
	font-family: Georgia, "Times New Roman", Times, serif;
	
	
	
}

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

a {

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

a:hover {
	text-decoration: underline;
}

#contenido {
	position: absolute;
	left: 15px;
	top: 100px;
	width: 475px;
	background-color: #fff;
	margin: 0 0 20px 195px;
	padding: 15px 20px 20px 20px;	
	
	
	border: 1px solid #E4E4E4;
	
	
}

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

p {
	line-height: 1.5em;
}



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;

}



.bnav {
	width: 100%;
	text-align: center;
	background-color: #CE7C00;
}

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

dl {
	text-align: center;
}

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