/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
 height:100%; 
 overflow:hidden;
}
html, body{
 text-align: center;
  height:100%; 
  overflow:hidden;
 }
body  {
overflow-x:hidden;
 height:100%; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong{

	color:#3F3E41;
}

a:link {
	color:#969798;
	text-align:center;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:visited {
	color:#969798;
	text-align:center;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:hover{	
	color:#3F3E41;
	text-align:center;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:active {
	color:#969798;
	text-align:center;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a.vermais:link {
	color:#969798;
	text-align:right;
	font-family:Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:right;
	text-decoration:none;
}
a.vermais:visited {
	color:#969798;
	text-align:right;
	font-family:Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:right;
	text-decoration:none;
}
a.vermais:hover{	
	color:#3F3E41;
	text-align:right;
	font-family:Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:right;
	text-decoration:none;
}
a.vermais:active {
	color:#969798;
	text-align:right;
	font-family:Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:right;
	text-decoration:none;
}
a.linksfundo:link {
	color:#ffffff;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:10px;
	text-decoration:none;
}
a.linksfundo:visited {
	color:#ffffff;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:10px;
	text-decoration:none;
}
a.linksfundo:hover{	
	color:#000000;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:10px;
	font-weight:none;
	text-decoration:none;
}
a.linksfundo:active {
	color:#ffffff;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:10px;
	text-decoration:none;
}


#tudo{
	width:100%;
	height:100%;
	background-image:url(imagens/wallpaper1.jpg);
	background-repeat:no-repeat;
	background-size:100$ 100%;
}

#logo{
	
	margin-top:15px;
	margin-left:20px;
	float:left;
}


#menu{
	padding-top:15px;
	position:absolute;
	width:394px;
	right:0;
	left:0;
	margin-left:auto;
	margin-right:auto;
}

.bottom{
	width:70px;
	height:75px;
	padding:2px;
	background-color:#e30614;
	font-family:Arial, sans-serif;
	text-align:right;
}
.bot1{
	text-align:right;
	color:#ee6971;
	font-size:26px;
	font-weight:bold;
}
.bot2{
	text-align:right;
	color:#ffffff;
	font-size:8px;
	line-height:8px;
}
.top{
	width:70px;
	height:75px;
	padding:2px;
	background-color:#dadada;
	font-family:Arial, sans-serif;
	text-align:right;
}
.top1{
	text-align:right;
	color:#ababac;
	font-size:26px;
	font-weight:bold;
}
.top2{
	text-align:right;
	color:#878789;
	font-size:8px;
	line-height:8px;
}

.botao {
  position:relative;
  height:75px;
  width:70px;
  margin:0 auto;
  margin-right:10px;
  float:left;
  cursor:pointer;
}
.botao div {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.botao div.top:hover {
  opacity:0;
}
.botao div.top.pad{
	margin-top:20px;
}
.botao div.top p{
	margin-top:20px;
	line-height:8px;
}

.botao div.bottom p{
	margin-top:20px;
	line-height:8px;
}

#botaoficheiros {
  position:relative;
  width:130px;
  margin:0 auto;
  margin-right:10px;
  float:left;
  cursor:pointer;
  margin-top:20px;
}

#botaoficheiros div {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#botaoficheiros div.topf:hover {
  opacity:0;
}


#botaosolucoes {
  position:relative;
  width:160px;
  margin:0 auto;
  margin-right:10px;
  float:left;
  cursor:pointer;
  margin-top:10px;
}
#botaosolucoes div {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#botaosolucoes div.tops:hover {
  opacity:0;
}



#botaocases{
  position:relative;
  width:160px;
  margin:0 auto;
  margin-right:10px;
  float:left;
  cursor:pointer;
  height:40px;
}

#botaocases div {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#botaocases div.topc:hover {
  opacity:0;
}

a.sol:link{
	font-family:Arial, sans-serif;
	text-align:center;
	font-weight:normal;
}
a.sol:hover{
	font-family:Arial, sans-serif;
	text-align:center;
	font-weight:normal;
}

#ver{
	width:675px;
	height:100%;
	overflow:hidden;
	float:right;
	position:relative;
}
#colunaconteudo1{
	position:absolute;
	height:100%;
}
#colunaconteudo2{
	position:absolute;
	height:100%;
}
#colunadois{
	font-family:Arial, sans-serif;
	font-size:14px;
	padding-left:10px;
	float:left;
	margin-top:10px;
	height:100%;
	width:470px;
	left:0px;
}
#colunadoisn{
	font-family:Arial, sans-serif;
	font-size:14px;
	padding-left:25px;
	float:left;
	margin-top:10px;
	height:100%;
}
#colunatres{
	font-family:Arial, sans-serif;
	font-size:14px;
	/*border-left:solid;
	border-color:#969798;
	*/float:right;
	text-align:left;	
	font-weight:bold;
	height:100%;
	width:180px;
}


.bottomc{
	padding:5px;
	background-color:#E30614;
	font-family:Arial, sans-serif;
	width:155px;
	height:40px;
	text-align:center;
}
.topc{
	padding:5px;
	background-color:#3f3e41;
	font-family:Arial, sans-serif;
	width:155px;
	height:40px;
	text-align:center;
}
#botc{
	text-align:center;
	color:#ffffff;
	font-size:10px;
	text-transform:uppercase;
	background-color:#E30614;
}
#topc{
	text-align:center;
	color:#ffffff;
	font-size:10px;
	text-transform:uppercase;
	background-color:#3f3e41;
}


.bottoms{
	padding:5px;
	background-color:#E30614;
	font-family:Arial, sans-serif;
	width:155px;
	text-align:center;
}
.tops{
	padding:5px;
	background-color:#3f3e41;
	font-family:Arial, sans-serif;
	width:155px;
	text-align:center;
}
#bots{
	text-align:center;
	color:#ffffff;
	font-size:10px;
	text-transform:uppercase;
	background-color:#E30614;
}
#tops{
	text-align:center;
	color:#ffffff;
	font-size:10px;
	text-transform:uppercase;
	background-color:#3f3e41;
}

.bottomf{
	padding:5px;
	background-color:#E30614;
	font-family:Arial, sans-serif;
	width:118px;
	text-align:center;
}
.topf{
	padding:5px;
	background-color:#3f3e41;
	font-family:Arial, sans-serif;
	width:118px;
	text-align:center;
}
#botf{
	text-align:center;
	color:#ffffff;
	font-size:10px;
	background-color:#E30614;
}
#topf{
	text-align:center;
	color:#ffffff;
	font-size:10px;
	background-color:#3f3e41;
}



#bandeiras{
	position:absolute;
	top:15px;
	margin-right:20px;
	right:0px;
	float:right;
}
.bandeira{
	float:right;
	margin-left:10px;
}
#areacliente {
  position:relative;
  height:24px;
  width:70px;
  margin:0 auto;
  float:right;
  cursor:pointer;
  margin-top:40px;
  margin-right:20px;
}

#areacliente img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#areacliente img.cima:hover {
  opacity:0;
  
}
.cima{
	position:absolute;
}

.baixo{
	position:absolute;
}

#login{
	background-color:#edeeee;
	color:#969798;
	font-family:Arial, sans-serif;
	font-size:12px;
	height:150px;
	width:200px;
	visibility:hidden;
	margin:0 auto;

	text-align:left;
	padding:10px;

	position:absolute;
	_position:relative;
	margin-left:45%;
	margin-right:45%;
	top:200px;	
	z-index:100;
}
.titulo{
	color:#3f3e41;
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	float:left;
	clear:left;
	width:100%;
	margin-bottom:10px;
}
.texto-empresa{
	float:left;
	clear:left;
	width:100%;
	margin-bottom:30px;
}

#username{
	margin-top:2px;
	border-color:#3f3e41;
	border:solid;
	border-width:1px;
	width:200px;
	color:#969798;
	outline: none;
	margin-bottom:10px;
}
#password{
	margin-top:2px;
	border-color:#3f3e41;
	border:solid;
	border-width:1px;
	width:200px;
	color:#969798;
	outline: none;
}
#entrar{
	background-color:#3f3e41;
	display:block; 
	cursor:pointer;
	color:#969798;
	font-size:12px;
	line-height:20px;
	font-family:Arial, sans-serif;
	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
	padding-left:12px;
	padding-right:12px;
	border-collapse:collapse;
	border:none;
width:60px;
}
#entrar:hover{
	background-color:#E30614;
	display:block; 
	cursor:pointer;
	color:#ffffff;
	font-size:12px;
	line-height:20px;
	margin-top:10px;
	margin-bottom:5px;
	font-family:Arial, sans-serif;
	text-align:center;
	float:left;
	padding-left:12px;
	padding-right:12px;
	border-collapse:collapse;
	border:none;
width:60px;
}
#caixacentral{
	background-color:#dadada;
	display:block; 
	color:#969798;
	font-size:12px;
	line-height:20px;
	width:900px;
	height:500px;
	padding:10px;
	position:absolute;
	top:150px; 
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#titulocaixa{
	color:#3f3e41;
	font-family:Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-bottom:20px;
	float:left;
	width:100%;
}

#colunaesquerda{
	width:188px;
	padding:10px;
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#969798;
	line-height:12px;
	float:left;
	text-align:left;	
	padding-right:20px;
	border-right:solid;
	border-color:#E30614;
	height:480px;

}
#rodape{
	bottom:15px;
	margin-bottom:0px;
	width:100%;
	height:43px;
	max-height:43px;
	margin-left:0px;
	margin-right:0px;
	left:0px;
	position:absolute;
	right:0px;
	text-align:center;
	display:inline-block;
	*display:inline;
}
#barrafundonoticias{
	background-image:url(imagens/fundo-trans.png);
	background-size:100% 50px;
	background-repeat:repeat-x;
	color:#ffffff;
	font-family:Arial, sans-serif;
	font-size:12px;
	padding:3px;
	padding-left:65px;
	display:inline-block;
	width:100%;
}
#menufundo{
	display:inline-block;
	height:10px;
	margin-left:20%;
	margin-right:20%;
	margin:0 auto;
	*display:inline;
}
.menufundoie{
	display:inline-block;
	height:10px;
	margin-left:20%;
	margin-right:20%;
}
#redes{
	float:left;
	margin-left:4px;
	color:#000000;
	font-size:12px;
	padding-bottom:1px;
	height:10px;
	display:inline-block;
	*display:inline;
}
#abe{
	float:right;
	margin-right:4px;
	color:#000000;
	display:inline-block;
	*display:inline;
	height:10px;
	right:4px;
	position:absolute;
}
#barrafundo{
	background-color:#e30614;
	color:#ffffff;
	text-align:center;
	height:22px;
	font-family:Arial, sans-serif;
	font-size:10px;
	bottom:0px;
	width:100%;
	padding-top:3px;
	position:absolute;
	position:relative;
	margin-bottom:0px;
}
.as{
	color:#E30614;
	font-family:Arial, sans-serif;
	font-soze:12px;
	visibility:hidden;
}





/* 
	Resets defualt browser settings
	reset.css
*/

/*
	Page Style
*/

#container {
	width:470px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#frame {
	position:absolute;
	z-index:0;
	width:470px;
	height:480px;
	top:-3px;
	left:-80px;
}

#example {
	width:470px;
	height:480px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:634px;
	height:480px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	/*padding:20px;
	*/width:470px;
	height:480px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:410px;
	width:24px;
	height:60px;
	display:block;
	z-index:101;
}

#slides .next {
	left:610px;
}

/*
	Pagination

*/
.pagination {
	width:100px;
}

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

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	//background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


			.boxgrid{ 
				width: 634px; 
				height: 480px; 
				float:left; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10px Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 130px; 
				width: 565px; 
				opacity: .8;
				color:#ffffff;
				font-family:Arial, sans-serif;
				font-size:12px;
				padding-top:10px;
				line-height:12px;
				
				padding-right:35px;
				text-align:justify;
				padding-left:35px;
				top:500px;
				word-wrap:break-word;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.caption .boxcaption {
 					top: 345px;
 					left: 0;
 				}
 				
 #description {
   	height:455px;
    width: 180px;
    overflow: hidden;
    position: absolute;
	font-family:Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	text-align:left;
}
.btn-close{
	float:right;
	z-index:10;
	cursor:pointer; 
	position:absolute;
	right:10px;
	top:10px;
}
.title-news{
	float:left;
	position:absolute; 
	left:10px; 
	font-weight:bold;
}
.social{
	float:left;  
	margin-left:5px;
}
.link-wrapper{
	padding-top:3px; 
	float:left;
	padding-left:10px;
	padding-right:10px;
}
.linksfundo{
	cursor:pointer;
}
.abe{
	padding-top:3px;
}

.datas{
	width:162px;
}
#myForm{
	margin-top: 10px;
    float: left;
}
.lupa{
	float: right;
    top: 15px;
    position: absolute;
	right: 130px;
}

#2020{
	position: fixed;
    bottom: 50px;
    right: 10px;
}