/* 
----------------------------------------------------------------------- 
Daniel Luna - Pré site
© Copyright 2007, Fábio Pili - http://www.pili.com.br
----------------------------------------------------------------------- 
----------------------------------------------------------------------- 
ESTRUTURA GERAL
----------------------------------------------------------------------- 
*/

html
{ height: 100%; margin-bottom: 1px; }

body
{ font: 12px/1.4 "Lucida Grande", Verdana, sans-serif; color: #353535; background-repeat: repeat-x; background-position: 0 60px; }

#embrulho { }

#conteudo { padding-top: 50px; padding-left: 50px; background-color: white; height: 350px; background-position: 0 0px; padding-bottom: 50px; }

#cabeca { background-repeat: repeat-x; height: 120px; }

.dentro
{
	text-align: left;
	position: relative;
	width: auto;
	margin: 0 auto;
}

.interna { width: 750px; padding-left: 20px; }
#rodape { font-size: 11px; background-color: #f7f7f7; background-image: url(images/fundo_rodape.jpg); background-repeat: repeat-x; height: 120px; padding-top: 30px; padding-left: 25px; }


#logo { }
#manutencao { left: 27px; top: 20px; position: relative; }

img.h1 { position: absolute; top: 79px; left: 17px; }


/*
----------------------------------------------------------------------- 
ESTILOS
----------------------------------------------------------------------- 
*/
h1, h2, h3, h4 { font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; font-weight: normal; font-style: normal; font-variant: normal; color: #000; margin-top: 0; padding-top: 0; }
img { border: 0 }
img.img_ico { margin-right: 3px; margin-bottom: -3px; }

h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

#conteudo h2 { margin-top: 10px; margin-bottom: 15px; }

a:link     { color: #3e7aff; text-decoration: none ; padding-bottom: 0; }
a:hover     { color: #0098ff; text-decoration: none ; padding-bottom: 0; }
a:active     { color: #3e7aff; text-decoration: none ; padding-bottom: 0; }
a:visited     { color: #3e7aff; text-decoration: none ; padding-bottom: 0; }

