@charset "utf-8";
/* CSS Document */

/*--------------------------------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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	
	border-spacing: 12;
}


/*---------------------------------Aqui começa o código--------------------------------*/


a:link, a:visited{
	text-decoration:none;
	font:14px Arial, Helvetica, sans-serif;
	color:#66C;
}

a:hover{
	text-decoration:none;
	font:14px Arial, Helvetica, sans-serif;
	color:#6CF;
}

p{
	font:14px Arial, Helvetica, sans-serif;
	color:#484848;
	padding:5px 0;
}

#texto_rodape{
	font-size:10px;	
	text-align:center;
}

span{
	font-weight:bold;
}

h1{
	font-size:0px;
	text-indent:-900000px;
}

h2{
	font:18px Arial, Helvetica, sans-serif;	
	padding-bottom:10px;
}

#tudo{
	width:940px;
	margin:0 auto;
	background: url(img/topo.jpg) no-repeat;
}

#topo{
	width:940px;
	height:250px;
}

#menu{
	padding-top:185px;	
	padding-left:15px;
}

#menu li{
	display:inline;	
}

#texto{
	float:left;
	width:400px;
	padding-left:20px;
}

#tabela{
	width:300px;
	font:14px Arial, Helvetica, sans-serif;
	color:#369;
	margin-bottom:20px;
}

#tabela td{
	border:1px solid #0CF;
	text-align:center;
	padding:10px;
	margin:
}

#header td{
	background:#CEEAFF;	
}

#painel{
	float:right;
	margin-right:75px;
}

#rodape img{
	margin-left:15px;	
}