﻿/*
================================================================================
LOPES
================================================================================
css/estilo.css :: estilos CSS
--------------------------------------------------------------------------------
Criacao: 12/07/10				  |  Autor: Guilherme Bezrutchka <guilhermeb@vegait.com.br>
--------------------------------------------------------------------------------
Ultima Alteracao: 13/07/10		  |  Autor: Guilherme Bezrutchcka <guilhermeb@vegait.com.br>
--------------------------------------------------------------------------------
		Criacao do arquivo
================================================================================
				ALTERACOES MAIS ANTIGAS NO RODAPE DO ARQUIVO
================================================================================
*/

html{
	height:100%;	
}

body{
	width:100%;
	height:100%;
	margin:0px auto;
	background:#ffffff url('../img/bg-body.jpg') repeat-x top;
}

	/* ESTRUTURA */ 
	
#master{ 
	width:1007px;
	height:auto;
	margin:0px auto;
	}
#conteudo{
	width:1007px;
	height:auto;
	margin:0px auto;
	overflow:hidden;
}
.conteudo-texto{
	width:977px;
	height:auto;
	overflow:hidden;
	padding:30px 15px 0px 15px;
	margin:0px auto;

}
#texto-lopes{
	width:640px;
	height:auto;
	text-align:justify;
	float:left;
}
p{
	font:normal 12px/150% Arial, Verdana, Geneva, Tahoma, sans-serif;
	color:#444444;
	text-align:justify;
}

.destaque{
	width:310px;
	height:180px;
	float:left;
	margin:0px 23px 0px 0px;
	background:#ffffff url('../img/th-home.jpg') no-repeat bottom;	
	overflow:hidden;
}

.destaque p{	
	width:auto;
	height:auto;
	font:normal 12px/17px Arial, Verdana, Geneva, Tahoma, sans-serif;
	color:#444444;
	text-align:justify;
	overflow:hidden;
	padding:30px 15px 26px 15px;
	margin:0px auto;
		
}
.bt{
	width:auto;
	height:30px;
	float:right;
	margin:0px 10px 0px 0px;
	
}
.ttl{
	width:auto;
	height:20px;
	margin:0px auto;
	overflow:hidden;
}
*html.ttl{
	margin:0px auto;
}
#imagem-destaque{
	width:auto;
	height:93px;
	overflow:hidden;
	margin:14px 0px 0px 5px;
	overflow:hidden;
}
*html.ttl{
	margin:0px auto;
}

/*#rodape{
	width:1007px;
	height:35px;
	background:url('../img/img-barra-rodape.jpg') no-repeat bottom;
	margin:0px auto;
    text-align:center;
    position:absolute; 
    bottom:0px;
    overflow:hidden;
    clear:both;
  } */
  
#rodape p{
	font:normal 12px/17px Arial, Verdana, Geneva, Tahoma, sans-serif;
	color:#ffffff;
	text-align:justify;
	overflow:hidden;
	padding:10px 0px 0px 190px;
	margin:0px auto;
	float:left;
}

* { 
margin:0; 
padding:0; 
z-index:1; }
html, body { 
height: 100%; 
}/* contendo float */
.contemfloat:after { 
content: "."; 
display: block; 
height:0; 
clear:both; 
visibility:hidden; 
}
.contemfloat { 
display: inline-block; 
}
/* Hides from IE-mac \*/
* .contemfloat { 
height: 1%; 
}
.contemfloat { 
display: block; 
}
/* End hide from IE-mac */
#limites { 
position: relative; 
width: 1007px; 
min-height: 100%; 
margin: 0 auto;
}

* html #limites { 
width:1007px; 
height: 100%;
margin:0px auto; 
}

#conteudo2 { 
padding-bottom: 30px; 
width:1007px;
height:auto;
margin:0px auto;
overflow:hidden;
 }
 
#coluna1 { 
float: left; 
width: 977px;	
height:auto;
overflow:hidden;
padding:30px 15px 0px 15px;
margin:0px auto;
}
#coluna2 { 
float: left; 
width: 977px;	
height:auto;
overflow:hidden;
padding:30px 15px 0px 15px;
margin:0px auto;
}
#rodape { 
position:absolute; 
bottom:0; 
width:1007px; 
height:35px; 
padding:0px 0px 0px 25px; 
background:url('../img/img-barra-rodape.jpg') no-repeat bottom; 
text-align:center;
float:right;
margin-top:30px;
clear:both;
}

.conteudo-texto p{
	padding-right:15px;
}

a{
	font:normal 12px/17px Arial, Verdana, Geneva, Tahoma, sans-serif;
	color:#d5241c;
	margin:0px auto;
	float:left;
	border:none;
}
table {
	height:auto;
	color:#444444;
	font: normal 14px/150% Arial, Verdana, Geneva, Tahoma, sans-serif;
	margin:0px auto;
	margin-top:20px;
	text-align:center;
}

input, select, textarea {
	background-color:#ffffff;
	font: normal 12px/150% Arial, Verdana, Geneva, Tahoma, sans-serif;
	border:1px #d5241c solid;
	color:#333333;
}
.img-empresa{
	width:310px;
	height:auto;
	float:left;
	margin:0px 15px 0px 0px;	
	overflow:hidden;

}
/*
================================================================================
							ALTERACOES ANTERIORES
================================================================================
Data Alteracao: 13/07/10	  	|  Autor: Guilherme Bezrutchka <guilhermeb@vegait.com.br>
--------------------------------------------------------------------------------
	*	Criacao do arquivo
--------------------------------------------------------------------------------
================================================================================
*/
