html {
	position: relative;
	min-height: 100%;
	background-color: #e9e9e9;
	/*min-width:1024px;*/
}

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/backgrounds/main-background.png);
	/*min-width:1024px;*/
	background-position: 0 517px;
	background-repeat: repeat-x;
	color: #4c4c4c;
	font-family: Arial, Verdana;
	font-size: 13px;
	background-color: #e8e8e8;
	
}

footer {
	position: absolute;
	left: 0;
	bottom: 0;
	min-height: 200px;
	width: 100%;
	background-color: #a4a4a4;
	overflow: visible;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 21px;
}

footer .qren-content
{
	font-family: Arial, Verdana;
	position: absolute;
	width: 500px;
	bottom: 10px;
	left: 0px;
	font-size: 10px;
	line-height: 13px;
	font-style: normal;
	color: #ddd;
	background-color: #acabab;
	padding: 5px;
	display: none;
	color: #ffffff;
	text-align: justify;
}
footer .qren
{
	background-image: url(../images/icons/apoios-qren.png);
	height: 32px;
	width: 336px;
	display: block;
	background-position: 0 -32px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}
footer .qren:hover
{
	background-position: 0 0;
}
/*
footer .novo-norte
{
	background-image: url(../images/icons/apoios-qren.png);
	background-position: 0 -32px;
	height: 32px;
	width: 115px;
	
}
footer .novo-norte:hover
{
	background-position: 0 0;
}

footer .qren
{
	background-image: url(../images/icons/apoios-qren.png);
	background-position: -136px -32px;
	height: 32px;
	width: 70px;
	display: block;
}
footer .qren:hover
{
	background-position: -136px 0;
}


footer .ue
{
	background-image: url(../images/icons/apoios-qren.png);
	background-position: -224px -32px;
	height: 32px;
	width: 112px;
	display: block;
}
footer .ue:hover
{
	background-position: -224px 0;
}
*/

a {
	color:#ff5a06;
	text-decoration: none;
}

a:hover
{
	color:#603e54;
	text-decoration: underline;
}

footer .content
{
	width: 923px;
	left: 50%;
	margin-left: -461px;
	position: relative;
	font-family: 'fedraserifa_bookitalic';
	font-size: 12px;
	color: #707174;
	font-style: italic;
	background-color: #a4a4a4;
	height: 180px;
}

footer .content a
{
	color: #ffffff;
	text-decoration: none;
}

footer .content a:hover
{
	color: #ff5a06;
	
}

footer .content .left
{
    width: 590px;
    float: left;
    height: 130px;
    line-height: 30px;
    padding-top: 50px;
}

footer .content .middle
{
	width: 210px;
	padding-left: 33px;
	float: left;
	color: #ffffff;

	height: 180px;
	line-height: 180px;
}

footer .content .right
{
	width: 243px;
	float: left;
	height: 164px;
	padding-left: 77px;
	padding-top: 16px;
}

footer .content .right .small-logo
{
	float: left;
}

footer .content .right .facebook
{
	float: left;
	height: 134px;
	color: #ffffff;
	font-family: 'estilo_textbold';
	font-size: 14.5px;
	font-style: normal;
	text-transform: uppercase;
	padding-top: 30px;
	margin-left: 10px;
}
footer .content .right .facebook .label
{
	padding-left: 9px;
	margin-bottom: 5px;
}
footer .content .right .facebook .info
{
	padding-left: 9px;
	margin-top: 3px;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #ffffff;
}
footer .content .right .facebook .label span
{
	font-family: 'fedraserifa_bookitalic';
	font-size: 12px;
	text-transform: lowercase;
}


.inlineBullet
{
	width: 5px;
	height: 5px;
	line-height: 5px;
	display: inline-block;
	margin: 0; 
	padding: 0; 
	margin-right: 10px;
	margin-left: 10px; 
	margin-bottom: 2px;
	background-image: url(../images/icons/small-inline-bullet.png);
	background-repeat: no-repeat;
}
.inlineBulletGrey
{
	background-position: -5px 0;
}
.logo
{
	top: 28px;
	left: 50%;
	margin-left: -420px;
	position: absolute;
	z-index: 1000;
}

header
{
	height: 517px;
	/*margin-bottom: 118px;*/
	margin: 0 auto;
	margin-bottom: 139px;
	width: 100%;
	background-color: #000000;
}

#slider
{
	margin: 0 auto;
	height: 635px;
	overflow: hidden;
	width: 100%;

}

#slider .navButton
{
	width:110px;
	height:110px;
	border-radius:55px;
	line-height:110px;
	text-align:center;
	background-color: rgba(0, 0, 0, 0.51);
	cursor: hand;
	position: absolute;
	display: block;
	z-index: 20;
	top: 395px;
}

#slider .navButtonLeft
{
	left: 50%;
	margin-left: -420px;
}

#slider .navButtonRight
{
	right: 50%;
	margin-right: -420px;
}

#slider .shadow
{
	width:80px;
	height:25px;
	position: relative;
	background-image: url(../images/icons/slider-nav-shadow.png);
	left: 50%;
	margin-left: -40px;
	top: 115px;
}

#slider .slide
{
	position: absolute;
	width: 978px;
	height: 635px;
	margin-left: -489px;
	left: 50%;
	overflow: hidden;
}


#slider .slideBackground
{
	margin-left: -23px;
	width: 1024px;
	height: 517px;
	position: absolute;
	z-index: 0;
	display: none;

}

#slider .slideImage
{
	margin-left: -23px;
	width: 1024px;
	height: 635px;
	position: absolute;
	z-index: 1;
	display: none;
}

/*#slider .nav
{
	width: 894px;
	height: 111px;
	position: absolute;
	z-index: 2;
	top: 396px;
	padding-left: 65px;
	padding-right: 65px; 
	background-color: fuchsia;
}*/
#slider .bullets
{
	
	position: absolute;
	top:568px;
	left: 50%;
	margin-left: 340px;
	min-width: 100px;
	height: 14px;
	z-index: 100;
	display: block;
}

/*
HOME
*/
#containerHome
{
	width: 921px;
	margin-bottom: 240px;
	position: relative;
	left: 50%;
	margin-left: -462px;
	min-height: 200px;
	line-height: 15px;
	overflow:hidden;
	padding-bottom: 10px;

}
#containerHome .infoBoxContainer
{

	min-width: 459px;
	height: 229px;
	position: relative;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;

}

#newsContainer
{

	min-width: 459px;
	height: 249px;
	position: relative;
	float: left;
	margin-bottom: 3px;
}
.newsItemContainer
{
	min-width: 459px;
	height: 229px;
	float: left;
	position: relative;
}
.newsItemContainer .infoBox h1
{
	margin-bottom: 0 !important;
}
.newsItemContainer .infoBox h2
{
	margin-bottom: 10px !important;
}
.newsItemContainer .infoBox time
{
	margin-left: 3px;
	margin-bottom: 6px;
	display: block;
	font-size: 10px;
	color: #a5a5a5;
	font-style: italic;
}


#containerHome .infoBox
{
	display: block;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/backgrounds/general-light-bckground.png);
	width: 176px;
	height: 203px;
	float: left;
	padding: 26px;
	font-size: 12px;
	line-height: 13px;
	padding-bottom: 0;
	color: #4c4c4c;
}

#containerHome .infoBox h1
{
	color: #603e54;
	font-family: 'fedraserifa_bookitalic';
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 9px;
	padding-left: 4px;

}


#containerHome .infoBox h2
{
	color: #603e54;
	font-family: 'estilo_textbold';
	font-size: 18px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 4px;
	text-transform: uppercase;

}
#containerHome .infoBox h2 span
{
	color: #603e54;
	font-weight: normal;
	font-family: 'fedraserifa_bookitalic';
	font-size: 16px;
	text-transform: lowercase;

}

#containerHome .infoBoxImage
{
	margin-left: 231px;

	width: 228px;
	height: 229px;
	float: left;

}
#containerHome .infoBoxImage img
{
	width: 228px;
	height: 229px;
}
#containerHome .infoBoxOver
{
	display: block;
	background-image: url(../images/backgrounds/infobox-over.png);
	width: 226px;
	height: 72px;
	position: absolute;
	bottom: -14px;
	left: 2px;
	z-index: 1;
	display: none;
	
}

/*
HOME
*/

#container
{

	width: 721px;
	margin-bottom: 220px;
	position: relative;
	left: 50%;
	margin-left: -462px;
	min-height: 200px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 100px;
	padding-right: 100px;
	line-height: 15px;
	background-image: url(../images/backgrounds/general-light-bckground.png);
}

#container h1
{
	font-size: 18px;
	color: #603e54;
	font-family: 'estilo_textbold';
	font-weight: normal;
	margin-bottom: 3px;
	text-transform: uppercase;
}
#container h2
{
	font-size: 14px;
	color: #603e54;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 16px;
}
#container h1 span
{
	font-family: 'fedraserifa_bookitalic';
	font-size: 16px;
	text-transform:lowercase;
}
#container li 
{ 
	list-style-image: url(../images/icons/list-bullet.png);
	margin-left:29px; 
	margin-bottom: 12px;
	line-height:14px;
}

#container .contentBody
{
	margin-bottom: 70px;
	min-height: 200px;
	overflow: hidden;
	padding-bottom: 20px;
}
#container .contentBody .more
{
	font-family: 'estilo_textbold';
	text-transform: uppercase;
	font-weight: normal;
	color: #ff5a06;
	font-size: 14px;
	margin-top: 50px;
	display: block;
	
	height: 30px;
}
#container .contentBody .more:hover .more
{
	color: #ff5a06;
	
}

#container .contentBody img
{
	
}

#container .contentBody figure
{
	float: left;
	margin-right: 30px;
	margin-top: 2px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 45px;
	overflow: hidden;
}
#container .contentBody figure figcaption
{
	color: #636363;
	font-size: 12px;
	font-style: italic;
	font-family: Georgia;
	z-index: 2;
	position: absolute;
	margin-top: 10px;
}
#container .contentBody figure .infoBoxOver
{
	display: block;
	background-image: url(../images/backgrounds/infobox-over-generic.png);
	width: 226px;
	height: 82px;
	position: absolute;
	right:0;
	bottom: 24px;
	margin: 0;

	z-index: 1;
	background-position: 0 -53px;
}
#container .contentBody p
{

	margin-bottom: 15px;
}
.facebookShare
{
	right: -3px;
	width: 117px;
	position: absolute;	
	bottom: 70px;
	min-height: 60px;
	
}
.facebookShare a
{
	display: block;
	height: 56px;
	width: 117px;
	background-position: -2px;
	background-image: url(../images/backgrounds/facebook-share-custom-btn.png);
}
.facebookShare a:hover
{
	background-position: -119px 0;
}
.facebookShare .label
{
	font-family: 'estilo_textbold';
	color: #4c4c4c;
	font-size: 14px;
	padding-left: 15px;
	text-transform: uppercase;
	margin-bottom: -1px;
}

.facebookShare .label span
{
	font-family: 'fedraserifa_bookitalic';
	color: #4c4c4c;
	font-size: 13px;
	text-transform:lowercase;
}


#container h3
{
	font-size: 14px;
	color: #603e54;
	font-family: 'estilo_textbold';
	font-weight: normal;
	margin-bottom: 3px;
	text-transform: uppercase;
	margin-top: 20px;
	
}
#container blockquote
{
	font-size: 22px;
	color: #603e54;
	font-family: Georgia;
	font-weight: normal;
	line-height: 24px;
	font-style: italic;

	margin: 30px;
}
#container article
{
	font-size: 22px;
	color: #603e54;
	font-family: Georgia;
	font-weight: normal;
	line-height: 24px;
	font-style: italic;

	margin: 30px;
}



nav
{
	position: absolute;
	top: 600px;
	left: 0;
	right: 0;
	height: 45px;
	z-index: 3;
	font-family: 'estilo_textbold';
	font-size: 17px;
	text-transform: uppercase;
	/* O ERRO ESTÁ AQUI */
	text-align: center;
}


nav #nav li
{
	height: 18px;
	line-height: 18px;
	text-align: left;
}
nav #nav li span
{
	font-family: 'fedraserifa_bookitalic';
	font-size: 14px;
	text-transform: lowercase;
}
nav ul#nav {
	margin:0px auto;
	position:relative;
	display: inline-block;
}

nav ul#nav li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}

nav ul#nav li a {
	padding:10px 3px;
	color:#232323;

	text-decoration:none;
	display:inline-block;
}

nav ul#nav li a:hover {

	color:#ffffff;
	background-color: #ff5a06;
}

nav ul#nav li:hover > a {
	color:#ffffff;
	background-color: #ff5a06;
}

/* Drop-Down Navigation */
nav ul#nav li:hover > ul
{
	visibility:visible;
	opacity:1;
	font-family: 'fedraserifa_bookitalic';
	font-size: 14px;
	text-transform: none;
	color:#ffffff;
	background-color: #ff5a06;
}
nav .current
{
	color:#ffffff;
	background-color: #ff5a06;
}

nav ul#nav ul, ul#nav ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	min-width:190px;
	
}

nav ul#nav ul {
	 left: 25px;
}

nav ul#nav ul li ul {
    top: -10px;
    left: 220px;
    
}

nav ul#nav ul li {
	clear:both;
	width:100%;
	color:#ffffff;
	background-color: #ff5a06;
	margin-top: 10px;
}
nav ul#nav ul li a:hover{
	color:#232323;
}

nav ul#nav ul li a {
	background:none;
	padding:7px 15px;
	color:#ffffff;
	background-color: #ff5a06;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	min-width:190px;
	height: 21px;
	line-height: 21px;
}

nav ul#nav li a.first {
	border-left: 0 none;
}

nav ul#nav li a.last {
	border-right: 0 none;
}


.slider-bullet
{
	width: 14px;
	height: 14px;
	float:left;
	background-image: url(../images/icons/slider-bullet.png);
	margin-left: 5px;
	display: block;
}
.activated
{
	background-position: -14px 0;
}

.white-light-small-arrow
{
	width: 11px;
	height: 19px;
	background-image: url(../images/icons/white-light-small-arrow.png);
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -5.5px;
	margin-top: -10.5px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}


#languagesBar
{
	position: fixed;
	width:6px;
	height: 100%;
	background-image: url(../images/backgrounds/language-bar.png);
	background-repeat: repeat-y;
	z-index: 900;
/* 	display: none; */
}



#languagesContainer
{
	position: absolute;
	top: 557px;
	left: 0;
	z-index: 1000;
/* 	display: none; */
	
}
#languagesContainerUpper
{
	position: absolute;
	top: 177px;
	left: 0;
	z-index: 1000;
/* 	display: none; */
}
#languagesShorts {
	position: relative;
	left: 6px;
	color: #232323;
	font-size: 12px;
	font-family: 'estilo_textbold';
}


#portamento_container {
	float:left; 
	position:relative;

}

#portamento_container #languagesShorts.fixed {
	position:fixed;

}

#languagesShorts .shorts
{
	position: absolute;
	left: 14px;
	color: #232323;
	font-size: 12px;
	z-index: 1000;
}
#languagesShorts .shorts .currentLang
{
	color: #ffffff;
}

#languagesShorts .arrow
{
	position: absolute;
	left: 0;
	margin-top: 2px;
	width: 5px;
	height: 10px;
	background-image: url(../images/icons/languages-arrow.png);
	background-repeat: no-repeat;
}

#languagesShorts a
{
	
	color: #232323;
	text-decoration: none;
	display: block;
	margin-bottom: 7px;

}
#languagesShorts a:hover
{
	color: #ffffff;
}



/***********************/
/*										*/
/*          CONTACTS				*/
/*										*/
/***********************/
#containerContacts
{

	width: 721px;
	margin-bottom: 220px;
	position: relative;
	left: 50%;
	margin-left: -462px;
	min-height: 200px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 100px;
	padding-right: 100px;
	line-height: 15px;
	background-image: url(../images/backgrounds/general-light-bckground.png);
}

#containerContacts .contacts
{
	width: 721px;
	min-height: 60px;
	overflow: hidden;
}
#containerContacts .contacts .title
{
	width: 721px;
	font-family: Georgia;
	color: #603e54;
	margin-bottom: 3px;
	font-style: italic; 
}

#containerContacts .contacts h1
{
	font-family: 'estilo_textbold';
	text-transform: uppercase;
	font-weight: normal;
	color: #603e54;
	font-size: 18px;
	margin-bottom: 18px;
}

#containerContacts .contacts h1 span
{
	font-family: 'fedraserifa_bookitalic';
	text-transform: lowercase;
	font-weight: normal;
	color: #603e54;
	font-size: 14px;
}

#containerContacts .address
{
	width: 280px;
	min-height: 60px;
	float:left;
	margin-bottom: 80px;
}


#containerContacts .phone
{
	width: 250px;
	min-height: 60px;
	float:left;

}

#containerContacts .email
{
	width: 140px;
	min-height: 60px;
	float:left;

}
#containerContacts .formContainer
{
	width: 721px;
	min-height: 60px;
	overflow: hidden;
}

#containerContacts .formContainer .label
{
	float: left;
	margin-left: 11px;
	font-family: Georgia;
	color: #603e54;
	font-size: 15px;
	font-style: italic;
	width: 180px;
	margin-bottom: 8px;
}
#containerContacts .formContainer .inputContainer
{
	margin-bottom: 13px;

}
#containerContacts .formContainer .inputContainer .select {
	
	font-size: 13px;
	width: 385px;
	color:#4c4c4c;
	height:36px;
	background: url(../images/backgrounds/form-select-background.png) no-repeat left;
	position: absolute;
	padding: 20px 36px 0 10px;
	overflow: hidden;
	margin-top: -10px;
}
#containerContacts .formContainer .inputContainer select 
{
	font-size: 13px;
	width: 385px;
	color:#4c4c4c;
	height:36px;
	background: url(../images/backgrounds/form-select-background.png) no-repeat left;
	position: absolute;
	padding: 20px 36px 0 10px;
	overflow: hidden;
	margin-top: -10px;
}

#containerContacts .formContainer .inputContainer textarea 
{
	width: 310px;
	height: 164px;
	background: url(../images/backgrounds/form-textarea-background.png) no-repeat left;
	overflow: hidden;
	border: none;
	outline: none;
	resize: none; 
	color:#4c4c4c;
	font-size: 13px;
	padding: 10px;
}
#containerContacts .formContainer .successMessage 
{
	float: left;
	height: 40px;
	line-height: 40px;
	font-family: Georgia;
	color: #ff5a06;
	font-style: italic;
	font-size: 15px;
	padding-left: 10px;
	display: none;
}
#containerContacts .formContainer .errorMessage 
{
	float: left;
	height: 40px;
	line-height: 40px;
	font-family: Georgia;
	color: #ff5a06;
	font-style: italic;
	font-size: 15px;
	padding-left: 10px;
	display: none;
}
#containerContacts .formContainer .inputContainer .textareaError
{
	width: 310px;
	height: 164px;
	background: url(../images/backgrounds/form-textarea-background.png) no-repeat left;
	overflow: hidden;
	border: none;
	background-position: -330px 0;
	outline: none;
	resize: none; 
	color:#4c4c4c;
	font-size: 13px;
	padding: 10px;
}

#containerContacts .formContainer .error
{
	float: left;
	color: #ff5a06;
	font-size: 11px;
	display: none;

}

#containerContacts .formContainer input
{
	width: 355px;
	height: 36px;
	background-image: url(../images/backgrounds/form-input-background.png);
	border: none;
	background-repeat: no-repeat;
	background-color:transparent;
	outline: none;
	color:#4c4c4c;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

#containerContacts .formContainer .inputError
{
	width: 355px;
	height: 36px;
	background-image: url(../images/backgrounds/form-input-background.png);
	background-position: -375px 0;
	border: none;
	background-repeat: no-repeat;
	background-color:transparent;
	outline: none;
	color:#4c4c4c;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

#containerContacts .formContainer .title
{
	font-family: 'estilo_textbold';
	text-transform: uppercase;
	font-weight: normal;
	color: #603e54;
	font-size: 18px;
	margin-bottom: 29px;
}

#containerContacts .formContainer .title span
{
	font-family: 'fedraserifa_bookitalic';
	text-transform: lowercase;
	font-weight: normal;
	color: #603e54;
	font-size: 14px;
}
#containerContacts .formContainer button
{
	width: 101px;
	height: 39px;
	background-image: url(../images/backgrounds/form-send-button.png);
	border: none;
	background-color: #fafafa;
	float: right;
	color: #ffffff;
	font-family: 'estilo_textbold';
	text-transform: uppercase;
}
#containerContacts .formContainer button:hover
{
	background-position: -101px 0;
}
#containerContacts h1
{
	font-size: 18px;
	color: #603e54;
	font-family: 'estilo_textbold';
	font-weight: normal;
	margin-bottom: 3px;
	text-transform: uppercase;
}

#containerContacts h1 span
{
	font-family: 'fedraserifa_bookitalic';
	font-size: 16px;
	text-transform:lowercase;
}
#containerContacts li 
{ 
	list-style-image: url(../images/icons/list-bullet.png);
	margin-left:29px; 
	margin-bottom: 12px;
	line-height:14px;
}

#containerContacts .contentBody
{
	margin-bottom: 70px;
	min-height: 200px;
	overflow: hidden;
	padding-bottom: 20px;
}
#containerContacts .contentBody .more
{
	font-family: 'estilo_textbold';
	text-transform: uppercase;
	font-weight: normal;
	color: #ff5a06;
	font-size: 14px;
	margin-top: 50px;
	display: block;
	
	height: 30px;
}
#containerContacts .contentBody .more:hover .more
{
	color: #ff5a06;
	
}

#containerContacts .contentBody img
{
	
}

#containerContacts .contentBody figure
{
	float: left;
	margin-right: 30px;
	margin-top: 2px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 45px;
	overflow: hidden;
}
#containerContacts .contentBody figure figcaption
{
	color: #636363;
	font-size: 12px;
	font-style: italic;
	font-family: Georgia;
	z-index: 2;
	position: absolute;
	margin-top: 10px;
}
#containerContacts .contentBody figure .infoBoxOver
{
	display: block;
	background-image: url(../images/backgrounds/infobox-over-generic.png);
	width: 226px;
	height: 82px;
	position: absolute;
	right:0;
	bottom: 24px;
	margin: 0;

	z-index: 1;
	background-position: 0 -53px;
}
#containerContacts .contentBody p
{

	margin-bottom: 15px;
}
#containerContacts h3
{
	font-size: 14px;
	color: #603e54;
	font-family: 'estilo_textbold';
	font-weight: normal;
	margin-bottom: 3px;
	text-transform: uppercase;
	margin-top: 20px;
	
}
#containerContacts blockquote
{
	font-size: 22px;
	color: #603e54;
	font-family: Georgia;
	font-weight: normal;
	line-height: 24px;
	font-style: italic;

	margin: 30px;
}
#containerContacts article
{
	font-size: 22px;
	color: #603e54;
	font-family: Georgia;
	font-weight: normal;
	line-height: 24px;
	font-style: italic;

	margin: 30px;
}
#containerContacts h2
{
	font-size: 14px;
	color: #603e54;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 16px;
}
/***********************/
/*										*/
/*         	WIKI					*/
/*										*/
/***********************/
#containerWiki
{

	width: 921px;
	margin-bottom: 220px;
	position: relative;
	left: 50%;
	margin-left: -462px;
	min-height: 200px;
	padding-top: 40px;
	padding-bottom: 80px;
	
	line-height: 15px;
	background-image: url(../images/backgrounds/general-light-bckground.png);
}

#containerWiki article 
{
	display: block;
} 

#containerWiki .accordion
{
	margin-top: 35px;
}
#containerWiki .accordion .more
{
	font-family: 'estilo_textbold';
	text-transform: uppercase;
	font-weight: normal;
	color: #ff5a06;
	font-size: 14px;
	margin-top: 20px;
	display: block;
	
	height: 30px;
}
#containerWiki .accordion .more:hover .more
{
	color: #ff5a06;
	
}
#containerWiki .accordion article 
{
 	border-bottom: 1px solid #e9e9e9;
 	padding-top: 11px;
}
#containerWiki .accordion article .circle
{
	width:30px;
	height:30px;
	border-radius:15px;
	line-height:30px;
	text-align:center;
	background-color: rgba(137, 102, 125, 1);
	cursor: hand;
	position: relative;
	display: block;
	float: left;
	margin-left: 40px;
	margin-right: 30px;
	margin-top: 4px;

	
	/*top: 7.5px;
	left: 7.5px;*/
}

#containerWiki .accordion h2,
#containerWiki .accordion p
{
	margin: 0;
	
	margin-left: 100px;
	
}

#containerWiki .accordion h2
{
	width: 680px;
	margin-bottom: 10px;
}

#containerWiki .accordion h3
{
	font-family: 'estilo_textbold';
	text-transform: uppercase;
	font-weight: normal;
	color: #603e54;
	font-size: 15px;
}
 
#containerWiki .accordion h2 a 
{
	display: block;
	position: relative;
	font-family: 'estilo_textbold';
	text-transform: uppercase;
	font-weight: normal;
	color: #603e54;
	font-size: 18px;
	padding: 10px;
	line-height: 19px;
	text-decoration: none;

}
#containerWiki .accordion h2 a span
{
	color: #ff5a06;
}

#containerWiki .accordion h2 a:hover 
{
	color: #ff5a06;
}
 
#containerWiki .accordion h2 + div 
{
	/*height: 0;
	overflow: hidden;*/
	padding-bottom: 20px;
	padding-left: 110px;
	display: none;
	width: 670px;
	min-height: 50px;
	/*-moz-transition: height 0.3s ease-in-out;
	-webkit-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;	*/
}
#containerWiki .accordion h2 + div ul
{
	margin-left: 10px;
}
#containerWiki .accordion h2 + div ul li
{
	list-style-image: url(../images/icons/list-bullet.png);
	margin-left:29px; 
	margin-bottom: 5px;
	line-height:14px;
}
/*#containerWiki .accordion :target h2 a:after 
{  
    content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	border-top: 5px solid #333;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
}
*/
#containerWiki .accordion article .circle .arrow
{
	background-image: url(../images/backgrounds/wiki-item-arrow.png);
	width: 14px;
	height: 8px;
	position: relative;
	top: 10px;
	left: 50%;
	margin-left: -7px;
}
#containerWiki .accordion :target .arrow
{
	background-image: url(../images/backgrounds/wiki-item-arrow.png);
	width: 14px;
	height: 8px;
	position: relative;
	top: 10px;
	left: 50%;
	margin-left: -7px;
	background-position: 0 -8px;
}

/*#containerWiki .accordion :target h2 + div 
{
	height: auto;
	padding-bottom: 20px;
}*/

#containerWiki .facebookShare
{
	right: -3px;
	width: 117px;
	position: absolute;	
	top: 60px;
	min-height: 60px;
}
#containerWiki blockquote
{
	font-size: 22px;
	color: #603e54;
	font-family: Georgia;
	font-weight: normal;
	line-height: 24px;
	font-style: italic;

	margin: 30px;
}

table td
{
	border-right: 1px solid #e9e9e9;
	text-align: center;
	vertical-align: middle;
	width: 105px;
	padding-left: 3px;
	padding-right: 3px;
}

table.cookies-policy td
{
	border-bottom: 1px solid #e9e9e9;
}

table.cookies-policy td p
{
	margin: 5px 0!important;
}

table td:last-child
{
	border-right: 0;

}
table .title
{
	font-family: 'estilo_textbold';
	font-size: 13px;
	color: #603e54;
	text-transform: uppercase;
	text-align: center;
	height: 45px;
	
}

table.porcao
{
	width: 100%;
	clear: both;
}

table .title span
{
	font-family: 'fedraserifa_bookitalic';
	font-size: 13px;
	color: #603e54;
	text-transform: lowercase;
}
.ask-who-knows
{
	margin-top: 30px;
	width: 881;
	min-height: 100px;
	padding: 40px;
	margin-left: 60px;
}

#container .ask-who-knows
{
	margin-top: 10px;
	width: 881;
	min-height: 100px;
	padding: 40px;

}

.ask-who-knows .title
{
	font-family: 'estilo_textbold';
	font-size: 26px;
	color: #603e54;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 15px;
}
.ask-who-knows .subtitle
{
	font-family: 'fedraserifa_bookitalic';
	font-size: 17px;
	color: #603e54;
	font-weight: normal;

}
.ask-who-knows .subtitle a
{
	color: #ff5a06;
}
.ask-who-knows .formContainer
{
	width: 721px;
	min-height: 60px;
	overflow: hidden;
	margin-top: 30px;
}

.ask-who-knows .formContainer .label
{
	float: left;
	margin-left: 11px;
	font-family: Georgia;
	color: #603e54;
	font-size: 15px;
	font-style: italic;
	width: 180px;
	margin-bottom: 8px;
}
.ask-who-knows .formContainer .inputContainer
{
	margin-bottom: 13px;

}
.ask-who-knows .formContainer .inputContainer .select {
	
	font-size: 13px;
	width: 385px;
	color:#4c4c4c;
	height:36px;
	background: url(../images/backgrounds/form-select-background.png) no-repeat left;
	position: absolute;
	padding: 20px 36px 0 10px;
	overflow: hidden;
	margin-top: -10px;
}
.ask-who-knows .formContainer .inputContainer select 
{
	font-size: 13px;
	width: 385px;
	color:#4c4c4c;
	height:36px;
	background: url(../images/backgrounds/form-select-background.png) no-repeat left;
	position: absolute;
	padding: 20px 36px 0 10px;
	overflow: hidden;
	margin-top: -10px;
}

.ask-who-knows .formContainer .inputContainer textarea 
{
	width: 310px;
	height: 110px;
	background: url(../images/backgrounds/askwhoknows-textarea-background.png) no-repeat left;
	overflow: hidden;
	border: none;
	background-position: 0 0;
	outline: none;
	resize: none; 
	color:#4c4c4c;
	font-size: 13px;
	padding: 10px;
}
.ask-who-knows .formContainer .successMessage 
{
	float: left;
	height: 40px;
	line-height: 40px;
	font-family: Georgia;
	color: #ff5a06;
	font-style: italic;
	font-size: 15px;
	padding-left: 10px;
	display: none;
}
.ask-who-knows .formContainer .errorMessage 
{
	float: left;
	height: 40px;
	line-height: 40px;
	font-family: Georgia;
	color: #ff5a06;
	font-style: italic;
	font-size: 15px;
	padding-left: 10px;
	display: none;
}
.ask-who-knows .formContainer .inputContainer .textareaError
{
	width: 310px;
	height: 110px;
	background: url(../images/backgrounds/askwhoknows-textarea-background.png) no-repeat left;
	overflow: hidden;
	border: none;
	background-position: -330px 0;
	outline: none;
	resize: none; 
	color:#4c4c4c;
	font-size: 13px;
	padding: 10px;
}

.ask-who-knows .formContainer .error
{
	float: left;
	color: #ff5a06;
	font-size: 11px;
	display: none;
}

.ask-who-knows .formContainer input
{
	width: 355px;
	height: 36px;
	background-image: url(../images/backgrounds/form-input-background.png);
	border: none;
	background-repeat: no-repeat;
	background-color:transparent;
	outline: none;
	color:#4c4c4c;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

.ask-who-knows .formContainer .inputError
{
	width: 355px;
	height: 36px;
	background-image: url(../images/backgrounds/form-input-background.png);
	background-position: -375px 0;
	border: none;
	background-repeat: no-repeat;
	background-color:transparent;
	outline: none;
	color:#4c4c4c;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

.ask-who-knows .formContainer .title
{
	font-family: 'estilo_textbold';
	text-transform: uppercase;
	font-weight: normal;
	color: #603e54;
	font-size: 18px;
	margin-bottom: 29px;
}

.ask-who-knows .formContainer .title span
{
	font-family: 'fedraserifa_bookitalic';
	text-transform: lowercase;
	font-weight: normal;
	color: #603e54;
	font-size: 14px;
}
.ask-who-knows .formContainer button
{
	width: 101px;
	height: 39px;
	background-image: url(../images/backgrounds/form-send-button.png);
	border: none;
	background-color: #fafafa;
	float: right;
	color: #ffffff;
	font-family: 'estilo_textbold';
	text-transform: uppercase;
}
.ask-who-knows .formContainer button:hover
{
	background-position: -101px 0;
}

/*
NEWS

*/
#newsContainer
{
	z-index: 0;
}

#newsContainer .slides_container {
	width: 459px;
	height: 240px;
}

#newsContainer .slides_container div {
	width: 459px;
}


#newsContainer .pagination {
	

	position: absolute;
	top:242px;
	left: 30px;
	width:100px;
}

#newsContainer .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

#newsContainer .pagination li a {

	display:block;
	height: 8px;
	width:8px;
	background-image:url(../images/icons/small-bullet.png);
	float:left;
	
	font-size: 0;
	background-position: -8px 0;
}

#newsContainer .pagination li.current a {
	background-image:url(../images/icons/small-bullet.png);
	background-position: 0 0;
}



/*
STORE
*/

#containerStore
{

	width: 921px;
	margin-bottom: 220px;
	position: relative;
	left: 50%;
	margin-left: -462px;
	min-height: 200px;
	padding-bottom: 40px;
	line-height: 15px;
	overflow: hidden;
}

#containerStore .title
{
	font-family: 'estilo_textbold'; 
	text-transform: uppercase; 
	font-weight: normal;
	color: #603E54;
	font-size: 20px;
	margin-bottom: 18px;
	margin-left: 20px;
	margin-top: 40px !important;
	display: block;
}



.storeListItem
{
	/*width: 915px;*/
	width: 442px;
	margin-right: 25px;
	height: 222px;
	background-image: url(../images/backgrounds/general-light-bckground.png);
	margin-bottom: 10px;
	padding: 3px;
	display: block;
	float: left;
	position: relative;
}
.storeListItem:nth-child(2n+1)
{
	margin-right: 0;
}
.storeListItem figure
{
	width: 221px;
	height: 222px;
	background-color: #e3e3e3;
	float: left;
	display: block;
}

.storeListItem figure img
{
	width: 221px;
	height: 222px;
	background-color: #e3e3e3;
	
}

.storeListItem section
{
	width: 179px;
	height: 180px;
	padding: 21px;
	color: #4c4c4c;

	float: left;

}
.storeListItem hgroup
{
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}
.storeListItem var, var.product-detail-var
{
	font-style: normal;
	width: 80px;
	height: 50px;
	font-size: 32px;
	color: #ff5a06;
	font-family: 'estilo_textbold';
	margin-bottom: 30px;
}
var.product-detail-var
{
	margin-bottom: 10px;
	display: block;
	height: auto;
}
.storeListItem var span, var.product-detail-var span
{
	font-size: 18px;
}
.storeListItem p
{
	clear: both;
}
.storeListItem section h1
{
	font-family: 'estilo_textbold';
	text-transform: uppercase;
	font-weight: normal;
	color: #603e54;
	font-size: 18px;
	margin-bottom: 8px;
}

.storeListItem section h1 span
{
	font-family: 'fedraserifa_bookitalic';
	font-weight: normal;
	color: #603e54;
	font-size: 14px;
	text-transform: lowercase;
}

.storeListItem section h2
{
	font-family: 'fedraserifa_bookitalic';
	font-weight: normal;
	color: #603e54;
	font-size: 14px;
	margin-bottom: 5px;
	
}
.storeListItem .infoBoxOver
{
	display: block;
	background-image: url(../images/backgrounds/infobox-over.png);
	width: 226px;
	height: 72px;
	position: absolute;
	bottom: -14px;
	left: -1px;
	z-index: 1;
}
.storeListItem .knowMore
{
	text-decoration: none;
	color: rgb(178, 178, 178);
	font-family: 'estilo_textbold';
	text-transform: uppercase;
}
.storeListItem .knowMore:hover
{
	color: #ff5a06
}

.storeListItem .knowMore:hover span
{
	display: block; 
}
.storeListItem .knowMore span
{
	font-family: 'estilo_textbold';
	color: #8b8b8b;
	text-transform: uppercase;
	margin-top: 200px;
	margin-left: 10px;
	display: none;
	text-decoration: none;
}

.storeListItem .more
{
	font-family: 'estilo_textbold';
	text-transform: uppercase;
	font-weight: normal;
	color: #b2b2b2;
	font-size: 14px;
	position: absolute;
	z-index: 2;
	display: block;
	height: 30px;
	right: 60px;
	bottom: 5px;
	cursor: hand;
}
.storeListItem .more:hover
{
	color: #ff5a06;
	text-decoration: none;
}


/*

SMAL HEADER

*/
.bodySmall
{
	background-position: 0 164px;
}
.headerSmall
{
	height: 100px;
	
	background-image: url(/frontend/contents/slide-bg-1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 164px;
	margin-bottom: 100px;
	
}
.headerSmallNav
{
	top: 190px;
}

.headerSmall .logo.small
{
	margin-top: -20px;

	width: 101px;
	height: 146px;
}

.headerSmall .logo.small img
{
	width: 101px;
	height: 146px;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}