h1
{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.938rem;
	font-size: 1.353em;
	line-height: 108.695%;
	font-weight: bold;
}

p {
	font-size: 17px;
	line-height: 22px;
}

p.firma_info {
	font-size: 18px;
	line-height: 32px;
}

hr {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
}

//MENÚ RESPONSIVE
ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
}

li.menu {
	flex-grow: 1;
}

a.menu {
	display: block;
	padding: 0.2em;
	background-color: #E2ECCD;
	text-align: center;
	//margin-right:0.2em; //Poner si queremos líneas separadoras en el menú
	text-decoration: none;
	color: #000000;
}

a.menu:hover {
	background-color: #B6D281;
}