body {
			font-size: 18px;
			background-color: #ffe;
			color: #210;
		}

		#contenedor {
			max-width: 40ch;
			margin: 2rem auto;
			padding: 1rem;
		}

		h1 {
			font-size: 2rem;
			text-align: center;
		}

		p {
			font-family: serif; 
		}

		#primer-parrafo {
			font-size: 1.3rem;
			background-color: #CEE; 
		}

		#primer-parrafo em {
			color: #933; 
		}

		p.importante em {
			font-weight: bold;
		}

		p.novelas a {
			outline: 1px solid #333;
			text-decoration: none;
		}
		p.novelas a:hover {
			text-decoration: underline;
			background-color: #ccd;
		}

		body p.fuente.parrafo {
			color: #999 !important;
			font-size: 0.9rem;
			opacity: 100%;
			text-align: center;
		}

		p:not([id]) {
			text-shadow: none; 
		}