@charset "utf-8";

/* Global Styles */

body {

	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;

}

/* Header */

header {

	text-align: center;
	display: block;

}

/* Main Content sections */

content .PecAruba {
	
	position:relative;
	left: 1000px;
	
}

/* Footer */

footer .footerDisclaimer {

	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;

}

footer .footerDisclaimer span {

	color: rgba(181,178,178,1.00);
	font-weight: 400;

}

/* Media query for Mobile devices*/

@media only screen and (min-width : 285px) and (max-width : 480px) {

/* Header */

header {
	
    text-align: center;
	width: 100%;
	float: none;

}

header .LogoAnimated {
	
	width: 430px;
	height: auto;
	padding: 3px 0 3px 0;
	margin: 0 auto;
	position: relative;
	left: -15px;
    top: 0px;
	
}	

/* Main content sections */

content .PecAruba {
	
	position:relative;
	left: 177px;
	
}

/* Footer */

footer .footerDisclaimer {
	
    position: relative;	
	left: 85px;	
	top: -15px;
	float: left;
	margin-left: 3%;
	font-family: sans-serif;

}

}

/* Media Query for Tablets */

@media only screen and (min-width : 481px) and (max-width : 1024px) {

/* Header */

header {
	
	text-align: center;
	width: 100%;
	float: none;

}

/* Main content and sections */

content .PecAruba {
	
	position:relative;
	left: 680px;
	
}

/* Footer */

footer .footerDisclaimer {
	
	position: relative;
	left: 320px;	
	top: -15px;
	float: left;
	margin-left: 3%;
	font-family: sans-serif;

}

}

/* Desktops and laptops  */

@media only screen and (min-width:1025px) {

/* Header */

header {

	text-align: center;
	display: block;

}

/* Main content sections */

content .PecAruba {
	
	position:relative;
	left: 710px;
	
}

/* Footer */

footer .footerDisclaimer {
	
    position: relative;	
	left: 320px;	
	top: -15px;
	float: left;
	margin-left: 3%;
	font-family: sans-serif;

}

}

