.manual{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	overflow: auto;
}

.manual-junta{
	width: 70%;
	height: auto;
	min-width: 365px;
	margin: auto;
}

.manual-pdf{
	width: 100%;
	height: auto;
}

.manual-pdf iframe{
	width: 100%;
	min-height: 600px;
}

#manual-title{
	text-align: left;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 22pt;
	color: #FE9A2E;
	margin-top: 60px;
}

#manual-text{
	text-align: justify;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 12pt;
	color: #58595b;
	margin-top: 40px;
	width: 100%;
	max-width: 500px;
	margin-bottom: 20px;
	border-bottom: 1px solid white;
	padding-bottom: 20px;
}

#manual-text a{
	color: #cc3300;
	text-decoration: none;
}

#manual-text a:hover{
	color: #cc3300;
	text-decoration: underline;
}

#att-text{
	text-align: left;
	font-family: 'Arial';
	font-size: 12pt;
	color: #58595b;
	margin: 35px auto;
}

#refe-text{
	text-align: justify;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 12pt;
	color: #58595b;
	margin-top: 40px;
	width: 100%;
	max-width: 700px;
	margin-bottom: 20px;
	border-bottom: 1px solid white;
	padding-bottom: 20px;
}

.refe-junta{
	width: 100%;
	max-width: 400px;
	min-width: 250px;
	height: auto;
	overflow: auto;
}

.refe-guide{
	width: 99%;
	border: 1px solid white;
	margin: 8px auto;
}

.refe-guide img{
	width: 100%;
}