﻿@charset "utf-8";

body {
	border: 0px solid #DCDCDC;
	background-color: #FFFDF7;
	margin: 0px;
	padding: 20px;
	overflow-y: scroll;
}

#center {
	max-width: 970px;
	min-width: 440px;
	margin: auto;
	padding: 0px;
}

#ieWrapHeader {
	width: 100%;
	height: 150px;
	border: 0px solid #0F3392;
	margin: 0px;
	padding: 0px;
	background-color: #E9E9E9;
	background-image: url(images/gradientheader.png);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#wrapheader {
	width: 100%;
	height: 150px;
	border-top: 0px solid #0F3392;
	border-right: 0px solid #0F3392;
	border-bottom: 1px solid #0F3392;
	border-left: 0px solid #0F3392;
	margin: 0px;
	padding: 0px;
	background: linear-gradient(#8D9BAF, #E9E9E9);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#header {
	width: 100%;
	height: 105px;
	border-top: 1px solid #0F3392;
	border-right: 1px solid #0F3392;
	border-bottom: 0px solid #0F3392;
	border-left: 1px solid #0F3392;
	padding: 0px;
	margin: 0px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#ieWrapContent {
	width: 100%;
	height: auto;
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
	background-color: #E9E9E9;
	background-image: url(images/gradientcontent.jpg);
   	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#footer {
	width: 100%;
	height: 50px;
	border-top: 0px solid #0F3392;
	border-right: 0px solid #0F3392;
	border-bottom: 0px solid #0F3392;
	border-left: 0px solid #0F3392;
	margin: 0px;
	padding: 10px;
	background-color: #20489B;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#logo 	{
	width: 120px;
	margin: 15px;
	background-color: transparent;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#webname  {
	font-size: 40px;
	font-family: Tahoma;
	color: #0F3392;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 10px;
	left: 150px;
}

.border{
	width: 0px;
	height: 45px;
	float: left;
	border-left: 1px solid #0F3392;
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.menu1 {
	border: 0px solid #0F3392;
	position: relative;
	z-index: 2;
	float: right;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.menu2 {
	width: 80px;
	height: 45px;
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
	text-align: center;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.menu3 {
	width: 10px;
	height: 45px;
	border: 0px solid black;
	padding: 0px;
	float: left;
	margin: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#content {
	width: 100%;
	height: auto;
	min-height: 300px;
	border-top: 0px solid #0F3392;
	border-right: 1px solid #0F3392;
	border-bottom: 1px solid #0F3392;
	border-left: 1px solid #0F3392;
    	background: linear-gradient(#E9E9E9, #8D9BAF);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 50px 60px 50px 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#textfield {
	width: 100%;
	max-width: 850px;
	height: auto;
	border: 1px solid #0F3392;
	background-color: #FFFDF7;
	margin: 0px;
	padding: 5px;	
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

#paintingsfield {
	width: 100%;
	min-width: 100px;
	max-width: 850px;
	height: auto;
	border: 1px solid #0F3392;
	background-color: #FFFDF7;
	margin: 0px;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
	text-align: justify;
   	text-justify: distribute;
	font-size: 0;	
}

#homeimage {
	width: 100%;
	max-width: 480px;
	border: 1px solid #0F3392;
	display: block;
	margin: auto;
	float: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

p {
	font-size: 14px;
	font-family: Tahoma;
	color: #0F3392;
	margin: 5px;
}
	
ul {
	font-size: 14px;
	font-family: Tahoma;
	color: #0F3392;
	padding-left: 5px;
	list-style-type: none;
}

.square{
	list-style-type: square;
	margin-bottom: 30px;
	margin-left: 10px;
}
	
h1{
	font-size: 20px;
	font-family: Tahoma;
	color: #0F3392;
	margin: 0px 5px 10px 5px;	
}

.flagIcon {
	border: 0 solid black;
	margin-left: 10px;
	float: right;	
}

img{
	background-color:#0F3392;
}

.textimg {
	width: 45%;
	border: 1px solid #0F3392;
	max-width: 316px;
	margin: 5px 5px 5px 10px;
	float: right;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


.widthSmall {
	width: 95px;
	margin: auto;
	border: 1px solid #0F3392;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.heightSmall {
	height: 95px;
	margin: auto;
	border: 1px solid #0F3392;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
}

.down{
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	font-size: 13px;	
}

.size{
	font-size: 9px;

}

.imagebox{
	width: 120px;
	height: auto;
	margin: 5px;
	min-height: 200px;
	background-color: #E9E9E9;
	padding:10px 5px 5px 5px;
   	display: inline-block;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.transparentBG {
	visibility: hidden;
	position: fixed;
	padding-top: 50px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	overflow: scroll;
}

.transparentBG:target {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 999;
}

.image {
	position: relative;
	height: 480px;
	border: 0px solid black;
	margin-bottom: 50px;
}

.textbox{
	width: 150px;
	height: 200px;
	background-color: #FFFDF7;
	float: none;
	position: relative;
}

a:link.menulink1  {
	width: 100%;
	height: 100%;
	background-color: #3A658F;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #E9DDCF;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:visited.menulink1  {
	width: 100%;
	height: 100%;
	background-color: #3A658F;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #E9DDCF;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:hover.menulink1  {
	width: 100%;
	height: 100%;
	background-color: #E9E9E9;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #0F3392;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:active.menulink1  {
	width: 100%;
	height: 100%;
	background-color: #F7F7F7;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #0F3392;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:link.menulink2  {
	width: 100%;
	height: 100%;	
	background-color: #2381A5;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #E9DDCF;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:visited.menulink2  {
	width: 100%;
	height: 100%;
	background-color: #2381A5;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #E9DDCF;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:hover.menulink2  {
	width: 100%;
	height: 100%;
	background-color: #E9E9E9;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #0F3392;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:active.menulink2  {
	width: 100%;
	height: 100%;
	background-color: #F7F7F7;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #0F3392;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:link.menulink3  {
	width: 100%;
	height: 100%;
	background-color: #db9f48;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #E9DDCF;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:visited.menulink3  {
	width: 100%;
	height: 100%;
	background-color: #db9f48;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #E9DDCF;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:hover.menulink3  {
	width: 100%;
	height: 100%;
	background-color: #E9E9E9;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #0F3392;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:active.menulink3  {
	width: 100%;
	height: 100%;
	background-color: #F7F7F7;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #0F3392;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:link.menulink4  {
	width: 100%;
	height: 100%;
	background-color: #8F4640;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #E9DDCF;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:visited.menulink4  {
	width: 100%;
	height: 100%;
	background-color: #8F4640;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #E9DDCF;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:hover.menulink4  {
	width: 100%;
	height: 100%;
	background-color: #E9E9E9;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #0F3392;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:active.menulink4  {
	width: 100%;
	height: 100%;
	background-color: #F7F7F7;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #0F3392;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:link.menulink5  {
	width: 100%;
	height: 100%;
	background-color: #6482A4;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #E9DDCF;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:visited.menulink5  {
	width: 100%;
	height: 100%;
	background-color: #6482A4;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #E9DDCF;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:hover.menulink5  {
	width: 100%;
	height: 100%;
	background-color: #E9E9E9;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #0F3392;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:active.menulink5  {
	width: 100%;
	height: 100%;
	background-color: #F7F7F7;
	border: 1px solid #0F3392;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #0F3392;
	line-height: 43px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#menuActive {
	width: 80px;
	height: 45px;
	border-top: 1px solid #0F3392;
	border-right: 1px solid #0F3392;
	border-bottom: 0px solid #E9E9E9;
	border-left: 1px solid #0F3392;
	background-color: #E9E9E9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	position: relative;
	float: left;
	font-family: Tahoma;
	font-size: 14px;
	color: #0F3392;
	line-height: 43px;
}

.nomeel{
	display: none;
}

.meel{
	background-color: #E9E9E9;
	font-size: 20px;
}

a:link  {
	font-size: 14px;
	font-family: Tahoma;
	color: blue;
	text-decoration: none;
}

a:visited {
	font-size: 14px;
	font-family: Tahoma;
	color: white;
	text-decoration: none;
}

a:hover {
	font-size: 14px;
	font-family: Tahoma;
	color: green;
	text-decoration: none;
}

a:active {
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
}