@charset "utf-8";
body {
	font: normal 13px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-attachment: fixed;
	background-color: #f7f7f7;
	background-image: url(../imagens/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body#home{
	background-color: #f7f7f7;
	background-image: url(../imagens/fundo_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
h1{
	font-weight:normal;
	color: #1C45AE;
}
h2{
	font-weight: normal;
	color: #D94B26;
}
p{
	line-height:1.8em;
	text-align:justify;
}
a img { 
	border: none;
}
a:link, a:visited {
	color: #42413C;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color:#036;
}

.container {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

.header {
	height: 200px;
	background:url(../imagens/bg_header.png) 0 180px repeat-x;

}
#home .header {
	height: 200px;
	background:none;	
}
.logo{
	display:block;
	position:absolute;
	left: 1px;
	top: 30px;
}
.content {

	padding: 10px 0;
}

/* ~~ The footer ~~ */
.footer {
	padding: 30px 0 10px;
	background: url(../imagens/bg_header.png) 0 0 repeat-x;
	position: relative;
	clear: both;
}
.rodape {
	width: 100%;
	overflow: hidden;
}
.rodape h2 {
	padding: 0;
	line-height: 1.2em;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
	/* [disabled]text-transform: uppercase; */
	font-family: museo, Arial;
	text-shadow: -1px -1px #FFF;
}

	.rodape h2 span {
	display: block;
	margin: -7px 0 0 0;
	padding: 0 0 0 39px;
	line-height: 1.2em;
	font-size: 0.5em;
	color: #060;
	}
.col-1, .col-2, .col-3{
	float:left;
	overflow: hidden;
	height: 150px;
}
.col-1 {
	width: 300px;
	padding: 0 15px 0 0px;
	border-right: 1px dashed #666;
}
.col-2 {
	width: 420px;
	padding: 0 10px;
	border-left: 1px dashed #FFF;
	border-right: 1px dashed #666;
}
.col-3 {
	width: 180px;
	padding-left: 15px;
	border-left: 1px dashed #FFF;
}
.creditos {
	background-color: #1B1B1B;
	padding: 20px 0;
	font-size: 11px;
	color: #FFF;
}
.agbrasil {
	width: 600px;
	margin: 10px auto;
}
.overflow ul {
	float: left;
	/* [disabled]width: 124px; */
	list-style: none;
}
.overflow li{
	margin-bottom: 4px;
}
.overflow .primeira {
	margin-right: 40px;
}
.rodape a {
	color: #666;
	text-decoration: none;
}
.footer p{
	padding:0;
	margin-bottom: 2px;
}
/*fim footer*/


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*filme*/
div.filme{
	height: 490px;
	width: 970px;
	overflow:hidden;
	position: relative;
	margin-bottom: 15px;
}
.fund_filme{
	background:url(../imagens/bordas.png) center top no-repeat;
	position:absolute;
	top:209px;
	left:-2px;
	z-index:6;
	width:100%;
	height:488px;
}
div.filme img {
	margin: 15px;
	
	
}
/*fim filme*/
.fones {
	position: absolute;
	left: 590px;
	top: 47px;
	line-height: 1.8em;
	font-size: 14px;
	width: 343px;
	color: #2452B4;
	text-shadow: 1px 1px #fff;
	font-weight: bold;
	height: 53px;
	padding-left: 42px;
	background:url(../imagens/fone.png) 0 0 no-repeat;
}
.home {
	height: 191px;
}
.top {
	width: 1069px;
	height: 27px;
	position: absolute;
	left: -48px;
	background:url(../imagens/top.png) 0 0 no-repeat;
}
.img-inter {
	float: right;
	margin-left: 20px;
}
.fones_home {
	position: absolute;
	left: 590px;
	top: 47px;
	line-height: 1.8em;
	font-size: 14px;
	width: 343px;
	color: #FFF;
	text-shadow: 1px 1px;
	font-weight: bold;
	height: 53px;
	padding-left: 42px;
	background:url(../imagens/fone.png) 0 0 no-repeat;
}
