body {
	font-family: Helvetica;
	margin: 0;
	background: #e2c2cd;
	color: #550055;
}

.desplegable {
	position: absolute;
	top: 100%;
	left: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	background: white;
	border: 0px solid #ee7799;
	width: 150px;
	box-sizing: border-box;

}

.amunt {
	display: flex;
	color: #550055;
	font-size: 18px;
	font-weight: bold;
	flex-wrap: wrap;
	height: 63px;
	background: white;
}

.menu {
	height: 63px;
	display: flex;
	align-items: left;
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #e2c2cd;
}

.menu.barra {
	box-sizing: border-box;
	border-bottom: 3px solid #f16180;
}

.menu.ex {
	position: relative;
}

.menu.ex:hover .desplegable {
	max-height: 500px;
	border-width: 0px 3px 3px 3px;

}

.menu.ex:hover {
	background: #ee7799;
	cursor: default;
}

a:active {
	color: inherit;
}

a.menu:link, a.menu:visited {
	text-decoration: none;
}

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

a.menu:active {
	background-color: #f16180;
}

a.menu.aq {
	background-color: #f16180;
}
a.menu.aq:hover {
	cursor: default;
	background-color: #f16180;
}

.menu.aq {
	background-color: #f16180;
}

.menu.aq:hover {
	cursor: default;
	background-color: #f16180;
}

a.menu.bloq {
	opacity: 0.5;
	cursor: default;
}
a.menu.bloq:hover {
	background-color: #e2c2cd;
}

a, a:link, a:hover, a:visited, a:active, a:focus {
	color: #550055;
}

h1 {
	color: #550055;
	font-size: 48px;
	font-family: Garamond;
}

h2 {
	color: #550055;
	font-size: 32px;
	font-family: Garamond;
}

h3 {
	color: #550055;
	font-size: 24px;
	font-family: Garamond;
}

p {
	text-align: justify;
}

ul {
	list-style-position: outside;
	list-style-type: square;
}

ul li::marker {
	color: #550055;
}

.principal {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.columnes {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.col50 {
	width: 50%;
	padding:30px;
}

.col30 {
	width: 30%;
	padding: 30px;
}

.col20 {
	width: 20%;
}

.col70 {
	width: 70%;
}

.col80 {
	width: 80%;
}

.centre {
	text-align: center;
}

.botons {
	display: flex;
	justify-content: space-evenly;
	width: 75%;
}

a.boto, a.boto:link, a.boto:hover, a.boto:visited, a.boto:active, a.boto:focus {
	color: #550055;
	display: flex;
	height: 100px;
	width: 168px;
	justify-content: center;
	align-items: center;
	border: 1px solid #550055;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

@media (orientation: portrait) {
	.columnes {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.col50, .col30, .col20, .col70, .col80 {
		width: 100%;
	}
}
