﻿/* ## reset */

/* INICIO - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* FIM */






/* ### Personalizações */
body {
	margin: 0;
	background-image:url(imgs/fundao.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#adb1b2;
	
}
h1 {
font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height: 20px;
	font-weight: normal;
	color:#3974b9;
}
h2{font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	font-weight: normal;
	color:#3974b9;
}
h3{
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	font-weight: normal;
	color:#3974b9;
}
h4{
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight: normal;
	color:#888888;
}
h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	font-weight: normal;
	color:#888888;

}
h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height: 11px;
	font-weight: normal;
	color:#999999;

}
/* PARA OS LINKS*/

a.ancora:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight: normal;
	color:#3974b9;
	text-decoration:none;
}
a.ancora:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight: normal;
	color:#92BEE2;
	text-decoration:none;
}
a.ancora:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight: normal;
	color:#4F647B;
	text-decoration:none;
}
a.ancora:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight: normal;
	color:#92BEE2;
	text-decoration:none;
}

a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight: normal;
	color:#999999;
	text-decoration:none;
}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight: normal;
	color:#999999;
	text-decoration:none;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight: normal;
	color:#666666;
	text-decoration:none;
}
a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight: normal;
	color:#333333;
	text-decoration:none;
}

/* ID's das DIVS*/

#caixa {
position:relative;
	margin: 0 auto;
	width:907px;
	background-image:url(imgs/bg.jpg);
	background-position:left;
	height:100%;
	
}

#topo {
	width:90px;	

}
#topo_home {
	
	vertical-align:middle;
	

}
#barraendereco{
	position:absolute;
	top:410px;
	width:197px;
	padding-left:42px;
}
#miolo{
	position:relative;
	top:0px;
	left:286px;
	width:530px;
	min-height:100%;
	margin-top:10px;

}
#rodape{
position:relative;
background-image:url(imgs/rodape.jpg);
background-position:top;
background-position:right;
background-repeat:no-repeat;
height:84px;
width:903px;
}
