﻿#divLogo {
	cursor: pointer;
	position: relative;
	margin-top: 50px;
	height: 85px;
	background-image: url('/img/logo.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	width: 350px;
	max-width: 100%;
	float: left;
}

#divLogoTexto {
	position: relative;
	margin-top: 95px;
	font-family: Lucida Sans Unicode;
	color: #AEB2BA;
	font-size: 15px;
	line-height: 20px;
	min-height: 40px;
	float: left;
	margin-left: 20px;
	width: 355px;
	max-width: 100%;
}
@media(max-width:1200px) {
	#divLogo {
		margin-top: 15px;
	}

	#divLogoTexto {
		margin-top: 4px;
		margin-left: 0;
	}
}