/*
 * 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,
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;
	font-size:62.5%;
}
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: "" "";
}

/*
	geral
*/
.oculto { display: none;}
.noText, h1 a, ul.menu a { display:block; text-indent: -9999px;}
.centralizado { width: 796px; margin: 0 auto; display: block; position: relative;}
.menuAcessibilidade {
	position: absolute;
	top: -200px
}

strong { font-weight: bold}
.amarelo { color: #FEC535}
.azul { color: #0D2846}

ul.lista {
	padding: 5px 0 5px 20px;
}
ul.lista li {
	list-style: disc;
	padding: 2px 0
}

kbd { text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: inherit;}
p { font-size: 1.5em; line-height: 150%; text-shadow: 0 1px 1px #fff; color: #4B4A49}

/*
 * Estrutura 
 */

body {
	background:#082B49 url(../img/layout/bg-fundo.jpg) repeat center top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4b4a49
}

div#global {
	width: 796px;
	min-height:700px;
	position: relative;

}

h1 {
	position: relative;	
}

h1 a {
	display:block;
	width: 100%;
	height: 282px;
	background: url(../img/layout/topo.jpg) no-repeat center;
}
div#correcaoSombra {
	width:60px;
	height: 348px;
	position: absolute;
	top:0;
	left:-37px;
	background: url(../img/layout/correcao-sombra.jpg) no-repeat top;
		z-index: 100
}

div#correcaoSombraBola {
	width:53px;
	height: 50px;
	position: absolute;
	top:0;
	right:-26px;
	background: url(../img/layout/correcao-sombra-bola.jpg) no-repeat top;
	z-index: 100
}
div#conteudo {
	
}

div#rodape {
	height: 177px;
	position: relative;	
}

div#rodape h4 {
	display: block;
	width: 66px;
	height: 11px;
	background: url(../img/titulo/parceria.jpg) no-repeat center;
	position: absolute;
	left: 161px;
	top: 23px;
}

div#rodape #unoparvirtual {
	display: block;
	width: 142px;
	height: 151px;
	background: url(../img/logos/unoparvirtual.jpg) no-repeat center;
	position: absolute;
	right: 10px;
	top: 9px;
}
div#rodape #felisoni {
	display: block;
	width: 140px;
	height: 109px;
	background: url(../img/logos/felisoni.jpg) no-repeat center;
	position: absolute;
	left: 31px;
	top: 46px;	
}

div#rodape #securato {
	display: block;
	width: 154px;
	height: 113px;
	background: url(../img/logos/securato.jpg) no-repeat center;
	position: absolute;
	left: 196px;
	top: 42px;	
}

/*inicial*/


