/*-----------------------------------------------------------------------------
autor: Luan Garcia

-----------------------------------------------------------------------------*/

/* =Reset
-----------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
fieldset {
	display:block;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul, li {
	list-style: none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	line-height: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}

legend {
	display: none;
}

/* INICIO HACKS
-----------------------------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	height:1%;
}

.clear {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
.replace {
	overflow: hidden;
}

.replace a {
	display:block;
	width: 100%;
	height: 100%;
}

.replace strong {
	position: absolute;
	top: -999px;
}

.fix {
	overflow: hidden;
	zoom: 1;
}

a, a:visited {
	text-decoration: none;
}

.fleft {
	display: inline;
	float: left;
}

.fright {
	display: inline;
	float: right;
}
/*-------------------------------------------------------*/
body {
	background: #a1adae url(../img/splash/splash_page.jpg) no-repeat top center;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 16px;
	position: relative;
}
.microwave {
	width: 16px;
	height: 38px;
	position: absolute;
	right: 15px;
	bottom: 22px;
}
.microwave a{
	background: url(../img/splash/microwave.png) no-repeat 0 0;
	width: 16px;
	height: 38px;
}
#Container {
	width: 718px;
	margin: 0 auto;
	padding: 96px 0 25px 0;
}
#Header {
	height: 264px;
}
h1 {
	background: url(../img/splash/roberto.png) no-repeat 0 0;
	width: 614px;
	height: 264px;
}
#Conteudo {
	padding: 22px 0 0 60px;
	width: 658px;
}
#RedesSociais {
	margin-bottom: 20px;
}
#RedesSociais li {
	width: 46px;
	margin-right: 17px;
}
#RedesSociais li a {
	display: block;
	width: 46px;
	height: 59px;
	position: relative;
}
#RedesSociais .tooltip {
	background: url(../img/splash/seta-tooltip.png) no-repeat 10px bottom;
	display: none;
	padding-bottom: 6px;
	position: absolute;
	top: -30px;
	left: 7px;
}
#RedesSociais .tooltip span {
	background-color:#000;
	color:#efefef;
	font-size: 10px;
	display: block;
	padding: 4px 10px;
	white-space: nowrap;
}
#Conteudo h2 {
	background: url(../img/splash/esta-na-hora-de-decidir.png) no-repeat 0 0;
	width: 386px;
	height: 33px;
	margin-bottom: 20px;
}
#Conteudo .txt {
	/*background: url(../img/splash/txt.png) no-repeat 0 0;*/
	color:#3c3c3c;
	font-size: 16px;
	line-height: 20px;
	width: 654px;
	/*height: 61px;*/
	margin-bottom: 75px;

}
#Conteudo .copyright {
	background: url(../img/splash/copyright.gif) no-repeat 0 0;
	width: 351px;
	height: 7px;
}