html, body, iframe, div, p, form, input, ul, li, h1, h2, h3, table, th, td {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000;
}
li {
	list-style: none;
}
object, iframe, img {
	outline: none;
	border: none;
}
iframe {
	overflow: hidden;
}
i, .hidden {
	display: none;
}
table {
	border: none;
	border-collapse: collapse;
}
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.clear {
	clear: both;
	display: block;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
/*INTRO*/
#especialIntro {
	width: 797px;
	height: 526px;
	position: absolute;
	background: #fff;
	z-index: 100;
}
#especialIntro .content {
	position: relative;
}
#especialIntro .circles {
	width: 797px;
	height: 526px;
	position: absolute;
	display: none;
	background: url(../img/bg_especialIntro-circles.png);
	z-index: 101;
}
#especialIntro .ilustrations {
	position: absolute;
	top: 100px;
	left: 15px;
	z-index: 102;
}
#especialIntro .ilustrations ul {
	height: 220px;
	position: relative;
}
#especialIntro .ilustrations li {
	display: none;
	position: absolute;
	bottom: 0;
}
#especialIntro .ilustrations li.depresion {
	width: 95px;
	height: 117px;
	left: 25px;
	background: url(../img/bg_especialIntro-ilustrations-depresion.png);
}
#especialIntro .ilustrations li.burnout {
	width: 74px;
	height: 106px;
	left: 280px;
	background: url(../img/bg_especialIntro-ilustrations-burnout.png);
}
#especialIntro .ilustrations li.estrespostraumatico {
	width: 69px;
	height: 82px;
	left: 210px;
	background: url(../img/bg_especialIntro-ilustrations-estrespostraumatico.png);
}
#especialIntro .ilustrations li.adicciones {
	width: 55px;
	height: 148px;
	left: 705px;
	background: url(../img/bg_especialIntro-ilustrations-adicciones.png);
}
#especialIntro .ilustrations li.desordenesalimentarios {
	width: 50px;
	height: 143px;
	left: 360px;
	background: url(../img/bg_especialIntro-ilustrations-desordenesalimentarios.png);
}
#especialIntro .ilustrations li.esquizofrenia {
	width: 197px;
	height: 217px;
	left: 470px;
	background: url(../img/bg_especialIntro-ilustrations-esquizofrenia.png);
}
#especialIntro .ilustrations li.ataquesdepanico {
	width: 102px;
	height: 123px;
	left: 420px;
	background: url(../img/bg_especialIntro-ilustrations-ataquesdepanico.png);
}
#especialIntro .ilustrations li.trastornobipolar {
	width: 99px;
	height: 153px;
	left: 125px;
	background: url(../img/bg_especialIntro-ilustrations-trastornobipolar.png);
}
#especialIntro .ilustrations li.depresionpostparto {
	width: 69px;
	height: 151px;
	left: 635px;
	background: url(../img/bg_especialIntro-ilustrations-depresionpostparto.png);
}
#especialIntro .text {
	width: 620px;
	position: absolute;
	top: 150px;
	left: 90px;
	z-index: 103;
}
#especialIntro .text h1 {
	display: none;
	margin-bottom: 20px;
	color: #052c4c;
	font-size: 36px;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
}
#especialIntro .text p {
	display: none;
	margin-bottom:15px;
	font-weight: normal;
	text-align: center;
	font-size: 13px;
}
#especialIntro .text .button {
	width: 90px;
	height: 40px;
	margin: 25px auto 0 auto;
	display: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #77b1ac;
	border-radius: 5px;
	cursor: pointer;
	transition: background 1s ease 0s;
}
#especialIntro .text .button:hover {
	background: #008e79;
}
/*STRUCTURE*/
#especialContainer {
	width: 797px;
	height: 526px;
	position: relative;
	background-color:#fff;
}
#especialHeader {
	height: 50px;
	position: relative;
	background: #d9dee0;
}
#especialHeader h1 {
	position: absolute;
	left: 15px;
	top: 12px;
	color: #666;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}
#especialNavigation {
	height: 446px;
	position: relative;
}
#especialFooter {
	height: 30px;
	text-align: right;
	line-height: 30px;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	border-top: 1px solid #ccc;
}
/*NAVIGATION*/
.especialScroll {
	position: absolute;
	top: -41px;
	left: 210px;
}
.especialScroll .controls {
	width: 587px;
	position: relative;
	top: -9px;
}
.especialScroll .controls a {
	width: 35px;
	height: 50px;
	position: absolute;
	display: block;
	z-index: 10;
}
.especialScroll .controls a.prev {
	left: 0px;
	background: url(../img/bg_especialScroll-controls-prev.png);
}
.especialScroll .controls a.next {
	right: 0px;
	background: url(../img/bg_especialScroll-controls-next.png);
}
.especialScroll .controls a.disabled {
	visibility: hidden !important;
}
.especialScroll .scrollable {
	width: 587px;
	height: 41px;
	position: relative;
	overflow-x: hidden;
}
.especialScroll .items {
	width: 20000em;
	position: absolute;
	clear: both;
}
.especialScroll .items ul {
	float: left;
}
.especialScroll .items li {
	float: left;
}
.especialScroll .items li a {
	height: 35px;
	display: block;
	position: relative;
	padding: 0 15px 0 15px;
	margin: 6px 0 0 10px;
	line-height: 35px;
	font-weight: bold;
	background: #fff;
	border-top-right-radius: 5px;
	opacity: 0.5;
	transition: opacity 1s ease 0s;
}
.especialScroll .items li span {
	width: 54px;
	height: 6px;
	position: absolute;
	top: -6px;
	left: 0px;
	background: url(../img/bg_especialScroll-items-span.png);
}
.especialScroll .items li a:hover, .especialScroll .items li a.current {
	color: #008e79;
	opacity: 1;
}
.especialTabs .pages .page {
	width: 797px;
	height: 446px;
	position: absolute;
	display: none;
}
.especialTabs .pages .page.depresion {
	background: url(../img/bg_especialTabs-page-depresion.png);
}
.especialTabs .pages .page.burnout {
	background: url(../img/bg_especialTabs-page-burnout.png);
}
.especialTabs .pages .page.estrespostraumatico {
	background: url(../img/bg_especialTabs-page-estrespostraumatico.png);
}
.especialTabs .pages .page.adicciones {
	background: url(../img/bg_especialTabs-page-adicciones.png);
}
.especialTabs .pages .page.desordenesalimentarios {
	background: url(../img/bg_especialTabs-page-desordenesalimentarios.png);
}
.especialTabs .pages .page.esquizofrenia {
	background: url(../img/bg_especialTabs-page-esquizofrenia.png);
}
.especialTabs .pages .page.ataquesdepanico {
	background: url(../img/bg_especialTabs-page-ataquesdepanico.png);
}
.especialTabs .pages .page.trastornobipolar {
	background: url(../img/bg_especialTabs-page-trastornobipolar.png);
}
.especialTabs .pages .page.depresionpostparto {
	background: url(../img/bg_especialTabs-page-depresionpostparto.png);
}
.especialTabs .content {
	position: relative;
}
.especialTabs .menu {
	width: 180px;
	position: absolute;
	left: 25px;
	top: 40px;
}
.especialTabs .menu h1 {
	margin-bottom: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 26px;
	color: #052c4c;
}
.especialTabs .buttons li {
	margin-bottom: 2px;
}
.especialTabs .buttons li a {
	padding: 5px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	font-size: 12px;
	background: #77b1ac;
	border-radius: 3px;
	transition: background 1s ease 0s;
}
.especialTabs .buttons li a:hover, .especialTabs .buttons li a.current {
	background: #008e79;
}
.especialTabs .options {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px dotted #b1bea6;
}
.especialTabs .options li {
	margin-bottom: 3px;
}
.especialTabs .options li a {
	padding: 5px;
	color: #7a7a7a;
	line-height: 30px;
	font-size: 12px;
	background: #f3f3f3;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	transition: background 1s ease 0s;
}
.especialTabs .options li a:hover {
	background: #dedede;
}
.especialTabs .panes {
	width: 340px;
	position: absolute;
	left: 225px;
	top: 75px;
	font-size: 13px;
}
.especialTabs .panes .pane p {
	margin-bottom: 20px;
}
.especialTabs .panes .pane li {
	padding-left: 20px;
	background: url(../img/bg_especialTabs-pane-li.png) no-repeat;
}
.especialTabs .source {
	height: 30px;
	position: absolute;
	top: 447px;
	line-height: 30px;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
}
