@charset "ISO-8859-1";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height:100%;
}
body {
	margin:0;
	background-color:#ffffff;
	height:100%;
}
body, td, th {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size:14px;
	color: #484848;
	font-weight:400;
	line-height:16px;
	text-shadow:none;
	text-transform:none;
	text-decoration:none;
}
a {
	text-decoration: none;
	outline:none;
	color: #484848;
	background-color:transparent;
}
a:hover {
	outline:none;
	color:#fcc10b;
}
img {
	display:block;
	border:none;
}
form {
	margin:0px;
	padding:0px;
}
b, strong {
	font-weight:700;
}
ul, li {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
a, button, input.submit, input[type="submit"], input[type="reset"], input[type="button"] {
	-moz-transition: background-color 0.2s linear, color 0.2s linear;
	-o-transition: background-color 0.2s linear, color 0.2s linear;
	-ms-transition: background-color 0.2s linear, color 0.2s linear;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
}



/* CONTAINERS */
.container, .container2, .container3, .container-fluid {
	width:100%;
	min-width:1000px;
	margin:0 auto;
	padding:0;
}
.container2 {
	max-width:1280px;	
}
.row {
	width:100%;
	position:relative;
	clear: left;
	display:table;
}
.container100 {
	width:100%;
}
.col-3, .col-1, .col-2, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	/*float: left;*/
	position:relative;
	padding:0;
}
.padd-l10 {padding-left:10px;}
.padd-l20 {padding-left:20px;}
.padd-r10 {padding-right:10px;}
.padd-r20 {padding-right:20px;}

.col-in {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}

.col-12 {
  width: 100%;
  float:left;
}
.col-11 {
  width: 91.66666667%;
  float:left;
}
.col-10 {
  width: 83.33333333%;
  float:left;
}
.col-9 {
  width: 75%;
  float:left;
}
.col-8 {
  width: 66.66666667%;
  float:left;
}
.col-7 {
  width: 58.33333333%;
  float:left;
}
.col-6 {
  width: 50%;
  float:left;
}
.col-5 {
  width: 41.66666667%;
  float:left;
}
.col-4 {
  width: 33.33333333%;
  float:left;
}
.col-3 {
  width: 25%;
  float:left;
}
.col-2 {
  width: 16.66666667%;
  float:left;
}
.col-1 {
  width: 8.33333333%;
  float:left;
}


.max_320 {
	max-width:320px !important;
}



/* TOPO */
.tp_logo {
	background:url(imgs/elem/logo_bg.jpg);
	height:104px;
}
.tp_logo img {
	width:100%;
	height:auto;
	/*max-width:314px;*/
}
.tp_linguas_bg {
	background-color:#fcc10b;
}
.tp_linguas a {
	font-size:13px;
	color:#585858;
	font-weight:300;
	line-height:24px;
	padding:0 6px;
}
.tp_linguas a:hover {
	color:#ffffff;	
}
.tp_linguas_sel a {
	font-size:13px;
	color:#ffffff;
	font-weight:300;
	line-height:24px;
	padding:0 6px;
}

.menu_topo {
	height:29px;
}
.menu_topo a {
	background:url(imgs/elem/menu_bg_vazio.gif);
	display:block;
	color: #424242;
	font-size:16px;
	padding:0 15px;
	line-height:29px;
	
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.menu_topo a:hover{
	color:#fcc10b;
	background:url(imgs/elem/menu_bg.gif);
}
.menu_topo_sel {
	background:url(imgs/elem/menu_bg.gif);
	height:29px;
}
.menu_topo_sel a {
	display:block;
	color: #fcc10b;
	font-size:16px;
	padding:0 15px;
	line-height:29px;
}


.loja_visitar{
	padding:9px 20px 0 20px;
	line-height:24px;
}
.loja_visitar_txt1{
	color: #424242;
	font-size:20px;
}
.loja_visitar_txt2{
	color: #7e7e7e;
	font-size:12px;
}
.loja_visitar_img{
	text-align:right;
}
@media only screen and (max-width: 1150px) {
	.loja_visitar_img{
		display:none;
	}
}


.separacao_topo_content {
	height:40px;
}
.padding_content_1 {
	padding:0px 20px 20px 40px;
}
.padding_content_2 {
	padding:0px 40px 20px 20px;
}
.padding_content_tit {
	padding-left:40px;
}
@media only screen and (max-width: 1150px) {
	.separacao_topo_content{
		height:20px;
	}
	.padding_content_1 {
		padding:0px 20px 20px 20px;
	}
	.padding_content_2 {
		padding:0px 20px 20px 20px;
	}
	.padding_content_tit {
		padding-left:20px;
	}
}


.menu_categorias {
	background:url(imgs/elem/menu_bg_vazio.gif);
	width:auto;
	border:1px solid #dfdfdf;
	border-right:none;
	display:inline-block;
	float:left;
	margin-top:-1px;
}

.menu_categorias a {
	display:block;
	color: #7e7e7e;
	font-size:14px;
	background-color:#FFFFFF;
	line-height:42px;
	padding:0 30px;
	text-align:center;
	white-space:nowrap;
	
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.menu_categorias a:hover{
	color:#2e2d2d;
	background-color:#fcc10b;
}

.menu_categorias_sel {
	background:url(imgs/elem/menu_bg_vazio.gif);
	width:auto;
	border:1px solid #dfdfdf;
	border-right:none;
	display:inline-block;
	float:left;
	margin-top:-1px;
}
.menu_categorias_sel a {
	display:block;
	color: #2e2d2d;
	font-size:14px;
	background-color:#fcc10b;
	line-height:42px;
	padding:0 30px;
	text-align:center;
	white-space:nowrap;
	
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}


/* IMAGENS LATERAIS */
.img100 {
	overflow:hidden;
	position:relative;	
}
.img100 img {
	width:100%;
	height:auto;
}

.imagem_lateral_txt1 {
	position:absolute;
	width:100%;
	text-align:center;
	padding:0 20px;
	margin-top:40px;
}
.imagem_lateral_txt1_2 {
	display:inline-table;
}
.imagem_lateral_txt1_3 {
	color: #ffffff;
	font-size:28px;
	line-height:32px;
	vertical-align:center;
}
.imagem_lateral_txt1_link {
	cursor:pointer;
}
.imagem_lateral_txt1_link:hover .imagem_lateral_txt1_3{
	color: #4a4a4a;
}

.imagem_lateral_txt2 {
	position:absolute;
	width:100%;
	text-align:left;
	padding:0 20px;
	margin-top:-80px;
}
.imagem_lateral_txt2_2 {
	display:inline-table;
}
.imagem_lateral_txt2_3 {
	color: #ffffff;
	font-size:28px;
	line-height:32px;
	vertical-align:left;
}
.imagem_lateral_txt2_link {
	cursor:pointer;
}
.imagem_lateral_txt2_link:hover .imagem_lateral_txt2_3{
	color: #fcc10b;
}

.imagem_lateral_txt3 {
	position:absolute;
	width:100%;
	text-align:left;
	padding:0 20px;
}
.imagem_lateral_txt3_2 {
	display:table-cell;
}
.imagem_lateral_txt3_3 {
	color: #ffffff;
	font-size:16px;
	line-height:20px;
	vertical-align:left;
}

.imagem_lateral_txt3_link {
	cursor:pointer;
}
.imagem_lateral_txt3_link:hover .imagem_lateral_txt3_3{
	color: #fcc10b;
}


@media only screen and (max-width: 1150px) {
	.imagem_lateral_txt1_3 {
		color: #ffffff;
		font-size:22px;
		line-height:26px;
		vertical-align:center;
	}
	.imagem_lateral_txt2 {
		position:absolute;
		width:100%;
		text-align:left;
		padding:0 20px;
		margin-top:-60px;
	}
	.imagem_lateral_txt2_3 {
		color: #ffffff;
		font-size:22px;
		line-height:26px;
		vertical-align:left;
	}
	.imagem_lateral_txt3_3 {
		color: #ffffff;
		font-size:14px;
		line-height:18px;
		vertical-align:left;
	}
}




/* BANNERS HOMEPAGE */
.banner_home_tit {
	color: #b4b4b4;
	font-size:26px;
	line-height:30px;
}
.banner_home_txt {
	color: #484848;
	font-size:14px;
	line-height:17px;
}


.banner_homepage {
  width: 100%;
  float:left;
  display:table;
}
.banner_homepage_1 {
  width: 50%;
  left:0;
  padding:0px 30px;
  text-align:left;
  vertical-align:middle;
  display:table-cell;
}
.banner_homepage_2 {
  width: 50%;
  right:0;
  display:table-cell;
}
.banner_homepage_2 img {
	width:100%;
	height:auto;
}
.banner_homepage_3 {
  width: 50%;
  right:0;
  padding:0px 30px;
  text-align:left;
  vertical-align:middle;
  display:table-cell;
}
.banner_homepage_4 {
  width: 50%;
  left:0;
  display:table-cell;
}
@media only screen and (min-width: 1281px) {
	.banner_homepage {
	  width: 49%;
	  float:left;
	}
	.banner_homepage:last-child {
		float:right;
		right:0;
	}
	.banner_homepage_1 {
	  width: 50%;
	  float:left;
	  padding:15px 20px 0 30px;
	  text-align:left;
	  vertical-align:top;
	}
	.banner_homepage_2 {
	  width: 50%;
	  float:right;
	}
	.banner_homepage_3 {
	  width: 50%;
	  float:left;
	  padding:15px 20px 0 30px;
	  text-align:left;
	  vertical-align:top;
	}
	.banner_homepage_4 {
	  width: 50%;
	  float:right;
	}
}


.banner_homepage_link {
	cursor:pointer;
}
.banner_homepage_link_img {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
}
.banner_homepage_link_bt {
	cursor:pointer;
	font-size: 18px;
	color: #ffffff;
	line-height:36px;
	text-shadow:none;
	text-decoration:none;
	background-color:#fcc10b;
	border: 1px solid #fcc10b;
	outline:none;
	min-width:120px;
	height:36px;
	padding:0px 15px;
	text-align:center;
	cursor:pointer;
	-moz-transition: background-color 0.2s linear, color 0.2s linear !important;
	-o-transition: background-color 0.2s linear, color 0.2s linear !important;
	-ms-transition: background-color 0.2s linear, color 0.2s linear !important;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear !important;
	transition: background-color 0.2s linear, color 0.2s linear !important;
}
.banner_homepage_link:hover .banner_homepage_link_img{
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	filter: alpha(opacity=70);
}
.banner_homepage_link:hover .banner_homepage_link_bt{
	background-color:#ffffff;
	border: 1px solid #484848;
	color:#484848;
}



/* RODAPÉ */
.separacao_rodape {
	height:60px;
}
.separacao_rodape_2 {
	height:30px;
}
.newsletter_tit {
	color: #4a4a4a;
	font-size:26px;
	line-height:30px;
}

.news_input {
	background:none;
	border:0;
	font-size:18px;
	color:#4a4a4a;
	line-height:30px;
	text-align:center;
	outline:none;
}

.footer {
	height:70px;
	background:url(imgs/elem/footer_bg.gif) repeat;
}
.footer_txt1 {
	color: #fcc10b;
	font-size:16px;
	line-height:35px;
	padding-left:25px;
}
.footer_txt2 {
	color: #ffffff;
	font-size:14px;
	line-height:35px;
}
.footer_txt2_1, .footer_txt2_1 a {
	color: #8f8f8f;
	font-size:12px;
	line-height:35px;
}
.footer_txt2_1 a:hover {
	color: #fcc10b;
	font-size:12px;
	line-height:35px;
}

.footer_txt3 {
	cursor:pointer;
}
.footer_txt3_txt {
	color: #537bbd;
	font-size:16px;
	line-height:35px;
	padding-right:10px;
}
.footer_txt3:hover .footer_txt3_txt{
	color: #fcc10b;
}



/* CONTACTOS */
.titulos {
	color: #4a4a4a;
	font-size:26px;
	line-height:30px;
}
.cont_mapa, .cont_mapa iframe {
	width:100% !important;
	height:400px !important;
}
.cont_form {
	width:60%;
}

.border-botoes, .border-botoes2 {
	font-size: 14px;
	color: #ffffff;
	line-height:22px;
	text-shadow:none;
	text-transform:uppercase;
	letter-spacing:0.1em;
	text-decoration:none;
	background-color:#4a4a4a;
	border: 1px solid #4a4a4a;
	outline:none;
	min-width:98px;
	height:36px;
	padding:0px 25px;
	cursor:pointer;
	-moz-transition: background-color 0.2s linear, color 0.2s linear !important;
	-o-transition: background-color 0.2s linear, color 0.2s linear !important;
	-ms-transition: background-color 0.2s linear, color 0.2s linear !important;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear !important;
	transition: background-color 0.2s linear, color 0.2s linear !important;
}
.border-botoes:hover {
	background-color:#ffffff;
	border: 1px solid #4a4a4a;
	color:#4a4a4a;
}
.border-botoes2 {
	background-color:#ffffff;
	border: 1px solid #4a4a4a;
	color:#4a4a4a;
}
.border-botoes2:hover {
	background-color:#4a4a4a;
	color: #ffffff;
}
.form_contactos, .form_contactos2 {
	font-size: 12px;
	width: 100%;
	border: 1px solid #dfdfdf;
	color: #484848;
	height:28px;
	margin:3px 0px;
	resize:none;
	padding:10px 11px;
	outline:none;
	-moz-transition: border-color 0.5s linear;
	-o-transition: border-color 0.5s linear;
	-ms-transition: border-color 0.5s linear;
	-webkit-transition: border-color 0.5s linear;
	transition: border-color 0.5s linear;
}
.form_contactos2 {
	height:100px;	
}
.form_campos {
	line-height:28px;	
}
@media only screen and (max-width: 1150px) {
	.form_contactos {
		padding:5px 11px;
		height:28px;
	}
	.form_contactos2 {
		padding:5px 11px;
		height:70px;	
	}
	.border-botoes, .border-botoes2 {
		min-width:78px;
		height:34px;
		padding:0px 15px;
		letter-spacing:normal;
	}
	.form_campos {
		line-height:30px;	
	}
}



/* NOTICIAS */
.noticias_tit {
	font-size:20px;
	color:#4a4a4a;
	line-height:24px;
	font-weight:700;
}
.noticias_data {
	font-size:14px;
	line-height:20px;
	text-decoration: none;
	color: #4a4a4a;	
	font-weight:700;
}
.noticias_resumo {
	font-style:italic;		
}
.noticias_texto {
	font-size:14px;
	color: #484848;
	line-height:16px;	
}
.padding_content_noticia {
	padding:0 40px;
}
@media only screen and (max-width: 1150px) {
	.padding_content_noticia {
		padding:0 20px;
	}
}
.noticias_link {
}
.noticias_link a {
	padding:10px 15px;
	font-size:14px;
	display:block;
	background-color:#fcc10b;
	color:#ffffff;
	
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.noticias_link a:hover {
	background-color:#4a4a4a;
}
.noticias_img img {
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;		
}
.noticias_img:hover img {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
   filter: alpha(opacity=50);
   opacity: 0.5;	
}



/* SERVIÇOS */

.servico_img100 img {
	width:100%;
	height:auto;
}
.servicos_img_2 img {
	width:100%;
	height:auto;
	
}
@media only screen and (min-width: 1281px) {
	.servico_img100 img {
		width:auto;
		max-height:596px;
	}
}

@media only screen and (max-width: 1280px) {
	.cont_servicos {
		width:60%;
	}
}

.padding_quem_somos_lista {
	padding:50px;
}

.padding_servicos_lista {
	padding:50px;
}
.padding_servicos_1 {
	padding:50px 50px 0 0;
}
.servicos_lo_tit {
	color: #484848;
	font-size:26px;
	line-height:30px;
}
.servicos_lo_txt {
	color: #a4a4a4;
	font-size:17px;
	line-height:26px;
}
@media only screen and (max-width: 1150px) {
	.padding_quem_somos_lista {
		padding:10px 30px;
	}
	
	.padding_servicos_lista {
		padding:20px;
	}
	.padding_servicos_1 {
		padding:50px 50px 0 0;
	}
	.servicos_lo_tit {
		color: #484848;
		font-size:24px;
		line-height:28px;
	}
	.servicos_lo_txt {
		color: #a4a4a4;
		font-size:16px;
		line-height:20px;
	}
}
.servicos_lo_link {
	cursor:pointer;
}
.servicos_lo_link_img {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
}
.servicos_lo_link_bt {
	cursor:pointer;
	font-size: 16px;
	color: #484848;
	line-height:30px;
	text-shadow:none;
	text-decoration:none;
	background-color:#fcc10b;
	border: 1px solid #fcc10b;
	outline:none;
	min-width:100px;
	height:30px;
	padding:0px 15px;
	text-align:center;
	cursor:pointer;
	-moz-transition: background-color 0.2s linear, color 0.2s linear !important;
	-o-transition: background-color 0.2s linear, color 0.2s linear !important;
	-ms-transition: background-color 0.2s linear, color 0.2s linear !important;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear !important;
	transition: background-color 0.2s linear, color 0.2s linear !important;
}
.servicos_lo_link:hover .servicos_lo_link_img{
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	filter: alpha(opacity=70);
}
.servicos_lo_link:hover .servicos_lo_link_bt{
	background-color:#ffffff;
	border: 1px solid #484848;
	color:#484848;
}
.servicos_det_tit {
	color: #484848;
	font-size:24px;
	line-height:28px;
}
.servicos_det_txt {
	color: #484848;
	font-size:15px;
	line-height:18px;
}
.servicos_det_bt {
	cursor:pointer;
	font-size: 16px;
	color: #fcc10b;
	line-height:30px;
	text-shadow:none;
	text-decoration:none;
	background:url(imgs/elem/pedir_orc_bg.gif);
	background-color:#fcc10b;
	border: 0px solid #fcc10b;
	outline:none;
	min-width:156px;
	height:30px;
	padding:0px 17px;
	text-align:center;
	cursor:pointer;
	-moz-transition: background-color 0.2s linear, color 0.2s linear !important;
	-o-transition: background-color 0.2s linear, color 0.2s linear !important;
	-ms-transition: background-color 0.2s linear, color 0.2s linear !important;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear !important;
	transition: background-color 0.2s linear, color 0.2s linear !important;
}
.servicos_det_bt:hover{
	color:#ffffff;
}


.servicos_height_tr {
	height:40px;
}

@media only screen and (max-width: 1300px) {
	.padding_servicos_lista {
		padding:30px;
	}
	.servicos_det_tit {
		color: #484848;
		font-size:20px;
		line-height:24px;
	}
	.servicos_det_txt {
		color: #484848;
		font-size:13px;
		line-height:16px;
	}
	.servicos_height_tr {
		height:20px;
	}	
}



/* CATEGORIAS */

.categoria_img100 img {
	width:100%;
	height:auto;
}
.categoria_img_2 img {
	width:100%;
	height:auto;
	
}
@media only screen and (min-width: 1281px) {
	.categoria_img100 img {
		width:auto;
		max-height:596px;
	}
}

@media only screen and (max-width: 1280px) {
	.cont_categoria {
		width:60%;
	}
}

.padding_categoria_lista {
	padding:50px;
}
.padding_categoria_1 {
	padding:50px 50px 0 0;
}


.categoria_fd_tit {
	color: #484848;
	font-size:26px;
	line-height:30px;
}
.categoria_fd_txt {
	color: #a4a4a4;
	font-size:17px;
	line-height:28px;
}
@media only screen and (max-width: 1150px) {
	.padding_categoria_lista {
		padding:20px;
	}

	.padding_categoria_1 {
		padding:30px 30px 0 0;
	}
	.categoria_fd_tit {
		color: #484848;
		font-size:24px;
		line-height:28px;
	}
	.categoria_fd_txt {
		color: #a4a4a4;
		font-size:16px;
		line-height:20px;
	}
}



.categoria_tp_tit {
	color: #484848;
	font-size:24px;
	line-height:28px;
}
.categoria_tp_txt {
	color: #484848;
	font-size:15px;
	line-height:18px;
}
.categoria_height_tr {
	height:40px;
}


.categoria_tp_bt_1 {
	cursor:pointer;
	line-height:20px;
	background-color:#fcc10b;
	min-width:300px;
	height:82px;
	text-align:center;
}
.categoria_tp_bt_1_tit {
	color: #ffffff;
	font-size:14px;
	line-height:20px;
	font-weight:700;
}
.categoria_tp_bt_1_txt {
	color: #484848;
	font-size:18px;
	line-height:24px;
}
.categoria_tp_bt_1:hover {
	background-color:#dfdfdf;
}
.categoria_tp_bt_1:hover .categoria_tp_bt_1_tit {
	color: #484848;
}


.categoria_tp_bt_2 {
	cursor:pointer;
	line-height:20px;
	background:url(imgs/elem/pedir_orc_bg_2.gif);
	min-width:300px;
	height:82px;
	text-align:center;
}
.categoria_tp_bt_2_tit {
	color: #ffffff;
	font-size:14px;
	line-height:20px;
	font-weight:700;
}
.categoria_tp_bt_2_txt {
	color: #fcc10b;
	font-size:18px;
	line-height:24px;
}
.categoria_tp_bt_2:hover {
	background:url(imgs/elem/fill.gif);
	background-color:#dfdfdf;
}
.categoria_tp_bt_2:hover .categoria_tp_bt_2_tit, .categoria_tp_bt_2:hover .categoria_tp_bt_2_txt {
	color: #484848;
}



@media only screen and (max-width: 1300px) {
	.padding_categoria_lista {
		padding:30px;
	}
	.categoria_tp_tit {
		color: #484848;
		font-size:20px;
		line-height:24px;
	}
	.categoria_tp_txt {
		color: #484848;
		font-size:13px;
		line-height:16px;
	}
	.categoria_height_tr {
		height:20px;
	}
}


.categoria_fd_link_bt {
	cursor:pointer;
	font-size: 16px;
	color: #484848;
	line-height:30px;
	text-shadow:none;
	text-decoration:none;
	background-color:#fcc10b;
	border: 1px solid #fcc10b;
	outline:none;
	min-width:100px;
	height:30px;
	padding:0px 15px;
	text-align:center;
	cursor:pointer;
	-moz-transition: background-color 0.2s linear, color 0.2s linear !important;
	-o-transition: background-color 0.2s linear, color 0.2s linear !important;
	-ms-transition: background-color 0.2s linear, color 0.2s linear !important;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear !important;
	transition: background-color 0.2s linear, color 0.2s linear !important;
}
.categoria_fd_link_bt:hover {
	background-color:#ffffff;
	border: 1px solid #484848;
	color:#484848;
}


.visitas_altura{
	max-width:318px;
	width:100%;
	/*height:auto;*/
	height:87px;
}
.visitas_altura_bg_pt{
	background:url(imgs/elem/lateral_contactos_pt.png);
	background-size:cover;
	cursor:pointer;
	/*background-repeat:no-repeat;
	background-position:top right;*/
	
	-webkit-transition: all 0.3s linear !important;
	-ms-transition: all 0.3s linear !important;
	-o-transition: all 0.3s linear !important;
	-moz-transition: all 0.3s linear !important;
	transition: all 0.3s linear !important;
}
.visitas_altura_bg_pt:hover{
	background:url(imgs/elem/lateral_contactos_pt_.png);
	background-size:cover;
}
.visitas_altura_bg_uk{
	background:url(imgs/elem/lateral_contactos_uk.png);
	background-size:cover;
	cursor:pointer;
	/*background-repeat:no-repeat;
	background-position:top right;*/
	
	-webkit-transition: all 0.3s linear !important;
	-ms-transition: all 0.3s linear !important;
	-o-transition: all 0.3s linear !important;
	-moz-transition: all 0.3s linear !important;
	transition: all 0.3s linear !important;
}
.visitas_altura_bg_uk:hover{
	background:url(imgs/elem/lateral_contactos_uk_.png);
	background-size:cover;
}
@media only screen and (max-width: 1500px) {
	.visitas_altura{
		height:86px;
	}
}
@media only screen and (max-width: 1150px) {
	.visitas_altura{
		height:85px;
	}
}

.menu_seguir_1_pt{
	display:table-cell;
	width:34%;
	background:url(imgs/elem/lateral_seguir_1_pt.png);
	background-size:cover;
}
.menu_seguir_1_uk{
	display:table-cell;
	width:34%;
	background:url(imgs/elem/lateral_seguir_1_uk.png);
	background-size:cover;
}
.menu_seguir_2{
	display:table-cell;
	width:20%;
	background:url(imgs/elem/lateral_seguir_2.png);
	background-size:cover;
	cursor:pointer;
	
	-webkit-transition: all 0.3s linear !important;
	-ms-transition: all 0.3s linear !important;
	-o-transition: all 0.3s linear !important;
	-moz-transition: all 0.3s linear !important;
	transition: all 0.3s linear !important;
}
.menu_seguir_2:hover{
	background:url(imgs/elem/lateral_seguir_2_.png);
	background-size:cover;
}
.menu_seguir_3{
	display:table-cell;
	width:21%;
	background:url(imgs/elem/lateral_seguir_3.png);
	background-size:cover;
	cursor:pointer;
	
	-webkit-transition: all 0.3s linear !important;
	-ms-transition: all 0.3s linear !important;
	-o-transition: all 0.3s linear !important;
	-moz-transition: all 0.3s linear !important;
	transition: all 0.3s linear !important;
}
.menu_seguir_3:hover{
	background:url(imgs/elem/lateral_seguir_3_.png);
	background-size:cover;
}
.menu_seguir_4{
	display:table-cell;
	width:20%;
	background:url(imgs/elem/lateral_seguir_4.png);
	background-size:cover;
	cursor:pointer;
	
	-webkit-transition: all 0.3s linear !important;
	-ms-transition: all 0.3s linear !important;
	-o-transition: all 0.3s linear !important;
	-moz-transition: all 0.3s linear !important;
	transition: all 0.3s linear !important;
}
.menu_seguir_4:hover{
	background:url(imgs/elem/lateral_seguir_4_.png);
	background-size:cover;
}
.menu_seguir_5{
	display:table-cell;
	width:5%;
	background:url(imgs/elem/lateral_seguir_5.png);
	background-size:cover;
}

.animationcss img{	
	-webkit-transition: all 0.3s linear !important;
	-ms-transition: all 0.3s linear !important;
	-o-transition: all 0.3s linear !important;
	-moz-transition: all 0.3s linear !important;
	transition: all 0.3s linear !important;
}

.div_100 {
	display: table;
	width: 100%; 
	margin: auto;
}