/* Styles
--------------------------------*/
* {
  border: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
}
a {
	color: white;
}
html,
body {
  height: 100%;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  background-color: #1a6e45;
}

#logo {
	display: block;
	margin: 0 auto;
	padding: 70px 70px 10px 70px;
	text-align: center;
}
.subtitle {
	padding: 35px;
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	display: block;
	letter-spacing: 3px;
}
#content {
	width: 100%;
}
table {
	width: 1000px;
	margin: 0 auto;
}
#container {
	width: 1100px;
	height: 200px;
	margin: 0 auto;
	display: inline-block;
}
#empresa{
	text-align: center;
}
.qimg {
	position: relative;
	top: -5px;
	left: -15px;
}
#quote{
	font-size: 18px;
	color: white;
	line-height: 34px;
}
#footer {
	background-color: #11462c;
	position: fixed;
	bottom:0;
	height: 70px;
	width: 100%;
}
#footer ul {
	color: white;
	display: block;
	margin: 15px auto 10px;
	width: 800px;
}
#footer ul > li {
	display: inline-block;
	border-left: 1px solid white;
	padding: 0px 15px;
}
#footer ul > li:first-child{
	border-left: none;
}
#footer #label {
	color: white;
	text-align: center;
}