@font-face {
	font-family: 'montserratbold';
	src: url('js/montserrat-bold-webfont.eot');
	src: url('js/montserrat-bold-webfont.eot?#iefix')
		format('embedded-opentype'), url('js/montserrat-bold-webfont.woff')
		format('woff'), url('js/montserrat-bold-webfont.ttf')
		format('truetype'),
		url('js/montserrat-bold-webfont.svg#montserratbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratregular';
	src: url('js/montserrat-regular-webfont.eot');
	src: url('js/montserrat-regular-webfont.eot?#iefix')
		format('embedded-opentype'), url('js/montserrat-regular-webfont.woff')
		format('woff'), url('js/montserrat-regular-webfont.ttf')
		format('truetype'),
		url('js/montserrat-regular-webfont.svg#montserratregular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansbold';
	src: url('js/opensans-bold-webfont.eot');
	src: url('js/opensans-bold-webfont.eot?#iefix')
		format('embedded-opentype'), url('js/opensans-bold-webfont.woff')
		format('woff'), url('js/opensans-bold-webfont.ttf') format('truetype'),
		url('js/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sanslight';
	src: url('js/opensans-light-webfont.eot');
	src: url('js/opensans-light-webfont.eot?#iefix')
		format('embedded-opentype'), url('js/opensans-light-webfont.woff')
		format('woff'), url('js/opensans-light-webfont.ttf')
		format('truetype'),
		url('js/opensans-light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansregular';
	src: url('js/opensans-regular-webfont.eot');
	src: url('js/opensans-regular-webfont.eot?#iefix')
		format('embedded-opentype'), url('js/opensans-regular-webfont.woff')
		format('woff'), url('js/opensans-regular-webfont.ttf')
		format('truetype'),
		url('js/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

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

a span {
	cursor: pointer;
}

a:hover{
	color: #ea141d;
}
.fundacao a:hover{
	color: #004389;
}
ul,li {
	list-style: none;
}

body {
	text-align: left;
	width: 100%;
	color: #787878;
	font-family: 'open_sansregular', Arial, Tahoma;
	font-size: 15px;
	font-weight: normal;
	height: 100%;
}

#iframe{
	text-align: left;
	width: 660px;
	height: auto;
	padding: 30px;
	background-color: #fff;
}
#iframe .imagem{
	float: left;
	display: block;
	margin: 0 40px 0 0;
}
#iframe .nome{
	color: #004389;
	font-family: 'open_sanslight';
	font-size: 29px;
	line-height: 32px;
	width: 100%;
	display: block;
}
#iframe .cargo{
	color: #3785d6;
	font-family: 'open_sanslight';
	font-size: 15px;
	line-height: 25px;
	font-style: italic;
	width: 100%;
	display: block;
}
#iframe p{
	color: #787878;
	font-family: 'open_sansregular';
	font-size: 15px;
	line-height: 27px;
	width: 100%;
	display: block;
	padding: 16px 0 8px;
}
header {
	width: 100%;
	float: left;
	display: block;
	height: 112px;
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
}

#header_in {
	width: 1000px;
	display: block;
	height: 112px;
	margin: 0 auto;
	position: relative;
}

#header_in .cabecalho {
	width: 809px;
	display: block;
	height: 112px;
	float: right;
	background-color: #ebebeb;
}

#header_in .cabecalho .top {
	width: 749px;
	display: block;
	height: 32px;
	float: right;
	margin: 20px 30px 12px;
}

#header_in .top .menu_upper {
	width: auto;
	display: block;
	height: 22px;
	float: right;
	margin: 5px 0 0;
}

#header_in .top .menu_upper li {
	width: auto;
	display: block;
	height: 22px;
	float: right;
	border-right: 1px solid #dcdcdc;
}

#header_in .top .menu_upper li a {
	width: auto;
	display: block;
	height: 22px;
	float: left;
	/*padding: 0 19px;*/
	padding: 0 14px;
	line-height: 22px;
	color: #646464;
	font-size: 11px;
	font-family: 'open_sansregular';
	text-transform: uppercase;
}

#header_in .top .menu_upper li a:hover,#header_in .top .menu_upper li a.select
	{
	color: #464646;
}

#header_in .top .idiomas {
	width: 72px;
	display: block;
	height: 32px;
	float: right;
	margin: 0 10px;
	position: relative;
}

#header_in .top .idiomas ul {
	width: 72px;
	display: none;
	height: 64px;
	float: left;
	top: 33px;
	left: 0;
	position: absolute;
	transition-property: top;
	transition-duration: 1s;
	transition-timing-function: ease-in;
	z-index: 9;
}

#header_in .top .idiomas.open ul {
	display: block;
}

#header_in .top .idiomas ul li {
	width: 72px;
	display: block;
	height: 32px;
	float: left;
	margin: 0 0 1px;
	background-color: #dcdcdc;
}

#header_in .top .idiomas ul li:hover {
	background-color: #f7f7f7;
}

#header_in .top .idiomas ul li a {
	width: 42px;
	display: block;
	height: 13px;
	float: left;
	padding: 9px 20px 10px 10px;
	opacity: 0.6;
}
.ie8 #header_in .top .idiomas ul li a {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

#header_in .top .idiomas ul li:hover a {
	opacity: 1;
}
.ie8 #header_in .top .idiomas ul li:hover a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#header_in .idiomas a.select {
	width: 42px;
	display: block;
	height: 13px;
	float: left;
	padding: 9px 20px 10px 10px;
	background-image: url(images/idiomas.png);
	background-position: 56px 12px;
	background-repeat: no-repeat;
	z-index: 99;
}

#header_in .idiomas a.select:hover {
	background-position: 56px -24px;
}

#header_in .idiomas.open a.select {
	background-color: #dcdcdc;
}

#header_in .idiomas a.select span,#header_in .idiomas ul li a span {
	width: 23px;
	display: block;
	height: 13px;
	float: left;
	color: #646464;
	font-size: 11px;
	line-height: 13px;
	font-family: 'open_sansbold';
}
#header_in .idiomas img{
	display: block;
	float: left;
}

#header_in .idiomas ul li a span {
	font-weight: 400;
	color: #5a5a5a;
}

#header_in .top .pesquisa {
	width: 220px;
	display: block;
	height: 32px;
	float: right;
}

#header_in .pesquisa a.submeter {
	width: 33px;
	display: block;
	height: 30px;
	float: left;
	border: 1px solid #dcdcdc;
	background-color: #f8f8f8;
	background-image: url(images/pesquisa.png);
	background-position: 10px 8px;
	background-repeat: no-repeat;
}

#header_in .pesquisa a.submeter:hover,#header_in .pesquisa.focus a.submeter
	{
	border: 1px solid #c8c8c8;
	/*background-position: 10px -28px;*/
}

#header_in .pesquisa input[type=text] {
	width: 166px;
	display: block;
	height: 30px;
	float: left;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 9px;
	color: #a0a0a0;
	font-size: 11px;
	line-height: 30px;
	background-color: #f8f8f8;
	font-family: 'open_sansregular';
	text-transform: uppercase;
}

#header_in .pesquisa input[type=text]:focus,#header_in .pesquisa.focus input[type=text]
	{
	border-left: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	color: #8c8c8c;
}

#header_in .top .pesquisa label {
	display: none;
}

#header_in .top .redes_sociais {
	width: 111px;
	display: block;
	height: 22px;
	float: right;
	margin: 5px 0;
}

#header_in .redes_sociais a.bt {
	width: 15px;
	display: block;
	height: 22px;
	float: right;
	/*padding: 0 13px 0 19px;*/
	padding: 0 8px 0 14px;
	border-right: 1px solid #dcdcdc;
}

#header_in .redes_sociais a.bt span {
	width: 15px;
	height: 22px;
	background-image: url(images/redes_sociais.png);
	background-position: -49px 3px;
	background-repeat: no-repeat;
	float: left;
	display: block;
}

#header_in .redes_sociais a.bt:hover span {
	background-position: -49px -31px;
}

#header_in .redes_sociais a.bt.fb span {
	width: 8px;
	background-position: left 3px;
}
#header_in .redes_sociais a.bt.li span {
	width: 12px;
	background-position: -83px 3px;
}

#header_in .redes_sociais a.bt.fb:hover span {
	background-position: left -31px;
}
#header_in .redes_sociais a.bt.li:hover span {
	background-position: -83px -31px;
}

#header_in .redes_sociais a.bt:first-child {
	padding: 0 0 0 20px;
	border-right: none;
}

#header_in .cabecalho .bottom {
	width: 809px;
	display: block;
	height: 48px;
	float: right;
}

#header_in .bottom ul.menu {
	width: 781px;
	display: block;
	height: 40px;
	float: left;
	margin: 8px 14px 0;
}

#header_in .bottom ul.menu li {
	width: auto;
	display: block;
	height: 40px;
	float: left;
	position: relative;
}

#header_in .bottom ul.menu li.open {
	background-color: #dcdcdc;
}

#header_in .bottom ul.menu li ul.submenu {
	width: 152px;
	display: none;
	height: auto;
	float: left;
	position: absolute;
	top: 40px;
	left: 0;
	background-color: #dcdcdc;
	padding: 10px 0 20px;
	box-shadow: 6px 6px 0 rgba(40,40,40, 0.3);
	z-index:9999;
}

#header_in .bottom ul.menu li:hover ul.submenu {
	display: block;
}

#header_in .bottom ul.menu li ul.submenu li {
	height: auto;
	width: 100%;
}

#header_in .bottom ul.menu li a {
	width: auto;
	display: block;
	height: 32px;
	float: left;
	padding: 0 13px;
	line-height: 32px;
	color: #282828;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'montserratregular';
}

#header_in .bottom ul.menu li ul.submenu li a {
	width: 96px;
	height: auto;
	padding: 5px 28px;
	line-height: 16px;
	color: #464646;
	font-size: 12px;
	text-transform: none;
	font-family: 'open_sansregular';
}

#header_in .bottom ul.menu li a:hover,#header_in .bottom ul.menu li a.select,#header_in .bottom ul.menu li.open a
	{
	color: #ea141d;
}

#header_in .bottom ul.menu li a.select {
	text-shadow: 1px 1px 1px #fff;
}

#header_in .bottom ul.menu li ul.submenu li a:hover {
	color: #010101;
}

#header_in .bottom ul.menu li a span {
	width: auto;
	display: block;
	height: 32px;
	float: left;
	padding: 0 9px 0 0;
	background-image: url(images/menu.png);
	background-position: right 12px;
	background-repeat: no-repeat;
}

#header_in .bottom ul.menu li a:hover span,#header_in .bottom ul.menu li a.select span,#header_in .bottom ul.menu li.open a span{
	background-position: right -21px;
}

#header_in .campanha {
	width: 127px;
	display: block;
	height: 112px;
}

@media screen and (min-width : 1024px) {
	#header_in .campanha {
		position: absolute;
		top: 0;
		left: -128px;
	}
	#header_in .campanha.margem {
		top: 38px;
	}
}

.ie8 #header_in .campanha {
	position: absolute;
	top: 0;
	left: -128px;
}

@media screen and (max-width : 1024px) {
	#header_in .campanha {
		clear: left;
		margin: 1px 0 0;
	}
}

#header_in a.logo {
	width: 190px;
	display: block;
	height: 112px;
	float: left;
}

#homepage, #page {
	width: 100%;
	float: left;
	display: block;
}
#page {
	background-color: #f8f8f8;
}

#homepage .banners, #page .banners{
	width: 100%;
	float: left;
	display: block;
	/*height: 605px;*/
	height: 480px;
	position: relative;
}
#page .banners{
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}

#homepage .banners .navegacao {
	width: 100%;
	float: left;
	display: block;
	height: 13px;
	position: absolute;
	bottom: 18px;
	left: 0;
}

#homepage .banners .navegacao .inner {
	width: 1000px;
	display: block;
	height: 13px;
	margin: 0 auto;
	position: relative;
}

#homepage .banners .navegacao ul {
	width: 280px;
	display: block;
	height: 13px;
	position: absolute;
	bottom: 0;
	right: 30px;
}

#homepage .banners .navegacao ul li {
	width: 13px;
	display: block;
	height: 13px;
	float: left;
	margin: 0 5px 0 0;
}

#homepage .banners .navegacao ul li a {
	width: 7px;
	display: block;
	height: 7px;
	float: left;
	margin: 2px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #959595;
}

.ie8 #homepage .banners .navegacao ul li a {
	background-color: transparent;
	border-radius: 0;
	border: none;
	background-image: url(images/ie8.png);
	background-position: left -2px;
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
}

#homepage .banners .navegacao ul li a:hover {
	width: 9px;
	height: 9px;
	background-color: #959595;
	border: none;
	height: 9px;
}

.ie8 #homepage .banners .navegacao ul li a:hover {
	background-color: transparent;
	background-position: -36px -2px;
}

#homepage .banners .navegacao ul li a.select {
	width: 9px;
	height: 9px;
	margin: 0;
	background-color: #fff;
	border: 2px solid #ea141d;
}

.ie8 #homepage .banners .navegacao ul li a.select {
	width: 13px;
	height: 13px;
	background-color: transparent;
	border: none;
	background-position: -16px top
}

#homepage .banners ul.roller {
	width: 100%;
	float: left;
	display: block;
	/*-height: 605px;*/
	height: 490px;
	overflow: hidden;
	position: relative;
}
#page .banners .banner{
	width: 100%;
	float: left;
	display: block;
	height: 480px;
	/*height: 605px;*/
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
}

#homepage .banners ul.roller li {
	width: 100%;
	float: left;
	display: block;
	/*height: 605px;*/
	height: 480px;
	position: absolute;
	top: 0;
	left: -100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#homepage .banners ul.roller li:first-child {
	left: 0;
}

#homepage .banners ul.roller li a {
	width: 100%;
	float: left;
	display: block;
	/*height: 605px;*/
	height: 480px;
}

#homepage .banners ul.roller li .mask, #page .banners .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #6090b6;
	opacity: 0.6;
}

.ie8 #homepage .banners ul.roller li .mask, .ie8 #page .banners .mask {
	-ms-filter: "alpha(opacity=60)";
}
#page .banners .fundacao {
	width: 130px;
	height: 65px;
	position: absolute;
	bottom: 237px;
	right: 0;
	display: none;
}
#homepage .banners ul.roller li .inner {
	width: 1000px;
	display: block;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#homepage .banners ul.roller li .info {
	width: 272px;
	padding: 25px 39px 49px;
	float: left;
	display: block;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #f8f8f8;
	border-top: 5px solid #ea141d;
}

#homepage .banners ul.roller li .titulo {
	width: 100%;
	float: left;
	display: block;
	height: auto;
	color: #464646;
	font-size: 19px;
	line-height: 21px;
	font-family: 'montserratbold';
	text-transform: uppercase;
}

#homepage .banners ul.roller li .linha {
	width: 10px;
	float: left;
	display: block;
	height: 1px;
	background-color: #ea141d;
	margin: 12px 0 10px;
}

#homepage .banners ul.roller li .resumo {
	width: 100%;
	float: left;
	display: block;
	height: auto;
	color: #787878;
	/*font-size: 11px;*/
	font-size: 13px;
	line-height: 15px;
	font-family: 'open_sansregular';
}

#homepage_in {
	width: 1000px;
	margin: 0 auto;
	display: block;
}

#homepage_in .noticias {
	width: 1000px;
	float: left;
	display: block;
	height: 133px;
	margin: 20px 0 0;
}

#homepage_in .noticias a {
	width: 270px;
	float: left;
	display: block;
	height: 133px;
	margin: 0 30px 0;
	position: relative;
}

#homepage_in .noticias a.imagem {
	width: 620px;
	margin: 0 20px 0 30px;
}

#homepage_in .noticias a .texto {
	width: 360px;
	float: left;
	display: block;
	margin: 0 30px 0 0;
}

#homepage_in .noticias a .st1 {
	width: 100%;
	float: left;
	display: block;
	height: auto;
	color: #ea141d;
	font-size: 10px;
	line-height: 15px;
	font-family: 'open_sansregular';
	text-transform: uppercase;
	padding: 13px 0 4px;
}

#homepage_in .noticias a .titulo {
	width: 100%;
	float: left;
	display: block;
	height: auto;
	color: #5a5a5a;
	font-size: 13px;
	line-height: 15px;
	font-family: 'montserratbold';
	text-transform: uppercase;
}

#homepage_in .noticias a .linha {
	width: 10px;
	float: left;
	display: block;
	height: 1px;
	background-color: #ea141d;
	margin: 7px 0;
}

#homepage_in .noticias a .resumo {
	width: 100%;
	float: left;
	display: block;
	height: auto;
	color: #787878;
	font-size: 11px;
	line-height: 13px;
	font-family: 'open_sansregular';
}

#homepage_in .noticias a .ver {
	width: auto;
	display: block;
	height: 20px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	color: #aaaaaa;
	font-size: 11px;
	line-height: 20px;
	font-family: 'open_sansregular';
	padding: 0 10px;
	position: absolute;
	bottom: 10px;
	left: 0;
}

#homepage_in .noticias a:hover .ver {
	background-color: #dcdcdc;
	color: #fff;
}

#homepage_in .destaques {
	width: 1000px;
	float: left;
	display: block;
	height: auto;
	margin: 20px 0;
}

#homepage_in .upper {
	width: 1000px;
	float: left;
	display: block;
	height: 349px;
	margin: 0 0 20px;
}

#homepage_in .upper a, #homepage_in .upper .item{
	width: 590px;
	float: left;
	display: block;
	height: 299px;
	margin: 0 20px 0 0;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 25px 30px;
	position: relative;
}

#homepage_in .upper .youtube{
	width: 650px;
	float: left;
	display: block;
	height: 349px;
	margin: 0 20px 0 0;
	position: relative;
	cursor: pointer;
}
#homepage_in .upper .youtube .mask{
	width: 650px;
	float: left;
	display: block;
	height: 349px;
	position: absolute;
	top:0;
	left:0;
	background-image: url(images/player.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#homepage_in .upper .youtube:hover .mask{
	background-position: left -349px;
}

#homepage_in .upper a .titulo, #homepage_in .upper .item .titulo {
	width: 285px;
	float: left;
	display: block;
	height: auto;
	color: #003d7d;
	font-size: 31px;
	line-height: 29px;
	font-family: 'open_sanslight';
	-webkit-text-stroke: 0.5px;
}

#homepage_in .upper a .titulo strong, #homepage_in .upper .item .titulo strong {
	font-weight: 700;
}

#homepage_in .upper a .resumo, #homepage_in .upper .item .resumo {
	width: 244px;
	clear: left;
	float: left;
	display: block;
	height: auto;
	color: #5a5a5a;
	font-size: 13px;
	line-height: 15px;
	font-family: 'open_sansregular';
	padding: 12px 0 0;
}

#homepage_in .upper a .ver {
	width: auto;
	float: left;
	display: block;
	height: 28px;
	/*color: #aaaaaa;*/
	color: #fff;
	font-size: 11px;
	line-height: 28px;
	font-family: 'open_sansregular';
	padding: 0 27px 0 10px;
	/*background-color: #fff;*/
	background-color: #84b9e1;
	position: absolute;
	bottom: 10px;
	left: 30px;
	background-image: url(images/saber_mais.png);
/*	background-position: right 9px;*/
	background-position: right -30px;
	background-repeat: no-repeat;
	
}

#homepage_in .upper a:hover .ver {
	background-color: #ea141d;
	color: #fff;
	background-position: right -30px;
}

#homepage_in .upper a:last-child {
	width: 330px;
	margin: 0;
	padding: 0;
	height: 349px;
}

#homepage_in .upper a .posicionar {
	width: 270px;
	height: auto;
	position: absolute;
	bottom: 10px;
	left: 30px;
}

#homepage_in .upper a .posicionar .titulo {
	width: 100%;
	/*color: #fff;*/
	color: #003d7d;
}

#homepage_in .upper a .posicionar .titulo strong {
	font-weight: 400;
}

#homepage_in .upper a .posicionar .resumo {
	width: 210px;
	/*color: #ea141d;*/
	/*color: #5a5a5a;*/
	color: #004389;
	padding: 10px 0 23px;
}

#homepage_in .upper a .posicionar .ver {
	position: static;
}

#homepage_in .bottom {
	width: 1000px;
	float: left;
	display: block;
	height: 140px;
}

#homepage_in .bottom a {
	width: 270px;
	float: left;
	display: block;
	height: 110px;
	margin: 0 20px 0 0;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	padding: 15px 30px;
}

#homepage_in .bottom a:last-child {
	margin: 0;
}

#homepage_in .bottom a:first-child {
	width: 330px;
	padding: 0;
	height: 140px;
}


#homepage_in .bottom a:nth-child(2n){
	width: 240px;
}

#homepage_in .bottom a .titulo {
	width: auto;
	float: left;
	display: block;
	height: auto;
	color: #fff;
	font-size: 27px;
	line-height: 27px;
	font-family: 'open_sanslight';
	-webkit-text-stroke: 0.5px;
}

#homepage_in .bottom a .titulo strong {
	font-weight: 700;
	clear: left;
	float: left;
}

#homepage_in .bottom a .resumo {
	width: auto;
	float: left;
	display: block;
	height: auto;
	color: #88c6ff;
	font-size: 11px;
	line-height: 15px;
	font-family: 'open_sansregular';
	padding: 6px 0 0;
	clear:left;
}


#homepage_in .bottom a:nth-child(2n) .resumo {
	color: #0b414e;
}

#homepage_in .bottom a .ver {
	width: auto;
	float: left;
	display: block;
	height: 28px;
	color: #aaaaaa;
	font-size: 11px;
	line-height: 28px;
	font-family: 'open_sansregular';
	padding: 0 27px 0 10px;
	background-color: #fff;
	position: absolute;
	bottom: 10px;
	left: 30px;
	background-image: url(images/saber_mais.png);
	background-position: right 9px;
	background-repeat: no-repeat;
}

#homepage_in .bottom a:first-child .ver {
	color: #fff;
	background-color: #84b9e1;
	background-position: right -30px;
}

#homepage_in .bottom a:hover .ver {
	background-color: #ea141d;
	color: #fff;
	background-position: right -30px;
}

#page_in {
	width: 1000px;
	/*margin: 460px auto 0;*/
	margin: 335px auto 0;
	display: block;
	border-top:5px solid #ea141d;
	z-index: 999;
	position: relative;
}
#page_in.second {
	margin: 0 auto 0;
	border-top:none;
}
#page_in.fundacao {
	border-top:5px solid #004389;
}
#page_in .conteudo{
	width: 100%;
	display: block;
	float: left;
	background-color: #f8f8f8;
	margin: 0 0px 30px;
}
#page_in aside{
	width: 200px;
	margin: 33px 10px 0 30px;
	display: block;
	float: left;
}
#page_in aside .posicao{
	width: 100%;
	display: block;
	float: left;
	color: #464646;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'montserratbold';
	border-bottom: 1px solid #ea141d;
	padding: 4px 0 12px; 
}
#page_in.fundacao aside .posicao{
	border-bottom: 1px solid #004389; 
}
#page_in aside ul.submenu{
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 32px; 
}
#page_in aside ul.submenu li{
	width: 100%;
	display: block;
	float: left;
	border-bottom: 1px solid #e2e2e2; 
}
#page_in aside ul.submenu > li.sub{
	background-color: #ffffff;
}
#page_in aside ul.submenu li a{
	width: 180px;
	padding: 8px 10px 9px;
	display: block;
	float: left;
	color: #787878;
	font-size: 13px;
	line-height: 16px;
	font-family: 'montserratregular'; 
}
#page_in aside ul.submenu > li.sub > a{
	background-image: url(images/submenu.png);
	background-position: 185px 14px;
	background-repeat: no-repeat; 
}
#page_in aside ul.submenu > li.sub.select > a{
	background-position: 185px -79px; 
}
#page_in.fundacao aside ul.submenu > li.sub.select > a{
	background-position: 185px -129px; 
}
#page_in aside ul.submenu > li.select > a, #page_in aside ul.submenu > li.select > a:hover{
	color: #ea141d;
	background-color: #fff; 
}
#page_in.fundacao aside ul.submenu > li.select > a, #page_in.fundacao aside ul.submenu > li.select > a:hover{
	color: #004389; 
}
#page_in aside ul.submenu > li > a:hover{
	background-color: #eeeeee; 
}

#page_in aside ul.submenu li ul{
	width: 180px;
	display: block;
	float: left;
	margin: 0 10px 12px;
}
#page_in aside ul.submenu li ul li{
	border-bottom: 1px solid #eeeeee;
}
#page_in aside ul.submenu li ul li a{
	width: 160px;
	padding: 6px 10px 5px;
	color: #8c8c8c;
	font-size: 11px;
	line-height: 14px;
	font-family: 'open_sansregular';
}
#page_in aside ul.submenu li ul li a.select{
	background-color: #eeeeee; 
}
#page_in aside ul.submenu li ul li a:hover{
	color: #646464; 
}
#page_in aside .categorias{
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 40px; 
}
#page_in aside .categorias .st1{
	width: 100%;
	display: block;
	float: left;
	color: #464646;
	font-size: 21px;
	line-height: 27px;
	font-family: 'open_sanslight'; 
}
#page_in .categorias .linha {
	margin: 7px 0 10px;
}
#page_in aside .categorias ul{
	width: 100%;
	display: block;
	float: left; 
}
#page_in aside .categorias ul li{
	width: 100%;
	display: block;
	float: left; 
	border-bottom: 1px dotted #cdcdcd;
}
#page_in aside .categorias ul li a{
	width: 180px;
	padding:0 10px;
	display: block;
	float: left; 
	height: 33px;
	line-height: 33px;
	color: #8c8c8c;
	font-size: 13px;
	font-family: 'open_sansregular'; 
}
#page_in aside .categorias ul li a.select, #page_in aside .categorias ul li a.select:hover{
	background-color: #eeeeee; 
	color: #8c8c8c;
}
#page_in aside .categorias ul li a:hover{
	color: #646464;
}
#page_in article, #page_in .listagem{
	width: 700px;
	margin: 33px 30px 10px;
	display: block;
	float: left;
}
#page_in .flash{
	width: 519px;
	margin: 33px 90px 0;
	display: block;
	float: left;
}
#page_in article.wide{
	width: 940px;
}
#page_in .listagem.pesquisa{
	width: 940px;
}
#page_in article .asside{
	width: 460px;
	margin: 0 40px 0 0;
	display: block;
	float: left;
	clear: left;
}
#page_in .botoes{
	width: auto;
	margin: 19px 0 0;
	display: block;
	float: left;
	clear: left;
}
#page_in .simposio .botoes{
	margin: 10px 0 40px;
}
#page_in .botoes a{
	width: 220px;
	display: block;
	float: left;
	height:40px;
	text-align: center;
	line-height: 40px;
	background-color: #c9c9c9;
	margin: 0 20px 0 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'montserratbold'; 
}
#page_in .botoes.auto a{
	width: auto;
	padding: 0 16px; 
	margin: 0 10px 0 0;
}
#page_in .simposio .botoes a{
	width: auto;
	height:37px;
	text-align: left;
	line-height: 37px;
	padding:0 19px;
	border:1px solid #d8d8d8;
	background-color: transparent;
	margin: 0 10px 0 0;
	color: #8c8c8c;
	font-family: 'montserratregular'; 
}
#page_in .botoes a:hover{
	background-color: #ea141d; 
}
#page_in .botoes a.select{
	background-color: #ea141d; 
	/*border:1px solid #ea141d;*/
	color: #fff;
}
#page_in.fundacao .botoes a:hover, #page_in.fundacao .botoes a.select{
	background-color: #004389; 
	/*border:1px solid #004389;*/
	color: #fff;
}

#page_in .botoes a:last-child{
	margin: 0; 
}
#page_in article .trendence{
	width: 180px;
	display: block;
	float: left;
}
#page_in article .data, #page_in .listagem .item, #page_in article .item{
	width: 100%;
	display: block;
	float: left;
	color: #ea141d;
	font-size: 13px;
	line-height: 18px;
	font-family: 'open_sansbold';
	text-transform: uppercase;
	margin: 5px 0 19px;
}
#page_in.fundacao article .data{
	color: #004389;
}
#page_in article .data span{
	color: #8c8c8c;
	font-family: 'open_sansregular';
	margin: 0;
}
#page_in .listagem .item, #page_in article .item{
	width: 100%;
	display: block;
	float: left;
	color: #787878;
	font-size: 15px;
	line-height: 23px;
	font-family: 'montserratregular';
	text-transform: uppercase;
	margin: 2px 0 14px;
}
#page_in h1{
	width: 100%;
	display: block;
	float: left;
	color: #464646;
	font-size: 39px;
	line-height: 41px;
	font-weight: normal;
	font-family: 'open_sanslight';
	-webkit-text-stroke: 0.5px;
}
#page_in h1.altura{
	font-size: 27px;
	line-height: 34px;
}

#page_in h2{
	width: 100%;
	display: block;
	float: left;
	color: #787878;
	font-size: 17px;
	line-height: 23px;
	font-weight: normal;
	font-family: 'montserratregular';
	text-transform: uppercase;
}
#page_in .simposio h2{
	color: #004389;
	font-size: 21px;
	font-family: 'montserratbold';
}
#page_in h2.red{
	color: #ea141d;
	font-size: 21px;
	font-family: 'montserratbold';
	margin: 7px 0 11px;
}
#page_in .contactos h2{
	color: #ea141d;
	font-size: 25px;
	line-height: 25px;
}
#page_in .contactos h2 small{
	font-size: 15px;
}
#page_in .complementos h2{
	color: #464646;
	font-size: 21px;
	line-height: 27px;
	font-family: 'open_sanslight';
	-webkit-text-stroke: 0.5px;
	text-transform: none;
}
#page_in .medicamento h2{
	color: #8c8c8c;
	font-size: 21px;
	line-height: 22px;
	font-family: 'open_sanslight';
	text-transform: none;
	-webkit-text-stroke: 0.5px; 
}
#page_in .conselho .info h2{
	color: #464646;
	font-size: 19px;
}
#page_in .area h2{
	color: #282828;
	font-size: 19px;
}
#page_in .tab h2{
	color: #ea141d;
	font-size: 21px;
	font-family: 'montserratbold';
}
#page_in h3{
	width: 100%;
	display: block;
	float: left;
	color: #787878;
	font-size: 15px;
	line-height: 27px;
	font-family: 'open_sansregular';
	text-transform: uppercase;
	margin: 14px 0 -13px;
}
#page_in .simposio h3{
	color: #5a5a5a;
	font-size: 17px;
	line-height: 19px;
	font-family: 'montserratregular';
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
	margin: 23px 0 0;
}
#page_in .contactos h3{
	color: #646464;
	font-size: 13px;
	line-height: 19px;
	font-family: 'montserratregular';
	font-weight: normal;
	margin: 0;
	text-transform: none;
	margin: 22px 0 0;
}
#page_in .medicamento h3{
	color: #ea141d;
	font-size: 17px;
	font-family: 'montserratregular';
	margin: 0;
	font-weight: normal;
}
#page_in.fundacao table h3{
	color: #004389;
	margin: 0;
	font-weight: bold;
	margin: 12px 0 0;
	float: none;
	width: auto;
}
#page_in.fundacao .programa table h3{
	font-size: 21px;
}
#page_in h4{
	width: 100%;
	display: block;
	float: left;
	color: #004389;
	font-size: 15px;
	line-height: 27px;
	font-family: 'open_sansregular';
	text-transform: uppercase;
}
#page_in h4 i{
	font-size: 13px;font-weight:400;
}
#page_in h4 span{
	text-transform:none;
}
#page_in table{
	padding: 0 0 20px;
}

#page_in .programa table tr td table tr td{
	border-bottom: 1px dotted #cdcdcd; 
	min-height: 42px;
}
#page_in table tr td{
	width: 220px;
	padding:0 14px 0 0;
/*	display: inline-block;*/ 
}
#page_in table tr td.prog, #page_in .fundacao table tr td.prog .linha, #page_in table tr td.prog:last-child{
	padding:50px 0 0 0; 
}
#page_in td.prog .linha{
	width: 100%; 
}
#page_in .dropbox table tr td{
	width: auto;
	display: table-cell; 
}
#page_in.second table tr td{
	padding:0 16px 0 0; 
}
#page_in.second table tr td:first-child{
	float: left; 
}
#page_in.fundacao table tr td{
	display: table-cell;
	/*max-width: 220px;*/
}
.blue{
	color:#004389;
}
#page_in table tr td:last-child{
	padding:0; 
}
#page_in table .st1{
	color: #464646;
	font-size: 17px;
	line-height: 27px;
	font-family: 'open_sansregular';
	float: left;
	width: 100%;
}
#page_in .dropbox table .st1{
	color: ##5A5A5A;
	font-size: 15px;
	line-height: 19px;
	font-family: 'montserratbold';
	text-transform: uppercase;
}
#page_in table .titulo{
	color: #5a5a5a;
	font-size: 17px;
	line-height: 19px;
	font-family: 'montserratregular';
	float: left;
	width: 90%;
	text-transform: uppercase;
	margin: 5px 0 0;
}
#page_in table .titulo small{
	color: #8c8c8c;
	font-size: 11px;
	line-height: 13px;
	font-family: 'montserratregular';
	text-transform: none;
	width: 100%;
	float: left;
}
#page_in.fundacao table .nome{
	color: #646464;
	font-size: 13px;
	line-height: 15px;
	width: auto;
	font-family: 'open_sansbold';
	text-transform: uppercase;
	float: left;
	margin: 15px 0 0;
}
#page_in.fundacao table .dia{
	color: #8c8c8c;
	font-size: 13px;
	line-height: 15px;
	width: auto;
	font-family: 'open_sansbold';
	text-transform: uppercase;
}
#page_in.fundacao table .hora{
	color: #a0a0a0;
	font-size: 11px;
	width: auto;
	font-family: 'open_sansregular';
	text-transform: uppercase;
	line-height: 18px;
	padding: 12px 0;
	float: left;font-size:14px;
}
#page_in.fundacao table .actividade{
	color: #646464;
	font-size: 15px;
	width: auto;
	font-family: 'open_sansregular';
	line-height: 18px;
	padding: 12px 0;
	float: left;
}
#page_in.fundacao table .nota{
	color: #8c8c8c;
	font-size: 13px;
	width: auto;
	font-family: 'open_sanslight';
	line-height: 18px;
	float: left;
	font-style: italic;
	clear: left;
	padding: 12px 0 0;
}
#page_in.fundacao table a.autor{
	color: #004389;
	font-size: 19px;
	line-height: 18px;
	width: auto;
	clear:left;
	font-family: 'open_sanslight';
	text-decoration: underline;
	float: left;
	padding: 12px 0 0;
}
#page_in.fundacao table a.autor .small{
	font-size:12px;
}
#page_in.fundacao table .cargo{
	color: #3785d6;
	font-size: 13px;
	line-height: 19px;
	width: 100%;
	font-family: 'open_sanslight';
	font-style: italic;
	float: left;
	clear: both;
}
#page_in.fundacao table .autor2{
	color: #3785d6;
	font-size: 13px;
	line-height: 19px;
	width: auto;
	font-family: 'open_sanslight';
	font-style: italic;
	float: left;
	text-decoration:underline;
}
#page_in.fundacao table a .cargo,#page_in.fundacao table a .title{
	text-decoration:underline;
}
#page_in.fundacao table a .title{
	    color: #646464;
    font-size: 15px;
    font-family: 'open_sansregular';
    line-height: 18px;
}
}
#page_in.fundacao table a.autor:hover{
	color: #011c38;
}
#page_in.fundacao table .nome.prt{
	font-size: 19px;
	font-family: 'open_sanslight';
}
#page_in.fundacao table .pais{
	color: #3785d6;
	font-size: 13px;
	line-height: 15px;
	width: 100%;
	font-family: 'open_sansregular';
	font-style: italic; 
	float: left;
}
#page_in.fundacao table .funcao{
	color: #8c8c8c; 
}
#page_in.fundacao table .st1{
	color: #787878;
	font-size: 15px;
	line-height: 17px;
	margin: 4px 0 0;
	width: 100%;
}

#page_in table .st2{
	color: #787878;
	font-size: 11px;
	line-height: 15px;
	font-family: 'open_sansregular';
	width: 100%;
	float: left;
	height: 100px;
}
#page_in .downloads table .st2{
/*	height: 200px;*/
	height: 100%;
}
#page_in table .st2 a{
	color: #5a5a5a;
	font-size: 11px;
	line-height: 15px;
	font-family: 'open_sansregular';
	text-decoration: underline;
	padding: 0 0 0 5px;
}
#page_in table .st2 a:hover{
	color: #ea141d;
}
#page_in.fundacao table .st2{
	color: #004389;
	font-size: 29px;
	line-height: 36px;
	font-family: 'open_sanslight';
	margin: 4px 0 0;
	width: auto;
	height: auto;
}
#page_in.fundacao table .st2 small{
	color: #787878;
}
#page_in .linha, #delegacoes_in .linha, #internacionais_in .linha, #formulario_in .linha {
	width: 30px;
	float: left;
	display: block;
	height: 1px;
	background-color: #ea141d;
	margin: 14px 0 15px;
}
#page_in .downloads .coluna .linha{
	margin: 6px 0 15px;
}
#formulario_in .linha {
	margin: 8px 0 15px;
}
#delegacoes_in .linha {
	margin: 6px 0 15px;
}
#internacionais_in .linha {
	margin: 8px 0 14px;
}
#page_in .wide .linha {
	margin: 14px 0 9px;
}
#page_in .contactos .linha {
	margin: 9px 0 15px;
}
#page_in .contactos .coluna:last-child .linha {
	margin: 9px 0 10px;
}
#page_in .complementos .linha {
	margin: 7px 0 21px;
}
#page_in .complementos .coluna:last-child .linha {
	margin: 7px 0 11px;
}
#page_in .medicamento .linha {
	margin: 17px 0 23px;
}
#page_in.fundacao .linha {
	background-color: #004389;
}
#page_in.fundacao table .linha {
	float: none;
}
#page_in.fundacao table .linha.float {
	float: left;
}
#page_in span.info {
	width: 100%;
	float: left;
	display: block;
	line-height: 15px;
	font-size: 13px;
	color: #8c8c8c;
}
#page_in span.info span{
	color: #004389;
}
#page_in span.info .blue {
	color: #004389;
}
#page_in span.info small {
	color: #b4b4b4;
	font-size: 11px;
}
#page_in p {
	width: 100%;
	float: left;
	display: block;
	line-height: 27px;
	padding: 13px 0;
	position: relative;
}
#page_in .wide p {
	padding: 0 0 13px;
}
#page_in .contactos p {
	line-height: 19px;
	padding: 1px 0 18px;
}
#page_in p a,#page_in article ul li a{
	text-decoration: underline;
	font-weight: bold;
}
#page_in .contactos p a{
	font-weight: normal;
}
/*#page_in p img{
	float: left;
	display: block;
}*/
#page_in article > img{
	float: left;
	display: block;
	margin: 13px 0 8px;
}
#page_in article .legenda{
	float: left;
	display: block;
	height: 30px;
	width: 420px;
	padding: 0 20px;
	background-color: #f8f8f8;
	position: absolute;
	bottom:13px;
	right: 0;
	color: #a0a0a0;
	font-size: 11px;
	line-height: 30px;
	font-style: italic;
	font-family: 'open_sansregular';
	text-align: right;
}
#page_in article .legenda.abaixo{
	width: 660px;
	bottom:0px;
	text-align: center;
}
#page_in .resumo {
	width: 100%;
	float: left;
	display: block;
	padding: 4px 0 0;
}
#page_in .conselho .resumo {
	padding: 13px 0 0;
	font-size: 13px;
	line-height: 21px;
}
#page_in .conselho .resumo.small {
	width: 300px;
	margin: 0 20px 0 0;
}
#page_in .tab .resumo {
	color: #787878;
	font-size: 17px;
	line-height: 23px;
	text-transform: uppercase;
	font-family: 'montserratregular';
	padding: 11px 0 4px;
}
#page_in .galeria {
	width: 100%;
	float: left;
	display: block;
	height: 430px;
	overflow: hidden;
	position: relative;
	margin: 11px 0 10px;
}
#page_in .galeria ul.roller{
	width: 100%;
	float: left;
	display: block;
	height: 430px;
	position: relative;
}
#page_in .galeria ul.roller li{
	width: 100%;
	float: left;
	display: block;
	height: 430px;
	position: absolute;
	top:0;
	left:-100%;
}
#page_in .galeria ul.roller li:first-child{
	left:0;
}
#page_in .galeria .thumbs{
	width: 700px;
	float: left;
	display: block;
	height: 70px;
	position: absolute;
	left:0;
	bottom: 0;
	z-index: 999;
}
#page_in .galeria .thumbs ul{
	width: auto;
	float: left;
	display: block;
	height: 62px;
	background-color: #f8f8f8;
	padding: 8px 0 0 8px;
	position: absolute;
	top:0;
	/*left:72px;*/
	left:0px;
}
#page_in .galeria .thumbs ul li{
	width: 62px;
	float: left;
	display: block;
	height: 62px;
	padding: 0 8px 0 0;
	position: relative;
}
#page_in .galeria .thumbs ul li a{
	width: 62px;
	float: left;
	display: block;
	height: 62px;
}
#page_in .galeria .thumbs ul li img{
	opacity:0.5;
}
.ie8 #page_in .galeria .thumbs ul li img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
#page_in .galeria .thumbs ul li a:hover img{
	opacity:0.9;
}
.ie8 #page_in .galeria .thumbs ul li a:hover img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
#page_in .galeria .thumbs ul li .mask{
	width: 62px;
	float: left;
	display: block;
	height: 62px;
	position: absolute;
	top:0;
	left:0;
}
#page_in .galeria .thumbs ul li a:hover .mask,#page_in .galeria .thumbs ul li a.select .mask{
	height: 59px;
	border-bottom:3px solid #ea141d;
}
#page_in.fundacao .galeria .thumbs ul li a:hover .mask,#page_in.fundacao .galeria .thumbs ul li a.select .mask{
	border-bottom:3px solid #004389;
}
#page_in .galeria .thumbs ul li a.select, #page_in .galeria .thumbs ul li a.select:hover img{
	background-color: #ef868c;
}
#page_in.fundacao .galeria .thumbs ul li a.select, #page_in.fundacao .galeria .thumbs ul li a.select:hover img{
	background-color: #004389;
}
#page_in .galeria .thumbs ul li a.select:hover img{
	opacity:0.5;
}
.ie8 #page_in .galeria .thumbs ul li a.select:hover img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

#page_in .rodape{
	width: 940px;
	float: left;
	display: block;
	height: 32px;
	margin: 13px 0 0 30px;
	}
#page_in ul.caminho{
	width: 780px;
	float: left;
	display: block;
	height: 30px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	margin-left:-25px;	}
#page_in ul.caminho li{
	width: auto;
	float: left;
	display: block;
	height: 15px;
	margin: 7px 0;
	font-size: 11px;
	line-height: 15px;
	color: #787878;
	font-family: 'open_sansregular';
	}
#page_in ul.caminho li a{
	width: auto;
	float: left;
	display: block;
	height: 15px;
	font-size: 11px;
	line-height: 15px;
	color: #787878;
	padding: 0 14px 0;
	font-family: 'open_sansregular';
	}
#page_in ul.caminho li:first-child a{
	padding: 0 14px 0 0;
}
#page_in ul.caminho li a:hover{
	text-decoration: underline;
	}
#page_in ul.caminho li:last-child a{
	text-decoration: underline;
	color: #5a5a5a;
	}
#page_in a.voltar{
	float: left;
	height: 32px;
	display: block;
	width: 160px;
	background-color: #f8f8f;
	text-align: center;
}
#page_in a.voltar:hover{
	background-color: #e2e2e2;
}
#page_in a.voltar span{
	height: 32px;
	width: auto;
	text-align: center;
	color: #bbbbbb;
	font-size: 11px;
	line-height: 32px;
	font-family: 'montserratbold';
	text-transform: uppercase; 
	padding: 0 18px 0 0;
	background-image: url(images/voltar.png);
	background-position: right 3px;
	background-repeat: no-repeat;
}
#page_in a.voltar:hover span{
	color: #fff;
	background-position: right -20px;
}

#page_in .downloads{
	width: 700px;
	float: right;
	display: block;
	margin: 12px 30px 22px 0;
	border-bottom: 1px dotted #cdcdcd;
	}
#page_in .listagem .downloads{
	margin: 12px 0 27px 0;
	border-bottom: none;
	}
#page_in .listagem .downloads.simposio{
	margin: 0 0 27px 0;
	}
#page_in .downloads.documentos{
	margin: 23px 0 15px 0;
	}
#page_in .downloads .title{
	width: 140px;
	float: left;
	display: block;
	color: #464646;
	font-size: 21px;
	line-height: 27px;
	font-family: 'open_sanslight';
}
#page_in .downloads.documentos .title{
	padding: 0 10px;
	width: 680px;
	font-size: 19px;
	line-height: 23px;
	font-family: 'montserratregular';
	text-transform: uppercase;
	margin: 0 0 7px;
}
#page_in .downloads .coluna{
	width: 160px;
	float: left;
	display: block;
}
#page_in .downloads .botao{
	max-width: 100px;
	float: left;
	display: block;
	margin: 0 25px 0 0;
}
#page_in .downloads .botao:nth-child(4n){
	max-width: 40px;
}
#page_in .downloads .botao:last-child{
	margin: 0;
}
#page_in .listagem .download:hover{
	background-color: #fff;
}
#page_in .listagem .download.varios:hover{
	background-color: transparent;
}
#page_in .downloads .coluna:last-child{
	width: 540px;
	float: left;
	display: block;
}
#page_in .downloads .download{
	width: 100%;
	float: left;
	display: block;
	border-bottom: 1px dotted #cdcdcd;
	position: relative;
}
#page_in .downloads .download.noborder{
	border-bottom: 0;
}
#page_in .downloads .download:last-child, #page_in .downloads.medicamentos .download{
	border-bottom: none; 
}
#page_in .downloads .download.varios{
	border-bottom: 1px dotted #cdcdcd;
}
#page_in .downloads .artigo{
	width:220px;
	float: left;
	display: block;
	color: #787878;
	font-size: 13px;
	line-height: 23px;
	font-family: 'open_sansregular'; 
	padding: 5px 10px 6px;
}
#page_in .listagem .downloads .artigo{
	width:442px;
	color: #464646;
	font-size: 19px;
	font-family: 'montserratregular'; 
	padding: 0 10px 3px 0;
	text-transform: uppercase;
	line-height: 30px;
}

#page_in .listagem .downloads.medicamentos .artigo{
	width:460px;
}
#page_in .listagem .downloads.medicamentos .artigo.wide{
	width:100%;
}
#page_in .listagem .downloads.medicamentos .artigo small{
	font-size: 15px;
	color: #8c8c8c;
	font-family: 'open_sanslight';
	text-transform: none;
	padding: 0 0 0 10px;
	font-style: italic;
	display: inline-block; 
}
#page_in .listagem .downloads.medicamentos .varios .artigo small{
	line-height: 16px; 
}
#page_in .listagem .download.varios ul .artigo{
	color: #787878;
	font-size: 13px;
	font-family: 'open_sansregular';
	text-transform: none;
	line-height: 32px;
}
#page_in .listagem .download.varios .artigo{
	padding: 18px 10px 3px 10px;
	width: 210px;
}
#page_in .listagem .download.varios ul .artigo{
	padding: 0 10px 1px 0;
	width: 230px;
}
#page_in .listagem .download.varios ul li:first-child a{
	padding: 12px 10px 0;
}
#page_in .listagem .download.varios ul li:last-child a{
	border-bottom: none;
}

#page_in .downloads.documentos .artigo{
	color: #464646;
	font-size: 13px;
	font-family: 'open_sansregular'; 
	padding: 0;
	text-transform: none;
	line-height: 23px;
}
#page_in .downloads ul{
	width: 300px;
	float: left;
	display: block;
}
#page_in .listagem .downloads ul{
	width: 100%;
	float: right;
}
#page_in .listagem .download.varios ul{
	width: 470px;
}
#page_in .downloads.documentos ul{
	border-top: 1px dotted #cdcdcd;
}
#page_in .downloads ul li{
	width: 100%;
	float: left;
	display: block;
}

#page_in .downloads ul li a, #page_in .listagem .downloads ul li .taga{
	width: 280px;
	float: left;
	display: block;
	padding: 5px 10px 6px;
}

#page_in .listagem .downloads ul li a, #page_in .listagem .downloads ul li .taga{
	width: 680px;
	border-bottom: 1px dotted #cdcdcd;
	padding: 18px 10px 0; 
}

#page_in .listagem .downloads .zebenix{
	width: 100%;
	display: none;
	float: left;
	visibility: hidden;
	transition-property: visibility;
	transition-duration: 1s;
	transition-timing-function: ease-in;
}
#page_in .listagem .downloads .zebenix.open{
	display: block;
	visibility: visible;
	transition-property: visibility;
	transition-duration: 1s;
	transition-timing-function: ease-in;
}
#page_in .listagem .downloads a.posicao{
	width: auto;
	display: block;
	position: absolute;
	right: 0;
	top:1px;
	border: none;
	padding: 0 15px 0 20px;
	line-height: 51px;
	height: 51px;
	font-size: 13px;
	background-image: url(images/menu.png);
	background-position: right 22px;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
}
#page_in .listagem .downloads a.posicao:hover{
	background-position: right -11px;
}
#page_in .listagem .downloads.premio ul li a, #page_in .listagem .downloads.premio ul li .item{
	width: 100%;
	padding: 0; 
}
#page_in .listagem .download.varios ul li a{
	width: 450px;
	padding: 0 10px 0; 
}
#page_in .downloads.documentos ul li a{
	padding: 5px 10px 6px;  
}
#page_in .downloads ul li a span{
	padding: 0 17px 0 0;
	background-image: url(images/downloads.png);
	background-position: right 10px;
	background-repeat: no-repeat;
	color: #ea141d;
	font-size: 13px;
	line-height: 23px;
	font-family: 'open_sansregular';
	float: left;
}

#page_in .listagem .downloads ul li a span.artigo{
	background-image: none;
}
#page_in .listagem .downloads ul li a span.artigodown{
	padding: 0 17px 0 0;
	margin: 3px 0 0;
	background-position: right 8px;
}
#page_in.fundacao .listagem .downloads ul li a span.artigodown{
	background-position: right -36px;
}
#page_in .listagem .downloads.documentos ul li a span.artigodown{
	margin: 0;
}
#page_in.fundacao .downloads ul li a span{
	background-position: right -38px;
	color: #004389;
}
#page_in .downloads ul li a:hover{
	background-color: #fff;
}
#page_in .downloads.premio ul li a:hover{
	background-color: transparent;
}
#page_in .downloads ul li a span.num{
	padding: 13px 0 0;
	background-image: none;
	color: #c8c8c8;
	font-size: 63px;
	line-height: 63px;
	font-family: 'open_sanslight';
	float: left;
	width: 80px;
	height: 94px;
}
#page_in .downloads ul li span.titulo{
	padding: 0;
	background-image: none;
	color: #464646;
	font-size: 19px;
	line-height: 23px;
	font-family: 'montserratregular';
	float: left;
	width: 522px;
	height: auto;
	text-transform: uppercase;
	margin: 30px 0 0;
}
#page_in .downloads ul li span.autor{
	padding: 0;
	background-image: none;
	color: #8c8c8c;
	font-size: 13px;
	line-height: 21px;
	font-family: 'open_sansregular';
	/*float: right;*/
	float: left;
	width: 522px;
	height: auto;
}
#page_in .downloads ul li span.capa{
	padding: 0;
	background-image: none;
	float: left;
	width: 58px;
	height: 83px;
	border:1px solid #8d8d8d;
	margin: 24px 28px 12px 0;
	position: relative;
}
#page_in .downloads ul li span.mask{
	padding: 0;
	background-image: none;
	float: left;
	width: 58px;
	height: 83px;
	position: absolute;
	top:0;
	left:0;
	display: none;
}
#page_in .downloads ul li a:hover span.mask{
	background-color: #004389;
	opacity:0.6;
	display: block;	
}
.ie8 #page_in .downloads ul li a:hover span.mask{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);	
}
#page_in .downloads ul li a:hover span.mask.mais{
	opacity:1;
	background-color: transparent;
	color: #fff;
	line-height: 83px;
	font-family: 'open_sansregular';
	font-weight: bold;
	font-size: 43px;
	text-align: center;	
}
.ie8 #page_in .downloads ul li a:hover span.mask.mais{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);	
}
#page_in .downloads ul li a:hover span.capa{
	border:1px solid #2c547e;
}
#page_in .downloads a.noticia{
	width: 235px;
	float: left;
	display: block;
	margin: 0 10px 11px 0;
	height: 76px;
	padding: 10px 15px; 
	background-color: #fff;
}
#page_in .downloads a.noticia:hover{
	background-image: url(images/outra_noticia.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
}
#page_in.fundacao .downloads a.noticia:hover{
	background-position: left -106px;
}
#page_in .downloads a.noticia:last-child{
	margin: 0 0 11px;
}
#page_in .downloads a.noticia .posicao{
	width: 100%;
	float: left;
	display: block;
	height: auto;
	color: #ea141d;
	font-size: 10px;
	line-height: 15px;
	font-family: 'open_sansregular';
	text-transform: uppercase;
	margin: 1px 0 0;
}
#page_in.fundacao .downloads a.noticia .posicao{
	color: #004389;
}
#page_in .downloads a.noticia .titulo{
	width: 100%;
	float: left;
	display: block;
	height: auto;
	color: #5a5a5a;
	font-size: 13px;
	line-height: 15px;
	font-family: 'montserratbold';
	text-transform: uppercase;
	margin: 4px 0 0;
}
#page_in .downloads a.noticia .linha {
	margin: 7px 0 7px;
}
#page_in .downloads a.noticia:hover .titulo{
	color: #fff;
}

#page_in .listagem .categorias{
	float: left;
	display: block;
	width: 100%;
}
#page_in .listagem .resultados{
	float: left;
	display: block;
	width: 100%;
	color: #787878;
	font-size: 15px;
	line-height: 27px;
	font-family: 'open_sansregular';
	margin: 2px 0 0;
}
#page_in .listagem .categorias .st1{
	float: left;
	display: block;
	width: auto;
	color: #8c8c8c;
	font-size: 17px;
	line-height: 23px;
	font-family: 'montserratregular';
	text-transform: uppercase;
}
#page_in .listagem .categorias .st2{
	float: left;
	display: block;
	width: auto;
	color: #ea141d;
	font-size: 17px;
	line-height: 23px;
	font-family: 'montserratregular';
	text-transform: uppercase;
	margin: 0 0 0 4px;
}
#page_in.fundacao .listagem .categorias .st2{
	color: #004389;
}
#page_in ul.noticias{
	float: left;
	display: block;
	width: 100%;
	margin: 34px 0 0;
}
#page_in ul.noticias.medicamentos{
	margin: 25px 0 0;
}
#page_in ul.noticias.lista_edicoes{
	margin: 24px 0 0;
}

#page_in ul.noticias.edicoes{
	margin: 25px 0 0;
}
#page_in ul.noticias li{
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 10px;
}
#page_in ul.noticias.lista_edicoes li{
	width: 224px;
	min-height:225px;
	margin: 0 14px 15px 0;
	position: relative;
}
#page_in ul.noticias.multimedia li{
	width: 220px;
	height:219px;
	margin: 0 20px 20px 0;
	position: relative;
}
#page_in ul.noticias.multimedia.videos li{
	height:auto;
}
#page_in ul.noticias.medicamentos li{
	width: 345px;
	min-height:170px;
	margin: 0 10px 10px 0;
	position: relative;
}
#page_in ul.noticias.lista_edicoes li:nth-child(3n+3){
	margin: 0 0 15px 0;
}
#page_in ul.noticias.multimedia li:nth-child(3n+3){
	margin: 0 0 20px 0;
}
#page_in ul.noticias.medicamentos li:nth-child(2n+2){
	margin: 0 0 10px 0;
}
#page_in ul.noticias.lista_edicoes li:nth-child(3n+4), #page_in ul.noticias.multimedia li:nth-child(3n+4){
	clear:left;
}
#page_in ul.noticias.medicamentos li:nth-child(2n+3){
	clear:left;
}

#page_in ul.noticias li a{
	float: left;
	display: block;
	width: 100%;
	background-color: #fff;
	position: relative;
}
#page_in .pesquisa ul.noticias li a .mask{
	height: 149px;
}
#page_in ul.noticias li a .mask{
	float: left;
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 230px;
	height: 183px;
}

#page_in ul.noticias.multimedia li a .mask{
	width: 220px;
	height: 135px;
}
#page_in ul.noticias.multimedia.videos li a .mask{
	height: 95px;
}
#page_in ul.noticias.medicamentos li a .mask{
	width: 183px;
	height: 170px;
}
#page_in ul.noticias.lista_edicoes li a .mask{
	width: 224px;
	height: 138px;
}
#page_in ul.noticias li a:hover .mask{
	background-color: #ea141d;
	opacity:0.6;
}
.ie8 #page_in ul.noticias li a:hover .mask{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
#page_in.fundacao ul.noticias li a:hover .mask{
	background-color: #004389;
}
#page_in ul.noticias li a:hover .mask.line{
	background-color: transparent;
	opacity:1;
	border-top:1px solid #e01e27;
    border-left:1px solid #e01e27;
    border-bottom:1px solid #e01e27;
    width: 229px;
    height: 181px;
}
#page_in ul.noticias.multimedia.videos li a:hover .mask.line{
	border:none;
    width: 220px;
    height: 95px;
    background-image: url(images/player_video.png);
     background-position: center;
    background-repeat: no-repeat;
}
#page_in ul.noticias.multimedia li a:hover .mask{
	background-image: url(images/galeria.png);
    background-position: center;
    background-repeat: no-repeat;
}
#page_in ul.noticias.multimedia.sites li a:hover .mask{
	background-image: none;
}
#page_in ul.noticias.multimedia.videos li a:hover .mask{
	background-image: none;
}
.ie8 #page_in ul.noticias li a:hover .mask.line{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#page_in ul.noticias.medicamentos li a:hover .mask.line{
	width: 172px;
    height: 169px;
}
#page_in .pesquisa ul.noticias li a:hover .mask.line{
	height: 147px;
}
#page_in.fundacao ul.noticias li a:hover .mask.line{
	border-top:1px solid #004389;
    border-left:1px solid #004389;
    border-bottom:1px solid #004389;
}
#page_in ul.noticias.lista_edicoes li a:hover .mask.line{
	border-right:1px solid #004389;
	border-bottom:none;
	width: 222px;
    height: 137px;
}
#page_in ul.noticias li a:hover{
	background-color: transparent;
}

#page_in ul.noticias li .info{
	float: left;
	display: block;
	width: 660px;
	padding: 14px 19px 12px;
	position: relative;
	border:1px solid #fff;
}
#page_in ul.noticias.medicamentos li .info{
	width: 142px;
	border-left:0;
	padding: 10px 19px 10px 10px;
	min-height: 149px;
}
#page_in ul.noticias.lista_edicoes li .info{
	width: 184px;
	padding: 11px 19px 10px; 
	border-top:0;
}
#page_in ul.noticias.multimedia li .info{
	width: 100%;
	padding: 0; 
	border:0;
}

#page_in .pesquisa ul.noticias li .info{
	width: 900px;
}

#page_in ul.noticias li a:hover .info{
	background-color: #f27277;
	border:1px solid #ea141d;
}
#page_in ul.noticias.medicamentos li a:hover .info{
	border:1px solid #ea141d;
	border-left:none;
}

#page_in.fundacao ul.noticias li a:hover .info{
	background-color: #668eb8;
	border:1px solid #004389;
}

#page_in.fundacao ul.noticias.lista_edicoes li a:hover .info{
	border:1px solid #004389;
	border-top:none;
}
#page_in ul.noticias li a:hover .info.img, #page_in.fundacao ul.noticias li a:hover .info.img{
	border-left:none;
}
#page_in ul.noticias li .canto{
	position: absolute;
	top:-1px;
	right: -1px;
	width: 26px;
	height: 26px;
}
#page_in ul.noticias li a:hover .canto{
	background-image: url(images/canto.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#page_in.fundacao ul.noticias li a:hover .canto{
	background-position: right -26px;
}
#page_in ul.noticias li img{
	float: left;
	display: block;
}

/*#page_in ul.noticias.medicamentos li img{
	padding: 20px 0 20px 20px;
}*/
#page_in ul.noticias li .info.img{
	float: right;
	width: 430px;
	padding: 14px 19px 0 20px;
	min-height: 167px;
	border-left: none;
}
#page_in .pesquisa ul.noticias li .info.img{
	width: 670px;
	min-height: 133px;
}

#page_in ul.noticias li .data{
	float: left;
	display: block;
	width: 100%;
	color: #ea141d;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	font-family: 'open_sansregular';
}
#page_in.fundacao ul.noticias li .data{
	color: #004389;
}
#page_in ul.noticias li a:hover .data{
	color: #fff;
}
#page_in ul.noticias li .titulo{
	float: left;
	display: block;
	width: 100%;
	color: #5a5a5a;
	font-size: 19px;
	line-height: 19px;
	text-transform: uppercase;
	font-family: 'montserratregular';
	margin: 7px 0 0;
}
#page_in ul.noticias.multimedia li .titulo{
	color: #5a5a5a;
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	height: 25px;
	border-bottom: 1px dotted #cdcdcd;
	padding: 12px 0;
}
#page_in ul.noticias.multimedia.sites li .titulo{
	border-bottom: none;
	padding: 0;
	letter-spacing: -0.1px;
}
#page_in ul.noticias.multimedia.videos li .titulo{
	height: auto;
	border-bottom: none;
	padding: 7px 0 0;
}
#page_in .pesquisa ul.noticias li .titulo{
	font-size: 15px;
}
#page_in ul.noticias.edicoes li .titulo{
	width: 456px;
	color: #464646;
	line-height: 23px;
	margin: 2px 0 0;
}
#page_in ul.noticias li a:hover .titulo{
	color: #fff;
}
#page_in ul.noticias li .linha{
	margin: 7px 0 2px;
	width: 10px;
}
#page_in ul.noticias li .resumo{
	float: left;
	display: block;
	width: 100%;
	color: #787878;
	font-size: 11px;
	line-height: 15px;
	font-family: 'open_sansregular';
}
#page_in ul.noticias.videos li .resumo{
	color: #8c8c8c;
}
#page_in ul.noticias.medicamentos li .resumo{
	font-size: 13px;
}
#page_in ul.noticias li a:hover .resumo{
	color: #bc3c41;
}
#page_in ul.noticias.medicamentos li a:hover .resumo{
	color: #fff;
}

#page_in.fundacao ul.noticias li a:hover .resumo{
	color: #305882;
}
#page_in ul.noticias li .ler{
	float: left;
	display: block;
	width: auto;
	height:28px;
	color: #aaaaaa;
	font-size: 11px;
	line-height: 28px;
	font-family: 'open_sansregular';
	padding: 0 10px;
	background-color: #f8f8f8;
	margin: 10px 0 0;
}
#page_in ul.noticias.medicamentos li .ler{
	margin: 0;
	position: absolute; 
	left:10px;
	bottom: 10px;
}
#page_in ul.noticias.edicoes li .ler{
	float: right;
	margin: 9px 16px 0 0;
}
#page_in ul.noticias li a:hover .ler{
	color: #fff;
	background-color: #ea141d;
}
#page_in.fundacao ul.noticias li a:hover .ler{
	background-color: #004389;
}
#page_in ul.noticias li .info a{
	float: left;
	display: block;
	width: 200px;
	color: #ea141d;
	font-size: 13px;
	line-height: 33px;
	font-family: 'open_sansregular';
	padding: 0 10px;
	height: 33px;
	border-bottom: 1px dotted #cdcdcd;
	background-color: transparent;
}
#page_in ul.noticias li .info a:hover{
	background-color: #fff;
}
#page_in ul.noticias li .info a span{
	background-image: url(images/downloads.png);
	background-position: right 7px;
	background-repeat: no-repeat;
	padding: 0 17px 0 0;
}
#page_in a.mostrar{
	float: left;
	display: block;
	width: 698px;
	height: 30px;
	background-color: #eeeeee;
	border:1px solid #e4e4e4;
	text-align: center;
	color: #a0a0a0;
	font-size: 11px;
	line-height: 30px;
	font-family: 'montserratbold';
	text-transform: uppercase;
	margin: 10px 0 17px;
}
#page_in .pesquisa a.mostrar{
	width: 938px;
}
#page_in a.mostrar:hover{
	background-color: #e4e4e4;
	color: #787878;
}
#page_in .informacao{
	float: left;
	display: block;
	width: 100%;
	margin: 20px 0 0;
}
#page_in .informacao.dropbox{
	width: 680px;
	padding: 10px 10px 0;
	background-color: #fff;
}
#page_in .informacao .linha{
	margin: 5px 0 9px;
}

#page_in ul.tabs{
	float: left;
	display: block;
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #d8d8d8;
	padding: 0 0 1px;
	margin: 5px 0 0;
}
#page_in ul.tabs li{
	float: left;
	display: block;
	width: auto;
	height: 55px;
	margin: 0 2px 0 0;
}
#page_in ul.tabs li a{
	float: left;
	display: block;
	width: auto;
	height: 40px;
	background-color: #fff;
	color: #8c8c8c;
	font-size: 13px;
	line-height: 15px;
	text-shadow: 1px 1px 0 #fff;
	padding: 15px 20px 0;
	font-family: 'open_sansregular';
}
#page_in ul.tabs li a:hover{
	background-color: #dcdcdc;
	color: #646464;
}
#page_in ul.tabs li.select a{
	color: #646464;
	border-top:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	height: 41px;
	background-color: #f8f8f8;
}
#page_in .tabs_listagem{
	float: left;
	display: block;
	padding: 36px 0 0;
	width: 100%;
}
#page_in .tabs_listagem.medicamentos{
	padding: 10px 0 0;
}
#page_in .tab{
	float: left;
	display: block;
	width: 100%;
}

#page_in .areas_terapeuticas{
	width: 100%;
	height: auto;
	float: left;
	display: block;
	margin: 11px 0 0;
}
#page_in .areas_terapeuticas .area{
	width: 340px;
	height: auto;
	float: left;
	display: block;
	margin: 0 20px 26px 0;
}
#page_in .areas_terapeuticas .area:nth-child(2n+2){
	margin: 0 0 20px 0;
}
#page_in .areas_terapeuticas .area:nth-child(2n+3){
	clear:left;
}

#page_in .area a.imagem{
	width: 340px;
	height: 209px;
	float: left;
	display: block;
	position: relative;
	margin: 8px 0 0;
}
#page_in .area a.imagem .mask{
	width: 340px;
	height: 209px;
	float: left;
	display: none;
	position: absolute;
	top:0;
	left:0;
}
#page_in .area a.imagem:hover .mask{
	display: block;
	background-color: #ea141d;
	opacity:0.5;
}
.ie8 #page_in .area a.imagem:hover .mask{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
#page_in .area a.imagem:hover .mask.mais{
	display: block;
	background-color: transparent;
	opacity:1;
	color: #fff;
	font-family: 'open_sansregular';
	font-size: 60px;
	line-height: 209px;
	text-align: center;
}
.ie8 #page_in .area a.imagem:hover .mask.mais{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#page_in .area ul{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 11px 0 0;
}
#page_in .area ul li{
	display: block;
	float: left;
	width: 160px;
	height: auto;
	margin: 0 20px 0 0;
	border-bottom:1px dotted #cdcdcd;
}
#page_in .area ul li:nth-child(2n+2){
	margin:0;
}
#page_in .area ul li a{
	display: block;
	float: left;
	width: 140px;
	height: auto;
	padding: 6px 10px 7px;
	color: #ea141d;
	font-size: 13px;
	line-height: 21px;
	font-family: 'open_sansregular';
}
#page_in .area ul li a:hover{
	background-color: #fff;
}
#page_in .area ul li a span{
	float: right;
}

#page_in .conselhos{
	width: 100%;
	height: auto;
	float: left;
	display: block;
	margin: 15px 0 0;
}
#page_in .conselho{
	width: 100%;
	height: auto;
	float: left;
	display: block;
	margin: 0 0 30px 0;
}
#page_in .conselho .imagem{
	width: 140px;
	height: auto;
	float: left;
	display: block;
	margin: 0 20px 0 0;
}
#page_in .conselho .imagem img{
	float: left;
	display: block;
}
#page_in .conselho .info{
	width: 540px;
	height: auto;
	float: left;
	display: block;
	padding: 8px 0;
}
#page_in .conselho ul{
	width: 100%;
	height: auto;
	float: left;
	display: block;
	margin: 7px 0 0;
}
#page_in .conselho ul.small{
	width: 220px;
}
#page_in .conselho ul li{
	width: 100%;
	height: auto;
	float: left;
	display: block;
	border-bottom:1px dotted #cdcdcd;
}
#page_in .conselho ul li a{
	width: 520px;
	padding:5px 10px 7px;
	height: auto;
	float: left;
	display: block;
	color: #ea141d;
	font-size: 13px;
	line-height: 21px;
	font-family: 'open_sansregular';
}
#page_in .conselho ul.small li a{
	width: 200px;
}
#page_in .conselho ul li a span{
	padding:0 19px 0 0;
	background-image: url(images/downloads.png);
	background-position: right 6px;
	background-repeat: no-repeat;
}
#page_in .conselho ul li a:hover{
	background-color: #fff;
}

#page_in .medicamento{
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 12px;
}
#page_in .medicamento .coluna{
	float: left;
	display: block;
	width: 240px;
}
#page_in .medicamento .imagem{
	float: left;
	display: block;
	width: 460px;
	text-align: center;
}
/*#page_in .medicamento .imagem img{
	float: right;
}*/
#page_in .complementos{
	float: right;
	display: block;
	width: 700px;
	margin: 0 30px 18px;
}
#page_in .complementos .coluna{
	float: left;
	display: block;
	width: 220px;
	margin: 0 20px 0 0;
}
#page_in .complementos .coluna:last-child{
	margin: 0;
}
#page_in .complementos ul{
	float: left;
	display: block;
	width: 100%;
}
#page_in .complementos ul.imprensa li{
	float: left;
	display: block;
	width: 67px;
	height: auto;
	margin: 0 10px 10px 0;
}
#page_in .complementos ul.videos li, #page_in .complementos ul.down li{
	float: left;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}
#page_in .complementos ul.down li{
	margin: 0;
	border-bottom: 1px dotted #cdcdcd;
}
#page_in .complementos ul.imprensa li:nth-child(3n+3){
	margin: 0 0 10px;
}
#page_in .complementos ul li a{
	float: left;
	display: block;
	width: 100%;
	height: auto;
}
#page_in .complementos ul.down li a{
	padding: 4px 10px 6px;
	width: 200px;
	color: #ea141d;
	font-size: 13px;
	line-height: 23px;
	font-family: 'open_sansregular';
}
#page_in .complementos ul.down li a span{
	padding: 0 17px 0 0;
	background-image: url(images/downloads.png);
	background-position: right 6px;
	background-repeat: no-repeat;
}
#page_in .complementos ul.down li a:hover{
	background-color: #fff;
}

#page_in .complementos ul.imprensa li a .imagem{
	float: left;
	display: block;
	width: 67px;
	height: 95px;
	position: relative;
}
#page_in .complementos ul.videos li a .imagem{
	float: left;
	display: block;
	width: 100%;
	height: 95px;
	position: relative;
}
#page_in .complementos ul.imprensa li a .mask{
	display: none;
	width: 67px;
	height: 95px;
	position: absolute;
	top:0;
	left:0;
}
#page_in .complementos ul.videos li a .mask{
	display: none;
	width: 100%;
	height: 95px;
	position: absolute;
	top:0;
	left:0;
}
#page_in .complementos ul li a:hover .mask{
	display: block;
	background-color: #ea141d;
	opacity:0.6;
}
.ie8 #page_in .complementos ul li a:hover .mask{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
#page_in .complementos ul.imprensa li a:hover .mask.mais{
	background-color: transparent;
	opacity:1;
	color: #fff;
	font-size: 40px;
	line-height: 95px;
	text-align: center;
	font-family: 'open_sansregular';
}
#page_in .complementos ul.videos li a:hover .mask.mais{
	background-color: transparent;
	opacity:1;
	background-image: url(images/player_video.png);
	background-position: center;
	background-repeat: no-repeat;
}
.ie8 #page_in .complementos ul li a:hover .mask.mais{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#page_in .complementos ul li a .titulo{
	float: left;
	display: block;
	width: 100%;
	height: auto;
	color: #787878;
	font-size: 11px;
	line-height: 14px;
	font-family: 'open_sansbold';
	margin: 7px 0 0;
}
#page_in .complementos ul li a .resumo{
	float: left;
	display: block;
	width: 100%;
	height: auto;
	color: #8c8c8c;
	font-size: 11px;
	line-height: 12px;
	font-family: 'open_sansregular';
	padding: 0;
}
#page_in .contactos{
	width: 100%;
	float: left;
	display: block;
	margin: 18px 0 0;
}
#page_in .contactos .coluna{
	width: 220px;
	float: left;
	display: block;
	margin: 0 20px 0 0;
}
#page_in .contactos .coluna:last-child{
	margin: 0;
}
#page_in .contactos .coluna .titulo{
	width: 100%;
	float: left;
	display: block;
	color: #464646;
	font-size: 21px;
	line-height: 27px;
	font-family: 'open_sanslight';
	-webkit-text-stroke: 0.5px;
}
#page_in .contactos ul{
	width: 100%;
	float: left;
	display: block;
}
#page_in .contactos ul li{
	width: 100%;
	float: left;
	display: block;
	border-bottom: 1px dotted #cdcdcd;  
}
#page_in .contactos ul li a{
	width: 200px;
	float: left;
	display: block;
	padding: 7px 10px; 
	color: #ea141d;
	font-size: 13px;
	line-height: 17px;
	font-family: 'open_sansregular'; 
}
#page_in .contactos ul li a span{
	padding: 0 18px 0 0;
	background-image: url(images/downloads.png);
	background-repeat: no-repeat;
	background-position: right 7px; 
}
#page_in .contactos ul li a:hover{
	background-color: #fff; 
}
#page_in .colunize{
	
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	float: left;
	display: block;
	width: 100%;
	margin: 17px 0 0;
}
#page_in .colunize p{
float:none;
}
#page_in .mapa{
	float: left;
	display: block;
	width: 940px;
	height: 580px;
	margin: 23px 0 17px;
	position: relative;
}
#page_in .mapa .ponto{
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	cursor: pointer;
	background-image: url(images/pontos.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#page_in .mapa .ponto:hover{
	background-position: left -74px;
}
#page_in .mapa .ponto.bial{
	width: 22px;
	height: 32px;
	background-position: left -38px;
}
#page_in .mapa .ponto.bial:hover{
	background-position: left -101px;
}
#page_in .mapa .open{
	width: 250px;
	height: 77px;
	display: none;
	position: absolute;
	cursor: pointer;
	left:-32px;
	background-image: url(images/balao.png);
	background-position: left top;
	background-repeat: no-repeat;
	bottom:2px;
	cursor: default;
	z-index: 999;
}
#page_in .mapa .down .open{
	background-position: left -403px;
	top:10px;
}
#page_in .mapa .bial .open{
	background-position: left -480px;
	bottom:27px;
	height: 319px;
	left:-26px;
}
#page_in .mapa .bial.upper .open{
	background-image: url(images/balao_open.png);
	background-position: left top;
	height: 349px;
	top:31px;
}
#page_in .mapa .opened{
	display: block;
}
#page_in .mapa .open span{
	display: block;
	padding: 0 30px 0 25px;
	width: 195px;
	height: 56px;
	color: #fff;
	font-size: 14px;
	line-height: 56px;
	font-family: 'montserratbold';
	text-shadow: 2px 2px 0 #bb1d24;
}
#page_in .mapa .down .open span{
	padding: 6px 30px 0 25px;
}
#page_in .mapa .bial .open span{
	padding: 5px 30px 4px 25px;
	width: 195px;
	height: 55px;
	line-height: 55px;
	text-shadow: 2px 2px 0 #0b50ab;
}
#page_in .mapa .bial.upper .open span{
	padding: 9px 30px 4px 25px;
}
#page_in .mapa .open span.big{
	line-height: 22px;
	padding: 10px 30px 0 25px;
}
#page_in .mapa .bial .open span.big{
	padding: 18px 30px 4px 25px;
	height: 47px;
}

#page_in .mapa .open img{
	display: block;
	margin: 0 5px;
	float: left;
}
#page_in .mapa .open .morada{
	display: block;
	margin: 0 5px;
	float: left;
	width: 200px;
	padding: 0 20px 20px;
	font-size: 12px;
	line-height: 19px;
	color: #787878;
	font-family: 'open_sansregular';
}
#page_in .mapa .open .morada strong{
	color: #5a5a5a;
	font-size:14px;
	font-family: 'montserratbold';
	font-weight: normal;
}
#page_in .mapa .open .morada a{
	display: block;
	width: 100%;
	float: left;
	color: #ea141d;
	font-size: 13px;
	line-height: 25px;
	font-family: 'open_sansregular';
	text-shadow: 1px 1px 0 #fff;
}
#page_in .mapa .open .morada a:hover{
	text-decoration: underline;
}
#page_in .mapa .open .close{
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(images/pontos.png);
	background-position: left -20px;
	background-repeat: no-repeat;
	position: absolute;
	top:16px;
	right: 18px;
}
#page_in .mapa .down .open .close{
	top:21px;
}
#page_in .mapa .bial .open .close{
	background-position: left -136px;
	top:24px;
	right: 20px;
}
#page_in .mapa .open .close:hover{
	background-position: left -90px;
}
#page_in .mapa .bial .open .close:hover{
	background-position: left -148px;
}
#delegacoes{
	width: 100%;
	float: left;
	display: block;
	background-color: #eeeeee;
}
#delegacoes_in{
	width: 1000px;
	display: block;
	margin: 0 auto;
}
#delegacoes_in .delegacoes{
	width: 940px;
	float: left;
	display: block;
	margin: 37px 30px 17px;
}
#delegacoes_in .coluna{
	width: 220px;
	float: left;
	display: block;
	margin: 0 20px 0 0;
}
#delegacoes_in .colunas{
	width: 700px;
	float: left;
	display: block;
}
#delegacoes_in .coluna:nth-child(3n){
	margin: 0;
}
#delegacoes_in .coluna:nth-child(3n+4){
	clear:left;
}
#delegacoes_in .coluna .titulo{
	width: 100%;
	float: left;
	display: block;
	color: #5a5a5a;
	font-size: 17px;
	line-height: 19px;
	text-transform: uppercase;
	font-family: 'montserratregular';
}
#delegacoes_in .coluna .nome{
	width: 100%;
	float: left;
	display: block;
	color: #5a5a5a;
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
	font-family: 'montserratbold';
}
#delegacoes_in .coluna p{
	width: 100%;
	float: left;
	display: block;
	color: #787878;
	font-size: 13px;
	line-height: 19px;
	font-family: 'open_sansregular';
	padding: 0 0 19px;
}
#internacionais{
	width: 100%;
	float: left;
	display: block;
	background-color: #e4e4e4;
}
#internacionais_in{
	width: 1000px;
	display: block;
	margin: 0 auto;
}
#internacionais_in .internacionais{
	width: 940px;
	float: left;
	display: block;
	margin: 37px 30px 12px;
}
#internacionais_in .upper{
	width: 100%;
	float: left;
	display: block;
}
#internacionais_in .upper .titulo{
	width: 900px;
	float: left;
	display: block;
	color: #5a5a5a;
	font-size: 17px;
	line-height: 19px;
	text-transform: uppercase;
	font-family: 'montserratregular';
}
#internacionais_in .upper a.open{
	width: 20px;
	float: left;
	display: block;
	height: 20px;
	background-image: url(images/open.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#internacionais_in .upper a.open:hover{
	background-position: left -20px;
}
#internacionais_in .upper a.open.close{
	background-position: left -40px;
}
#internacionais_in .upper a.open.close:hover{
	background-position: left -60px;
}
#internacionais_in .bottom{
	width: 100%;
	float: left;
	display: none;
	margin: 18px 0 0;
	top:-100%;
	transition-property: top;
	transition-duration: 1s;
	transition-timing-function: ease-in;
}
#internacionais_in .bottom.opening{
	display: block;
	top:0;
	transition-property: top;
	transition-duration: 5s;
	transition-timing-function: ease-in;
}
#internacionais_in .bottom .bloco{
	width: 220px;
	float: left;
	display: block;
	margin: 0 20px 33px 0;
	position: relative;
	padding: 0 0 35px;
	min-height: 280px;
}
#internacionais_in .bottom .bloco.sem{
	margin: 96px 20px 30px 0;
	min-height: 184px;
}
#internacionais_in .bottom .bloco:nth-child(4n){
	margin: 0 0 30px 0;
}
#internacionais_in .bottom .bloco:nth-child(4n + 5){
	clear:left;
}
#internacionais_in .bloco .pais{
	width: 100%;
	float: left;
	display: block;
	color: #ea141d;
	font-size: 21px;
	line-height: 27px;
	font-family: 'open_sanslight';
	-webkit-text-stroke: 0.5px;
}
#internacionais_in .bloco .nome{
	width: 100%;
	float: left;
	display: block;
	color: #5a5a5a;
	font-size: 14px;
	line-height: 16px;
	font-family: 'montserratbold';
	text-transform: uppercase;
	margin: 8px 0 0;
	height: 38px;
}
#internacionais_in .bloco .morada{
	width: 100%;
	float: left;
	display: block;
	color: #787878;
	font-size: 13px;
	line-height: 19px;
	font-family: 'open_sansregular';
	margin: 17px 0 0;
}
#internacionais_in .bloco .morada a{
	color: #5a5a5a;
	text-decoration: underline;
}
#internacionais_in .bloco .morada a:hover{
	color: #EA141D;
}
#internacionais_in .bloco a.site{
	width: 100%;
	float: left;
	display: block;
	color: #ea141d;
	font-size: 13px;
	font-family: 'open_sansbold';
	line-height: 19px;
	margin: 20px 0 0;
}
#internacionais_in .bloco a.site:hover{
	text-decoration: underline;
	color: #5A5A5A;
}
#internacionais_in .bloco a.localizacao,#page_in .contactos .coluna a.localizacao,#delegacoes_in .delegacoes a.localizacao{
	width: 200px;
	padding:0 10px;
	float: left;
	display: block;
	color: #ea141d;
	font-size: 13px;
	font-family: 'open_sansregular';
	border-top:1px dotted #b9b9b9;
	border-bottom:1px dotted #b9b9b9;
	height: 33px;
	line-height: 33px;
	position: absolute;
	bottom: 0;
	left:0;
}
#page_in .contactos .coluna a.localizacao,#delegacoes_in .delegacoes a.localizacao{
	position:relative;
}
#internacionais_in .bloco a.localizacao:hover,#page_in .contactos .coluna a.localizacao:hover,#delegacoes_in .delegacoes a.localizacao:hover{
	background-color: #EEEEEE;
}
#internacionais_in .bloco a.localizacao span{
	padding: 0 18px 0 0;
	background-image: url(images/downloads.png);
	background-position: right 7px;
	background-repeat: no-repeat;
}
#formulario{
	width: 100%;
	float: left;
	display: block;
	background-color: #f8f8f8;
}
#formulario_in{
	width: 1000px;
	display: block;
	margin: 0 auto;
}
#formulario_in .informacao{
	width: 300px;
	display: block;
	float: left;
	margin: 37px 0 0 30px;
}
#formulario_in .informacao .titulo{
	width: 100%;
	display: block;
	float: left;
	color: #5a5a5a;
	font-size: 17px;
	line-height: 19px;
	text-transform: uppercase;
	font-family: 'montserratregular';
}
#formulario_in .informacao .resumo{
	width: 100%;
	display: block;
	float: left;
	color: #8c8c8c;
	font-size: 13px;
	line-height: 15px;
	font-family: 'open_sansregular';
	margin: 0 0 11px;
}
#formulario_in .informacao small{
	width: 100%;
	display: block;
	float: left;
	color: #b4b4b4;
	font-size: 11px;
	line-height: 13px;
	font-family: 'open_sansregular';
}
#formulario_in .formulario{
	width: 620px;
	display: block;
	float: left;
	margin: 37px 0 40px 20px;
}
#page_in .formulario{
	width: 700px;
	display: block;
	float: left;
	margin: 37px 0 0 0;
}
#formulario_in .formulario .coluna, #page_in .formulario .coluna{
	width: 300px;
	display: block;
	float: left;
	margin: 17px 20px 0 0;
}
#page_in .formulario .coluna{
	width: 340px;
}
#formulario_in .formulario .coluna:last-child, #page_in .formulario .coluna:last-child{
	margin: 17px 0 0;
}
#formulario_in .formulario label, #page_in .formulario label{
	width: 100%;
	display: block;
	float: left;
	color: #8c8c8c;
	font-size: 11px;
	line-height: 13px;
	font-family: 'open_sansregular';
	text-transform: uppercase;
}
#page_in .formulario label.inner{
	width: 300px;
	margin-left:40px;
}
#page_in .formulario label.grande{
	color: #004389;
	font-size: 15px;
	line-height: 27px;
	font-family: 'open_sansregular';
	text-transform: none;
	font-weight:700;
	text-indent: -0.5px;
}
#page_in .formulario .nota{
	width: auto;
	display: block;
	float: left;
	color: #787878;
	font-size: 13px;
	line-height: 14px;
	font-family: 'open_sansregular';
}
#page_in .formulario .nota_rodape{
	width: 40px;
	display: block;
	float: left;
	color: #004389;
	font-size: 21px;
	line-height: 27px;
	font-family: 'open_sansregular';
	font-style: italic;
	height: 100%;
}
#page_in .formulario .separador{
	width: 300px;
	display: block;
	float: left;
}
#page_in .formulario .titulo{
	width: 100%;
	display: block;
	float: left;
	color: #5a5a5a;
	font-size: 13px;
	line-height: 27px;
	font-family: 'montserratbold';
	text-transform: uppercase;
}
#page_in .formulario .resumo{
	width: 100%;
	display: block;
	float: left;
	color: #787878;
	font-size: 13px;
	line-height: 19px;
	font-family: 'open_sansregular';
}
#page_in .formulario .resumo.smaller{
	width: 660px;
	display: block;
	float: right;
	color: #787878;
	font-size: 11px;
	line-height: 14px;
	font-family: 'open_sansregular';
	margin: 10px 0 0;
}
#page_in .formulario .move{
	margin: 0 0 0 40px;
}
#page_in .formulario .moveup{
	margin-top: 25px;
}
#formulario_in .formulario label span, #page_in .formulario label span{
	color: #ea141d;
}
#page_in.fundacao .formulario label span{
	color: #004389;
}
#formulario_in .formulario input[type=text], #formulario_in .formulario textarea, #page_in .formulario input[type=text], #page_in .formulario textarea{
	width: 270px;
	padding:0 14px;
	height:30px;
	display: block;
	float: left;
	color: #8c8c8c;
	font-size: 13px;
	line-height: 30px;
	font-family: 'open_sansregular';
	border:1px solid #dcdcdc;
	margin: 6px 0 13px;
}
#page_in .formulario input[type=text], #page_in .formulario textarea{
	width: 310px;
	background-color: transparent;
}
#page_in .formulario input[type=text].wide{
	width: 672px;
}
#page_in .formulario input[type=text].inner{
	width: 270px;
	margin: 6px 0 13px 40px;
}
#formulario_in .formulario textarea, #page_in .formulario textarea{
	padding:7px 14px;
	height:144px !important;
	line-height: 15px;
	resize:none;
}
#formulario_in .formulario input[type=text]:focus, #formulario_in .formulario textarea:focus, #page_in .formulario input[type=text]:focus, #page_in .formulario textarea:focus{
	color: #646464;
	border:1px solid #ea141d;
}
#page_in.fundacao .formulario input[type=text]:focus, #page_in.fundacao .formulario textarea:focus{
	border:1px solid #004389;
}

#page_in input[type="radio"], #page_in input[type="checkbox"] {
    display:none;
}
#page_in input[type="radio"] + label span, #page_in input[type="checkbox"] + label span {
    display:inline-block;
    width:20px;
    height:21px;
    margin:-5px 20px 0 0;
    vertical-align:middle;
    background:url(images/radio.png) left top no-repeat;
    cursor:pointer;
}
#page_in input[type="radio"]:checked + label span, #page_in input[type="checkbox"]:checked + label span {
    background:url(images/radio.png) left -21px no-repeat;
}
input[disabled]{
	width: 272px;
	padding:0 14px;
	height:30px;
	display: block;
	float: left;
	color: #8c8c8c;
	font-size: 13px;
	line-height: 30px;
	font-family: 'open_sansregular';
	border:1px solid #dcdcdc;
	margin: 6px 0 0 40px;
	background-color: transparent;
}

.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 5px 0 0 40px;
	float: left;
}
.fileUpload span{
	cursor: pointer;
	width: auto;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	background-color: #c9c9c9;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	float: left;
	display: block;
}
.fileUpload:hover span{
	background-color: #004389;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
#formulario_in .formulario input[type=submit], #page_in .formulario input[type=submit]{
	width: auto;
	padding:0 15px;
	height:32px;
	display: block;
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 32px;
	font-family: 'montserratbold';
	text-transform: uppercase;
	background-color: #c9c9c9;
	cursor: pointer;
	margin-left:130px;
	/*margin: 3px 0 0;*/
}
#formulario_in .formulario input[type=submit]:hover, #page_in .formulario input[type=submit]:hover{
	background-color: #ea141d;
}
#page_in .formulario input[type=reset]{
	width: auto;
	padding:0 15px;
	height:32px;
	display: block;
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 32px;
	font-family: 'montserratbold';
	text-transform: uppercase;
	background-color: #c9c9c9;
	cursor: pointer;
	margin-left:20px;
	/*margin: 3px 0 0;*/
}
#page_in .formulario input[type=reset]:hover{
	background-color: #ea141d;
}
#page_in.fundacao .formulario input[type=submit]:hover{
	background-color: #004389;
}

.styled-select {
   width: 298px;
   height: 30px;
   overflow: hidden;
  border:1px solid #dcdcdc;
  background-image: url(images/select.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  margin: 6px 0 13px;
  float: left;
   }
   .styled-select select {
   background: transparent;
   width: 317px;
   padding: 5px 0 0 14px;
   border: 0;
   border-radius: 0;
   -webkit-appearance: none;
   height: 30px;
   float: left;
   display: block;
   color: #b4b4b4;
   font-size: 11px;
   text-transform: uppercase;
   font-family: 'open_sansregular';
  }
   .styled-select select option{
   width: 100%;
   padding: 0 10px;
   height: 20px;
   float: left;
   display: block;
   color: #b4b4b4;
   font-size: 11px;
   text-transform: uppercase;
   font-family: 'open_sansregular';
   line-height: 20px;
  }
#page_in .dropbox .styled-select {
   	width: 298px;
}
#page_in .styled-select {
   	width: 338px;
}
#page_in .styled-select select {
	width: 357px;
}
  
#page_in .dropbox .styled-select select {
	width: 317px;
}
  
footer {
	width: 100%;
	height: auto;
	float: left;
	display: block;
}

#rodape {
	width: 100%;
	height: 79px;
	float: left;
	display: block;
	background-color: #ebebeb;
	border-bottom: 1px solid #dcdcdc;
}

#rodape_in {
	width: 1000px;
	height: 80px;
	display: block;
	margin: 0 auto;
}

#rodape_in .patrocinios {
	width: auto;
	height: 60px;
	display: block;
	margin: 10px 30px 10px 0;
	float: right;
}

#rodape_in .patrocinios img {
	float: right;
	margin: 5px 0 0 47px;
}


#rodape_in .patrocinios img:first-child{
	margin: 0 0 0 47px;
}

#rodape_in .noventaanos {
	width: 290px;
	height: 68px;
	display: block;
	margin: 10px 0 0;
	border-top: 2px solid #ea141d;
	background-color: #fff;
	padding: 0 30px;
	float: left;
}

#rodape_in .noventaanos .st1 {
	width: 100%;
	height: auto;
	display: block;
	color: #a0a0a0;
	font-size: 33px;
	line-height: 33px;
	font-family: 'montserratbold';
	text-transform: uppercase;
	margin: 16px 0 0;
}

#rodape_in .noventaanos .st2 {
	width: 100%;
	height: auto;
	display: block;
	color: #ea141d;
	font-size: 21px;
	line-height: 21px;
	font-family: 'open_sanslight';
	-webkit-text-stroke: 0.5px;
	font-style: italic;
}

#footer {
	width: 100%;
	height: auto;
	float: left;
	display: block;
}

#footer_in {
	width: 1000px;
	height: auto;
	display: block;
	margin: 0 auto;
}

#footer_in .footer {
	width: 940px;
	height: 50px;
	display: block;
	float: left;
	border-top: 1px solid #e6e6e6;
	margin: 0 30px;
	padding:0 0 10px 0;
}

#footer_in .footer .globaz {
	width: auto;
	height: auto;
	display: block;
	float: right;
	margin: 13px 0 0;
}
#footer_in .footer .desenvolvido {
	width: auto;
	display: block;
	float: right;
	margin: 19px 8px 0 0;
	color: #8c8c8c;
	font-size: 9px;
	font-family: 'open_sansregular';
}

#footer_in .footer .bial {
	width: auto;
	height: auto;
	display: block;
	float: left;
	margin: 15px 0 0 0;
}

#footer_in .footer .direitos {
	width: auto;
	height: 50px;
	display: block;
	float: left;
	margin: 0 0 0 72px;
	color: #8c8c8c;
	font-size: 11px;
	line-height: 50px;
	font-family: 'open_sansregular';
}

#footer_in .footer ul.termos {
	width: auto;
	height: 50px;
	display: block;
	float: left;
}

#footer_in .footer ul.termos li {
	width: auto;
	height: 11px;
	display: block;
	float: left;
	margin: 19px 0 0;
	line-height: 11px;
	color: #dcdcdc;
}

#footer_in .footer ul.termos li a {
	width: auto;
	height: 11px;
	display: block;
	float: left;
	padding: 0 8px;
	font-size: 11px;
	line-heigth: 11px;
	color: #5a5a5a;
	font-family: 'open_sansregular';
}

#footer_in .footer ul.termos li a:hover {
	color: #ea141d;
}

#footer_in .mapa {
	width: 940px;
	height: auto;
	display: block;
	margin: 33px 30px 11px;
	float: left;
	/*max-height: 265px;
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	column-rule-width: 143px;
	-moz-column-width: 143px;
	-webkit-column-width: 143px;*/
}
#footer_in .mapa .coluna{
	width: 140px;
	height: auto;
	display: block;
	margin: 0 20px 0 0;
	float: left;
}
#footer_in .mapa .coluna:last-child{
	width: 300px;
	margin: 0;
}
/*
#footer_in .mapa .column{
	width: 140px;
	height: auto;
	display: block;
	padding: 0 20px 0 0;
	float: left;
}

#footer_in .mapa .column:nth-child(5n){
	width: 300px;
	padding: 0;
}
*/
#footer_in .mapa .redes_sociais {
	width: 140px;
	height: auto;
	display: block;
	margin: 0 0 20px;
	float: left;
}

#footer_in .mapa .redes_sociais span {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	color: #ea141d;
	font-size: 13px;
	line-height: 22px;
	font-family: 'montserratbold';
	text-transform: uppercase;
}

#footer_in .mapa .redes_sociais a.button {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	margin: 0 3px 0 0;
	background-image: url(images/redes_sociais2.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#footer_in .mapa .redes_sociais a.button:hover {
	background-position: left bottom;
}

#footer_in .mapa .redes_sociais a.button.yt {
	background-position: -33px top;
}

#footer_in .mapa .redes_sociais a.button.yt:hover {
	background-position: -33px bottom;
}
#footer_in .mapa .redes_sociais a.button.li {
	background-position: right top;
}

#footer_in .mapa .redes_sociais a.button.li:hover {
	background-position: right bottom;
}

#footer_in .mapa .fb {
	width: 300px;
	height: 35px;
	display: block;
	float: left;
}

#footer_in .mapa ul.links {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 22px;
	float: left;
}
#footer_in .mapa .column:first-child ul.links{
	margin: 0 0 60px;
}
#footer_in .mapa .column:nth-child(2n) ul.links:nth-child(2n) {
	margin: 0 0 35px;
}

#footer_in .mapa ul.links:nth-child(6n){
	margin: 0 0 45px;
}

#footer_in .mapa ul.links li {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

#footer_in .mapa ul.links li a {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	color: #5a5a5a;
	font-size: 11px;
	line-height: 22px;
	font-family: 'open_sansregular';
}

#footer_in .mapa ul.links li:first-child a {
	color: #5a5a5a;
	font-size: 13px;
	font-family: 'montserratbold';
	text-transform: uppercase;
}
#footer_in .mapa ul.links li a:hover {
	color: #ea141d;
}

.formulario_recruit{
	width: 700px;
	float: left;
	display: block;
	padding: 16px 0 0;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	margin: 18px 0 17px;
}
.formulario_recruit .upper{
	width: 100%;
	float: left;
	display: block;
}
.formulario_recruit .upper .titulo{
	width: 660px;
	float: left;
	display: block;
	color: #ea141d;
	font-size: 17px;
	line-height: 19px;
	text-transform: uppercase;
	font-family: 'montserratregular';
	cursor: pointer;
}
#page_in .formulario_recruit .linha {
	margin: 3px 0 15px;
	clear: left;
}
.formulario_recruit .upper a.open{
	width: 13px;
	float: left;
	display: block;
	height: 13px;
	background-image: url(images/open_small.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 3px 0 0;
}
.formulario_recruit .upper a.open:hover{
	background-position: left -13px;
}
.formulario_recruit .upper a.open.close{
	background-position: left -26px;
}
.formulario_recruit .upper a.open.close:hover{
	background-position: left -40px;
}
.formulario_recruit .bottom{
	width: 100%;
	float: left;
	display: none;
	top:-100%;
	transition-property: top;
	transition-duration: 1s;
	transition-timing-function: ease-in;
}
.formulario_recruit .bottom.opening{
	display: block;
	top:0;
	transition-property: top;
	transition-duration: 5s;
	transition-timing-function: ease-in;
}

#page_in .simposio .informacao p{
	font-size:13px;
	line-height: 18px;
	}
	
article.oport li{
	list-style:disc;
}
article.oport ul{
float:left;
	display:block;
	padding:0 0 0 20px;
	width:680px;
}

#eucookielaw{display:none;background-color:#EA141D;font-size:12px;float:left;width:100%; position: fixed;z-index: 99999;bottom:0;left:0;}
#eucookielaw_in{display:block;margin:0 auto;width:1000px;padding:5px 0;}
#eucookielaw_in p{color:#fff;float:left;line-height:31px;width:800px;}
#eucookielaw a#removecookie{background-color: #FFFFFF;
    background-image: url("images/saber_mais.png");
    background-position: right 9px;
    background-repeat: no-repeat;
    color: #AAAAAA;
    display: block; float: left;
    font-family: 'open_sansregular';
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    padding: 0 27px 0 10px;
    width: auto;
    cursor:pointer}
#eucookielaw a#removecookie:hover{
background-color: #EA141D;
    background-position: right -30px;
    color: #FFFFFF;
    height: 26px;
    border: 1px solid #fff;}
#eucookielaw .alinha{float:left;display:block;width:200px; margin: 0 0 5px 0;}
#eucookielaw a#more{display:block;height:21px;width:auto;float:left;clear:left;color:#000;font-size:10px;line-height:21px;text-decoration:underline;}
#eucookielaw a#more:hover{color:#fff;}

article ol{
	float:left;
	padding-left:16px;
}
article ol li{
	list-style:decimal;
}
article ul{
	float:left;
	padding-left:16px;
}
article ul li{
	list-style:disc;
}

/*#eucookielaw a#removecookie span{display:block;background-image:url("images/botao.png");background-position:right -333px;background-repeat:no-repeat;height:31px;color:#FFFFFF;font-size:13px;line-height:31px;padding:0 15px 0 0;width:auto;float:left;}
#eucookielaw a#removecookie:hover span{color:#D0112B;}*/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #000;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	background-color: #fff;
}

#fancybox-left,#fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico,#fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('images/fancybox.png') -55px -90px no-repeat;
}

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
	background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'fancybox/fancy_shadow_n.png', sizingMethod = 'scale' );
}

.fancybox-ie #fancybox-bg-ne {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'fancybox/fancy_shadow_ne.png', sizingMethod = 'scale' );
}

.fancybox-ie #fancybox-bg-e {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'fancybox/fancy_shadow_e.png', sizingMethod = 'scale' );
}

.fancybox-ie #fancybox-bg-se {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'fancybox/fancy_shadow_se.png', sizingMethod = 'scale' );
}

.fancybox-ie #fancybox-bg-s {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'fancybox/fancy_shadow_s.png', sizingMethod = 'scale' );
}

.fancybox-ie #fancybox-bg-sw {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'fancybox/fancy_shadow_sw.png', sizingMethod = 'scale' );
}

.fancybox-ie #fancybox-bg-w {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'fancybox/fancy_shadow_w.png', sizingMethod = 'scale' );
}

.fancybox-ie #fancybox-bg-nw {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'fancybox/fancy_shadow_nw.png', sizingMethod = 'scale' );
}

.resumo th{
border-bottom: 2px solid #cdcdcd;
text-transform: uppercase;
line-height: 40px;
padding:0 0 0 16px !important;
}
.resumo td {
    border-bottom: 1px solid #cdcdcd;
    line-height: 40px;
padding:0 0 0 16px !important;
}
.resumo td a{
    text-decoration:underline;
}
.resumo tr:nth-child(2n) {
    background-color:#f0f0f0;
}
#page2{
	float:left;
	width:100%;
}
#page2 #page_in{
    width: 1000px;
    margin: 50px auto 0px;
    display: block;
    z-index: 999;
    position: relative;
}

#page2 #page_in{
border-top:none;
}
/* DC */
#pageContactos .banners .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #6090b6;
	opacity: 0.6;
}
#pageContactos {
	width: 100%;
	float: left;
	display: block;
}
#pageContactos .banners{
	width: 100%;
	float: left;
	display: block;
	overflow:hidden;
	height: 480px;
	position: relative;
}
#pageContactos .banners{
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}
.ie8 #pageContactos .banners .mask {
	-ms-filter: "alpha(opacity=60)";
}
#pageContactos #page_in {
	width: 1000px;
	/*margin: 460px auto 0;*/
	display: block;
	border-top:5px solid #ea141d;
	z-index: 999;
	position: relative;
}
#pageContactos #page_in.second {
	border-top:none;
	background-color:#f8f8f8;
	overflow:hidden;
	padding-bottom:30px;
	width:100%;
}
#pageContactos #page_in .conteudo
{
margin:0;
}
#pageContactos .conteudo{
	width: 1000px;
	display: block;
	background-color: #fff;
}

#pageContactos .conteudo2{
	width: 1000px;
	display: block;
	background-color: #f8f8f8;
	margin:0 auto;
}
#pageContactos  #page2 .conteudo{
background-color:#f8f8f8;
}
#pageContactos{
background-color:#fff;
}
#pageContactos #page2 #page_in{
border-top:none !important;
margin-top:0;
}
#pageContactos #formulario{
background-color:#fff;
}
#pageContactos #page2{
background-color:#f8f8f8;
}
#pageContactos #page_in .informacao{
margin-left:25px;
}
#pageContactos #captchaBox{
float:none;
}
.imgCaptcha{
margin-left:90px;
}

#page_in .tabs_listagem.medicamentos.pequeno {
    background-color: rgb(233, 233, 233);
    padding: 10px 30px;
    font-size: 11px;
	box-sizing: border-box;
}
#page_in .tabs_listagem.medicamentos.pequeno p{
    line-height:16px;
}
.minusculas{text-transform:none !important;}

#faqs{
	float:left;
	width:100%;
}
#faqs li{
	float:left;
	width:100%;
	cursor:pointer;
	border-bottom:1px solid #e2e2e2;
	position:relative;
	padding-bottom:28px;
}
#faqs li:hover{
	background-color:#fff;
}
#faqs li:hover:before{
	content:'';
	display:block;
	position:absolute;
	width:20px;
	height:100%;
	left:-20px;
	top:0;
	background-color:#fff;
}
#faqs li:hover:after{
	content:'';
	display:block;
	width:20px;
	height:100%;
	position:absolute;
	right:-20px;
	top:0;
	background-color:#fff;
}

#faqs li .title{
	float:left;
	width:100%;
	height:100%;
	color:#004389;font-size:12px;
	font-family: 'montserratregular';
	padding:27px 0 0;
}
#faqs li .title:after{
	content:'';
	float:right;
	background:url(images/arrow-down.png) left top no-repeat;
	width:5px;
	height:7px;
	margin-top:10px;margin-right:5px;
}
#faqs li.open .title:after{
	background:url(images/arrow-up.png) left top no-repeat;
}
#faqs li .title span{
	float:left;
	width:25px;
	height:auto;
}
#faqs li .resposta{
	float:left;
	width:636px;
	display:none;
	color:#787878;font-size:13px;
	font-family:'open_sansregular';
	margin-left:25px;
	padding:5px 0 0 0;
}
#page_in #faqs li .resposta p{
	padding:0;
}
.download_faq{
	float:left;
	clear:left;
	color:#787878;font-size:13px;
	font-family:'open_sansregular';
	line-height:22px;
	background:url(images/pdf.png) left center no-repeat;
	padding-left:30px;
	min-height:20px;
	margin-bottom:10px;
}

.swiper-slide{
	border: 1px solid #ccc;
	border-radius: 8px;
}


.swiper-slide-prev{
	transform: translate3d(25px, 0px, -100px) rotateX(0deg) rotateY(-45deg) !important;
}

.swiper-slide-next{
	transform: translate3d(-25px, 0px, -100px) rotateX(0deg) rotateY(40deg) !important;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right{
	background-image: none !important;
}

.swiper-button-prev{
	background-image: url('../images/prev.png');
}

.swiper-button-next{
	background-image: url('../images/prev.png');
	transform: rotate(-180deg);
}