@charset "UTF-8";
/* CSS */

img{border:0;}
a:link {color: #373342;}
a:visited {color: #373342;}
a:hover {color: #54505b;}
a:active {color: #373342;}
a{text-decoration:none;font-weight:400;}
body{
	margin:0;
	padding:0;
	font-family:'Conv_Gotham-Light', Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:100;
	background:url(../images/bg.png) repeat left top;
	color:#373342;
	}
hr{
	position:relative;
	margin:0;
	padding:0;
	border:0;
	width:97%;
	height:1px;
	
	margin:10px 0;
	border-top:1px solid #89807a;
	}
.bold{
	font-family: 'Conv_Gotham-Medium';
	font-size:12px;
	}
.menor{
	font-size:12px;
	}
#meio{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-500px; /*width*/
	margin-top:-317px; /*height*/
	width:1200px;
	height:634px;
	background:url(../images/fundo-home.png) no-repeat center center;
	}
.gallery{
	margin-left:27px;
	}
#conteudo{
	position:absolute;
	left:240px;
	width:320px;
	line-height:16px;
	height:100%;
	padding:155px 0 0 0;
	
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}
.social{
	position:relative;
	float:left;
	margin:0 20px;
	}
.social:first-child{
	margin:0 20px 0 0;
	}
.social:hover{
	-webkit-filter: sepia; /*sepia, hue-rotate, invert....*/
	-webkit-filter: brightness(60%);
		}
.bottom{
	position:absolute;
	width:100%;
	height:100px;
	bottom:80px;
	}