/* Seccion para las pestañas de la pagina */
	#contenedor_pesta{
		background: #ededed;
		margin-top: -35px;
	}

	.tab_active{
		background: white;
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		border-top: 3px solid #ff7f27;
		line-height: 43px;
	}

	.tab_inactive{
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		line-height: 43px;
	}
	a{
		color: black;
		text-decoration: none;
		font-size: 13px;
	}

	a:hover, a:focus{
		color: #ff7f27;
		text-decoration: none;
	}

	#tab_buscqueda{
		margin: 5px auto -2px;
	}
	#input_buscador{
		border: none;
		height: 35px;
		margin-bottom: 2px;
	}
	@media (min-width: 768px){
		.navbar-form .form-control{
			width: 220px;
			font-size: 12px;
		}
	}
	.navbar-form{
		margin-bottom: 0px;
	}

	#btn_buscar{
		border: 0px;
		border-radius: 0px;
		height: 35px;
		background: #36a9e1;
		color: #fff;
		width: 54px;
	}

	#logo_buscar{
		font-size: 22px;
		top: 1;
		margin-right: 0px;
	}

/* --------------------------------- */
/*Contenido de la pagina*/
#contenedor_botones{
	margin-top: 43px;
	margin-bottom: 43px;
}
.boton_empresa{
	width: 229px;
	height: 45px;
	font-size: 18px;
	color: #FFF;
}
.boton_empresa_2{
	width: 290px;
	height: 45px;
	font-size: 18px;
	color: #FFF;
}
.icono_form{
	font-size: 18px;
}
#btn_contactar{
	background: #ff7f27;
	border-color: #ff7f27;
	margin-right: 10px;
	margin-left: 7px;
}

#btn_chat{
	background: #3e8acc;
	border-color: #3e8acc;
}
.content_descripcion{
	margin-top: 27px;
	margin-bottom: 27px;
}

#info_contacto{
	border-left: 1px solid #e3e3e3;
	margin-top: 41px;
}

#title_ubicacion{
	margin-top: 41px;
}

#title_sitioweb{
	margin-top: 12px;
}

.content_datos{
	border: 1px solid #e3e3e3;
	border-radius: 11px;
}
.title_descripcion{
	color: #ff7f27;
	font-weight: bold;
	text-align: center;
}

.text_descript{
	font-size: 20px;
	margin-left: 59px;
	line-height: 22px;
}

#contenedor_general_informacion{
	margin-bottom: 20px;
}
#sitio_web{
	margin-left: 26px;
	color: #3e8acc;
}

.content_sitioweb{
	margin-top: 47px;
}
/*------------------------------------------------*/


/* Estilo de banner de adsense de perfil empres */
.content_banner_verEmpres{
    padding-top: 7px;
	background-color: whitesmoke;
	margin: 10px 0;
	height: 116px;
}
.verEmpresa_adsense{
	max-width: 728px!important;
	margin: 0 auto;
	margin-bottom: 14px !important;
	text-align: center; 
}
.title_banner_verEmprea{
	margin-left: 23.1%;
	font-size: 9px;
	margin-bottom: 0;
	margin-top: 3px;
	padding-top: 3px;
}