
html {
  -webkit-text-size-adjust: 200%;
}

body {
	background-image: url("Texturas/brownPaper01.jpg");
	background-color: rgba(220,220,210,0.7);
	border-color: rgba(20,20,10);
	border-width: 2px;
	border-style: solid;
	font-size: 20px;
	font-style: round;
	line-height: 1.3;
	width: 80%;
	margin: 30px auto;
	padding: 30px;
}

div {
	margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  div {
    font-size: 80pt;
  }
}

p {
	margin-bottom: 10px;

}

h1 {
	font-size: 3vw;
	font-weight: bold;
	text-align: center;
}


#cuerpo {
	font-style: italic;

}


.listadoLexica {
	column-count: 2;
	font-size: 1vw;
}

.numeracion {
	font-weight: bold;
}

.cita {
	font-style: italic;
}

.punto {
	margin-left: 4em;
	text-indent: -2em;
}

.dentroDePunto {
	text-indent: 0em;
}

.logo {
    width: 150px;
    
}

.dcha {
	text-align: right;
	margin-right: 30px;
	font-weight: bold;
}