body,
html{
	font-family: 'Crimson Text', serif;
	color: #eae3c2;
	font-size: 0px;
}

.ementa{
	position: relative;
	padding: 0px 15px;
}

.ementa > div{
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}

.ementa em{
	width: calc(100% - 120px);
	font-size: 20px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

.ementa strong{
	width: 120px;
	font-size: 16px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
}

.ementa strong small{
	width: 60px;
	display: inline-block;
}

.ementa p{
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 18px;
	opacity: 0.7;
	display: block;
	padding-top: 5px;
}

.ementa div.tit{
	font-size: 30px;
	border: none;
}

div.sep{
	border: none;
	padding: 0;
	height: 20px;
}

div.cab strong{
	font-size: 12px;
	font-weight: 700;
}

.ementa,
.logo{
	position: relative;
	z-index: 2;
}

.fundo{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
}

.logo{
	position: relative;
	margin: 50px;
}

.logo img{
	width: 100%;
}

.intro{
	font-size: 18px;
	position: relative;
	padding: 0px 15px 30px 15px;
	text-align: center;
	opacity: 0.5;
}

.facebook{
	position: fixed;
	top: 15px;
	right: 15px;
	width: 40px;
	font-size: 0px;
	z-index: 5;
}

.facebook img{
	width: 100%;
}









