

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

img { 
	display:block;
}

a:link, a:visited {
	text-decoration: none
}



/*****************************************************************/

#cabecalho {
	width: 100%;
	height:121px;
	background-color: #004a8f;
}


/************** HEADER *************/

#header {
	position: relative;
	line-height: 1.7;
	width:970px;
	height:121px;
	left:50%;
	margin-left: -485px;
}
	


#logo{
	position:absolute;
}
#logo_premio{
	position:absolute;
	margin-left: 790px;
}

.icons_titulos{
	margin-bottom: 25px;
}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6 , #menu7, #menu8 {
	height:38px;
	float:left;
}
#menu1:hover, #menu2:hover, #menu3:hover, #menu4:hover, #menu5:hover, #menu6:hover {
 	background-position: 0 -38px;
}
#menu1 {
	width:117px;
	height:38px;
 	background:url('../imagens/cabecalho/menu_opremio.gif') no-repeat 0 0px;
}
#menu2 {
	width:142px;
	height:38px;
 	background:url('../imagens/cabecalho/menu_regulamento.gif') no-repeat 0 0px;
}
#menu3 {
	width:141px;
	height:38px;
 	background:url('../imagens/cabecalho/menu_otema.gif') no-repeat 0 0px;
}
#menu4 {
	width:142px;
	height:38px;
 	background:url('../imagens/cabecalho/menu_webaulas.gif') no-repeat 0 0px;
}
#menu5 {
	width:141px;
	height:38px;
 	background:url('../imagens/cabecalho/menu_duvidas.gif') no-repeat 0 0px;
}
#menu6 {
	width:142px;
	height:38px;
 	background:url('../imagens/cabecalho/menu_faleconosco.gif') no-repeat 0 0px;
}
#menu7 {
	width:143px;
	height:38px;
}



