

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);


/*****************/
/* GLOBAL STYLES */
/*****************/

html, body {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	outline: none;
	background-color: #000;
	font-family: 'Droid Serif', serif;
	font-size: 13px;
	letter-spacing: 1px;
	-webkit-tap-highlight-color: transparent;
}
#preloader {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	background: #000;
}
#spinner {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	opacity: 0;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
#page article a:hover {text-decoration: underline !important;}
hr {
	height: 1px;
	border: 0;
	background-color: #CCC;
	color: #CCC;
}
.super {
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
}
.scrollable {overflow: auto !important;}
.institutional {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 40px auto;
	text-align: justify;
}
.institutional h1 {
	padding: 0 !important;
	margin: 60px 0 20px 0!important;
	font-size: 14px !important;
	text-align: left !important;
}
@media screen and (max-width: 970px) {
	body * {font-size: 15px !important;}
	#page section.blank h1, #page section.blank h2 {width: 480px;}
	#page .content {
		padding: 0 20px;
		margin: 0 auto;
	}
	#page .content article {
		width: 100%;
		margin: 40px 0;
		text-align: justify;
	}
}
body * {-webkit-backface-visibility: hidden !important;}
a:link, a:visited, a:focus {
	text-decoration: none !important;
	color: inherit;
}
a img {border: none;}
*:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
}

/* NO JAVASCRIPT ALERT */
#alert {
	width: 100%;
	height: 40px;
	padding: 0;
	position: relative;
	margin: 0;
	z-index: 100;
	background-color: #FFF;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#alert img {
	float: left;
	width: 36px;
	padding: 2px;
	margin-left: 8px;
}
#alert span {
	display: inline-block;
	height: 36px;
	padding: 2px;
}

/* PAGE */
#page {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: transparent;
}
#page section {
	padding: 10px;
	clear: both;
	overflow-x: hidden;
}
#page section:not(.grid):not(#intro) {
	background-color: #F4F4F4;
	-webkit-box-shadow:  0 2px 6px #999;
	-moz-box-shadow:  0 2px 6px #999;
	box-shadow: 0 2px 6px #999;
}
#page section.blank {
	min-height: 800px;
	border: none;
	background: transparent;
	-webkit-box-shadow:  inherit;
	-moz-box-shadow:  inherit;
	box-shadow: inherit;
}
#page section.blank h1, #page section.blank h2 {
	width: 100%;
	text-align: center;
}
#page section.blank h1 {
	padding: 40px 0;
	font-size: 18px;
}
#page section.blank h2 {
	padding: 0 0 40px 0;
	font-size: 14px;
}
#page .content {
	padding: 0 20px;
	margin: 0 auto;
	background: transparent !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
#page .content article {
	width: 100%;
	margin: 40px 0;
	text-align: justify;
}

.intro a {
	color: #fff;
	background-color: #252321;
	padding: 10px 20px;
	margin: 5px 5px;
	text-transform: uppercase;
	display: inline-block;
}

.intro a:hover {
	background-color: #3A3735;
}

.intro .logo_intro {
	margin-top: 30%;
	max-width: 265px;
	width: 100%;
	position: relative;
	display: block;
	margin: 20% auto 60px auto;
}

.intro .flag_intro {
	max-width: 265px;
	width: 100%;
	position: relative;
	display: block;
	margin: 60px auto 40px auto;
}

.intro .left {
	background-color: #000;
	width: 50%;
	text-align: center;
	position: absolute;
	height: 100%;
	padding: 40px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.intro .right {
	background-color: #141414;
	width: 50%;
	text-align: center;
	position: absolute;
	height: 100%;
	right: 0px;
}