/* 
----------------------------------------------------------------------- 
Sociedade de Advogados Sepúlveda Pertence
----------------------------------------------------------------------- 
Desenvolvido por Fábio Pili
© Copyright 2010, Fábio Pili - http://www.pili.com.br
----------------------------------------------------------------------- 
*/

/* 
----------------------------------------------------------------------- 
Reset, by Eric Meyer http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------- 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 
----------------------------------------------------------------------- 
Estrutura
----------------------------------------------------------------------- 
*/

html { font-family: Georgia, "Times New Roman", Times, serif; height: 100%; font-size: 14px; line-height: 1.6em; padding: 0px; }
body { }
div#embrulho { position: relative; width: 100%; }
div#conteudo { margin-right: auto; margin-left: auto; width: 960px; }
div#barra { background-image: url(/images/padronagem.png); bottom: 0px; position: fixed; background-color: #666666; height: 245px; width: 100%; }
div#cabecalho { text-align: center; padding-top: 45px; }
div.associados { text-align: center; font-size: 14px; margin-top: 20px }
div.endereco { bottom: 280px; position: fixed; padding-top: 150px; }

/* 
----------------------------------------------------------------------- 
Estilos
----------------------------------------------------------------------- 
*/
h1 { }
h2 { }
h3 { }
h4 { }
p { margin-bottom: 15px;}
img { border: 0 }
a:link     { color: black; text-decoration: none; outline:0; }
a:active     { text-decoration: none; color: black; outline:0; }
a:visited     { text-decoration: none; color: black; outline:0; }
a:hover     { text-decoration: none; color: #0047c0; outline:0; }