* { 
	margin:0; 
	padding:0; 
	}
body, li, ul, a, img, h1, h2, h3,h4,h5,h6,h7, p, input, button, hr, form, textarea, table, tr, td, div,BLOCKQUOTE{
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: none;
}

a img{
	border:none;
	}
	
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#393939;
	
	background-color:#ffffff;
	height:100%;

	}
	
#geral_altura{
	position:relative;
	min-height:100%;
	height:auto !important; 
	height:100%;
	clear: both;
	}
	
#geral{
	width:800px;
	/*position:relative;*/
	margin:0 auto;
	z-index:1000;
	}
	
#zona_logo{
	margin-top:10px;
	height:100px;
	}
	
.separador_h{
	border-bottom:1px solid #CCCccc;
	border-top:1px solid #FFFfff;
	}
	
#bg_esq{
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1
	}
	
#bg_drt{
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:-2
	}
	
#destaq_cont{
	position:fixed;
	top:150px;
	}	

	
	
@font-face {
    font-family: 'neotechregular';
    src: url('../font/neotech_medium-webfont.eot');
    src: url('../font/neotech_medium-webfont.eot#iefix') format('embedded-opentype'),
         url('../font/neotech_medium-webfont.woff') format('woff'),
         url('../font/neotech_medium-webfont.ttf') format('truetype'),
         url('../font/neotech_medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

#destaque_lateral{
	position:absolute;
	top:150px;
	right:-70px;
	}
	
	
/* ==========================================================================
   MENUS
   ========================================================================== */	

ul.megamenu {
  margin: 0px auto;
  padding: 0;
  list-style: none;
  display: none;
 
}

ul.megamenu li.mm-item {
}

ul.megamenu li {
  margin: 0px;
  padding: 0px;
  background-color:#ffffff;
}

ul.megamenu li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
  position: relative;
  display: inline-block;
  font: normal 10px Arial, sans-serif; line-height: 16px;text-transform:uppercase; color: #333333;font-weight:bold;
  padding: 8px 8px 8px 8px;
  margin: 0px 3px 0px 0px;
  text-decoration: none;
  z-index: 10;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}

html ul.megamenu .activo .mm-item-link{
	background-color:#FBE3ED;
	border-radius:5px;
	}
	


ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
  color: #444;
  background-color:#DEDEDE;
  border:0;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

ul.megamenu div.mm-item-content {
  
  padding: 0px;
  position: absolute;
  border: 0px solid #777;
  width:800px;
  min-height:10px;
   margin-left:-3px
}

ul.megamenu div.mm-item-content div.zona_top{
	padding: 12px 5px 12px 8px;
	background: #DEDEDE;
		}
	
ul.megamenu div.mm-item-content div.zona_top a{
	padding: 5px 5px 0px 0px; margin-bottom: 5px;text-transform: uppercase; font-weight: bold; color: #333333; text-shadow: 1px 1px 1px #fff;font-size:10px
	}
	
ul.megamenu div.mm-item-content div.zona_top a:hover, ul.megamenu div.mm-item-content ul#sub_top li a:hover{
	color: #D91567
	}

ul.megamenu div.mm-item-content ul#sub_top{
	list-style-type:none;
	margin-left:8px;
	margin-top:5px
	}

ul.megamenu div.mm-item-content ul#sub_top li{
	min-height:20px;
	margin-bottom:5px;
	background:none
	}
		
ul.megamenu div.mm-item-content ul#sub_top li a{
	font-weight: bold;line-height:15px; text-transform:none;font-size:11px;color:#333333;
	}

.mm-content-base {
  background: #F5F5F5;
  position: relative;
  z-index: 11;
  padding: 0px;
  padding-bottom:10px
}




.fadehover {
	position: relative;
	width:20px;
	height:20px;
	float:right;
	margin-left:8px
	}
		
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0px;
	top: 0px;
	}

/* ==========================================================================
   BANNERS SHOWCASE
   ========================================================================== */


#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 240px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	width:800px;
}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background-image:url(../images/arrows.png);
		width: 25px;
		height: 50px;
		top: 90px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: -29px;
		opacity:0.6;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px 0px;
		opacity:1.0;
	}
	
	.showcase-arrow-next
	{
		right: -29px;
		background-position: 25px -0px;
		opacity:0.6;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: 25px 0px;
		opacity:1.0;
	}
	
	/* Content */
	.showcase-content
	{
		text-align: center;
	}
	
	
		.showcase-content-wrapper
		{
			text-align: center;
			height: 240px;
			width: 800px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the caption */
		.showcase-caption
		{
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#ffffff;
		
		width:800px;
		min-height:67px;
		position:absolute;
		top:0;
		padding-left:10px;
		}

		.showcase-caption h1
	{
		font-family: Arial, Helvetica, sans-serif;
		color:#ffffff;
		font-size:24px;
		font-weight:normal;
		margin-top:9px;
		margin-bottom:5px;
	}
	
		.showcase-caption h2
	{
		font-family: Arial, Helvetica, sans-serif;
		color:#ffffff;
		font-size:13px;
		font-weight:normal;
		margin-top:2px;
		margin-bottom:2px;
	}
		

		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		position:absolute;
	    right:10px;
		bottom:5px;
		clear: both;
		margin-top: 0px;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 0px;
			padding: 0px 1px 0px 1px;
			cursor: pointer;
			font-size: 20px;
			color: #ffffff;
			
		}
	
		.showcase-button-wrapper span.active
		{
			font-size: 18px;
			color: #7b6b66;
		}
	
	
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}


/* ==========================================================================
   TABS
   ========================================================================== */

.tabs { 
	padding: 0; 
	clear: both;
	margin-top:20px;
	
	 }
.tabs li { 
	display: inline;
	}
.tabs li a { 
	background: #da1668; 
	padding:12px 15px 10px 15px;
	float:left; 
	border:none ; 
	border-bottom: 2px solid #ffffff; 
	text-decoration: none; 
	color: #ffffff; 
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-left:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	
			}
.tabs li.active a, .tabs li:hover.active a { 
	background: #ebebeb;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	border-bottom: 2px solid #ebebeb; 
	}
	
.tabs li:hover a { 
	font-size:12px;
	color: #333333;
	background: #ebebeb;
	}
	
.tabs_content { 
	float: left; 
	clear: both; 
	border: none; 
	background-color:#ebebeb;
	padding:10px;
	width: 780px;
	min-height:175px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px
 }
 
.tabs_content a{
	color:#D91567;
	}
 
.tabs_content h5{
	color:#D91567;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:normal
	}
	
.tabs_content ul {
	margin-left:25px
	}
	
/* ==========================================================================
   TOGGLE ACCORDION
   ========================================================================== */

		
#barra_toogle{
	width:770px;
	margin-left:5px;
	}
	
#barra_toogle h4.trigger{
	background-image:url(../images/toogle.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#D91567;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	min-height: 18px;
	line-height: 18px;
	width: 770px;
	float: left;
	display: block;
	cursor:pointer;
	margin-top:10px
}

#barra_toogle h4.trigger1{
	background-image:url(../images/toogle.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#D91567;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	min-height: 18px;
	line-height: 18px;
	width: 770px;
	float: left;
	display: block;
	cursor:default;
	margin-top:10px
}

#barra_toogle div.tema_2{
	
	color:#333333;
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	min-height: 18px;
	line-height: 18px;
	width: 550px;
	float: left;
	display: block;
	cursor:default;
	margin-top:0px;
	margin-bottom:11px;
	margin-left:20px;
	text-align:justify
}

#barra_toogle div.tema_2 a{
	color:#D91567;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	
}


#barra_toogle h4.activ {
	color:#D91567;
	background-image:url(../images/toogle_activo.png);
	background-position:left;
	background-repeat:no-repeat;
	width: 770px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#barra_toogle div.tema_2.activ a{
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

.toggle_container{
	background-color:#ececec;
	overflow: hidden;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width: 750px;
	line-height:18px;
	font-size:12px;
	color:#333333;
	padding:10px;
	clear: both;
	text-align:justify
}

.toggle_container_2 .block{
	font-size:11px;
	margin-bottom:15px;
	margin-top:10px;
}

.toggle_container2{
	background-color:#ececec;
	overflow: hidden;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width: 750px;
	line-height:18px;
	font-size:12px;
	color:#333333;
	padding:10px;
	clear: both;
}

.toggle_container2 .block{
	font-size:11px;
	margin-bottom:15px;
	margin-top:10px;
}

.title_not{
	font-size:11px;
	color:#333333;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	margin-top:20px
	}


/* ==========================================================================
   Page styles
   ========================================================================== */

/* universal sly */
.slyWrap .controls { margin: 0px; }

.controls { text-align: center; }

.sly { overflow: hidden; }
.sly > ul { list-style: none; margin: 0; padding: 0; }
.sly > ul li { position: relative; margin: 0; padding: 0; color: #393939; text-align: left; cursor: pointer;
	
}

.scrollbar { background: #808080; border-radius: 4px; border: 1px solid #808080; border-top-color: #666; line-height: 0; }
.scrollbar .handle { border-radius: 4px; background: #fff; cursor: pointer; line-height: 0;
	-webkit-box-shadow: 0 1px 0 #555;
	-moz-box-shadow: 0 1px 0 #555;
	-o-box-shadow: 0 1px 0 #555;
	box-shadow: 0 1px 0 #555;
}

/* Horizontal examples */

#horizontal .slyWrap { margin-bottom: 20px; }

#horizontal .scrollbar { margin: 1em 0; height: 4px; }
#horizontal .scrollbar .handle { width: 100px; height: 100%; }

#horizontal .example3 .sly { height: 100px; }
#horizontal .example3 .sly ul { height: 100%; }
#horizontal .example3 .sly ul li { float: left; width: 380px; height: 100%; margin: 0 20px 0 0; font-size: 12px; cursor: default; }



/* ==========================================================================
   CONTEÚDOS
   ========================================================================== */
#titulo_activo {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	margin-bottom:20px;
	font-size:10px;
	text-transform:uppercase
	} 
	
#titulo_activo a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	font-size:10px
	}
	
#titulo_activo a:hover{
	color:#D81466;
	}
	
h1#titulo_principal{
	/*font-family: 'neotechregular';*/
	font-family:Arial, Helvetica, sans-serif;
	color:#D81466;
	font-size:29px;
	margin-bottom:20px;
	} 
	
#conteudos{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:18px;
	
	}
	
#conteudos h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#D81466;
	font-size:29px;
	line-height:34px
	}
	
#conteudos h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#D81466;
	font-size:25px;
	line-height:31px
	}
	
#conteudos h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#D81466;
	font-size:22px;
	line-height:27px
	}
	
#conteudos h4{
	font-family:Arial, Helvetica, sans-serif;
	color:#D81466;
	font-size:15px;
	line-height:22px;
	margin-bottom:6px
	}
	
#conteudos h5{
	font-family:Arial, Helvetica, sans-serif;
	color:#D81466;
	font-size:13px;
	line-height:16px
	}
	
#conteudos h6{
	font-family:Arial, Helvetica, sans-serif;
	color:#D81466;
	font-size:10px;
	line-height:13px
	}
	
#conteudos a{
	color:#D81466;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
	}
	
#conteudos a:hover{
	color:#333333;
	}
	
#conteudos hr{
	border:0;
	border-bottom:1px dashed #CCC
	}
	
ul#navegacao_noticias{
	list-style-type:none
	}
	
ul#navegacao_noticias li{
	display:inline
	}
	
ul#navegacao_noticias li a{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px
	}
	
ul#navegacao_noticias li a:hover{
	color:#D81466;
	}
	
	
/* ==========================================================================
   FORMULÁRIO KIT
   ========================================================================== */
#form_kit .titulo_kit{
	background-color:#FBE3ED;
	padding:5px;
	font-weight:bold;
	border-radius:5px;

	}
	
#form_kit input, #form_kit select{
	background:none;
	border:1px solid #FBE3ED;
	border-radius:5px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}
	
#form_kit option{
	margin-right:15px
	}
	
#form_kit textarea{
	background:none;
	border:1px solid #FBE3ED;
	border-radius:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}
	
#form_kit input.submit{
	
	background:#FBE3ED;
	color:#333333;
	border:0px solid #FBE3ED;
	border-radius:5px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	width:80px;
	cursor:pointer;
	}
	
#form_kit input.submit:hover{
	background:#D81466;
	color:#ffffff;
	}

/* ==========================================================================
   FOOTER
   ========================================================================== */
#footer{
	width:100%;
	background-color:#EBEBEB;
	min-height:200px;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	
	}
	
#menu_bx{
	z-index:100
	}
	
#menu_bx a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:bold;
	text-transform:uppercase;
	
	}
	
#menu_bx a:hover{
	color:#D91567
	}
	
ul#sub_bx{
	list-style-type:none;
	margin-top:5px;
	margin-bottom:10px
	}

ul#sub_bx li{
	display:block
	}		
ul#sub_bx li a{
	font-size:10px;
	text-transform:none;
	
	}
	
.title_parceiros{
	font-size:10px;
	margin-top:10px;
	margin-bottom:10px
	}
	
#footer_credito{
	width:100%;
	background-color:#a3a3a3;
	padding-top:20px;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	position:relative;
	
	}
	
#footer_credito a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	z-index:1
	}
	
#footer_credito a:hover{
	color:#333333;
	}