@charset "utf-8";
/************* CSS Document - inmetro o tempo todo com voc - FILIPE DA COSTA 3-08-2011 ****************/

/* HACKS PARA IE 

propriedade antecede (*) = *width:200px ( interpretado pelo ie 7 e 6)
propriedade antecede (_) = _width:400px ( interpretado apenas pelo 6)

*/

/************* RESET CSS ****************/
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! * /: O foco (esboço: 0;) (corpo-a altura da linha: 1; cores: fundo preto;: white;) ol, ul (list-style: none;) * / mesas ainda precisa "cellspacing =" 0 "" na marcação * / table (-colapso fronteira: separar; fronteira espaçamento: 0;) caption, th, td (text-align: left; peso-font: normal;) blockquote: antes blockquote: depois, q: antes , q: after (content: ""; blockquote), (q cita: "";) */ 
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: "Trebuchet MS", Arial, Tahoma;
}
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 ****************/

.invisivel {
	visibility: hidden;
}
.quebra {
	clear: both;
}
#tooltip {
	position: absolute;
	z-index: 200;
	color: #065ea6;
	padding: 6px 20px;
	border: 1px solid #32b201;
	font-size: 26px;
	font-weight: bold;
	background-color: #FFFFFF;
	-moz-box-shadow: 2px 2px 5px #bababa;
	-webkit-box-shadow: 2px 2px 5px #bababa;
	box-shadow: 2px 2px 5px #bababa;
}
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #ffffff;
}
#estrutura {
	width: 930px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
	min-width: 930px;
}
/************* POPUP ****************/

#fundoJanelaPopup {
	z-index: 100;
	background-color: #000000;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
#areaPopup {
	z-index: 110;
	position: fixed;
	width: 100%;
	top: 10%;
	height: 80%;
}
#areaPopup #popup {
	z-index: 120;
	min-width: 500px;
	position: relative;
	margin: auto;
	border: 1px solid #8a8a8a;
	font-weight: normal;
	box-shadow: 5px 5px 10px #9b9a9a;
	-webkit-box-shadow: 5px 5px 10px #9b9a9a;
	-moz-box-shadow: 5px 5px 10px #9b9a9a;
	background-color: #FFFFFF;
}
/** janela tipo popup **/
#areaPopup #popup #barraTitulo {
	color: #05467c;
	padding: 6px 13px;
}
#areaPopup #popup #barraTitulo h3 {
	float: left;
	font-size: 22px;
	font-weight: normal;
	margin: 6px;
	width: 76%;
	color: #05467c;
}
#areaPopup #popup #barraTitulo a {
	cursor: pointer;
	display: block;
	float: right;
	width: 80px;
	padding: 8px 14px;
	color: #0b61a8;
	text-decoration: none;
	background-color: #d4e0ea;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #0b61a8;
}
#areaPopup #popup #barraTitulo a:hover {
	background-color: #065ea6;
	color: #FFFFFF;
}
#areaPopup #boxConteudoPopup {
	padding: 12px;
	margin-top: 22px;
	position: relative;
}
/************* MENU ****************/

#barra_menu {
	width: 100%;
	height: 35px;
	background-image: url(../images/barra_menu.png);
	background-repeat: repeat-x;
	position: relative;
}
#area_menu {
	width: 920px;
	margin: 0 auto;
	position: relative;
	height: 35px;
	padding-left: 37px;
}
#area_menu ul.menu {
	height: 20px;
	position: relative;
}
#area_menu ul.menu li {
	float: left;
	padding: 0 2px;
}
#area_menu ul.menu li a {
	text-shadow: 1px 1px 1px #828282;
	background-image: url("../images/hover_menu.png");
	background-position: 0 -50px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 18px;
	height: 23px;
	padding: 5px 18px;
	text-decoration: none;
}
#area_menu ul.menu li a:hover {
	background-position: 0 0;
	color: #ffea00;
}
#area_menu #site_inmetro {
	background-image: url("../images/nuvem_inmetro.png");
	background-repeat: no-repeat;
	display: block;
	height: 58px;
	position: absolute;
	right: 25px;
	text-decoration: none;
	top: 0;
	width: 184px;
	z-index: 2;
}
#area_menu #site_inmetro:hover {
	background-position: 0 -58px;
}
/************* TOPO ****************/

#topo {
	width: 920px;
	height: 152px;
	position: relative;
	margin: 0 auto;
}
#topo a#logo {
	background-image: url("../images/logo-inmetro_3.png");
	background-repeat: no-repeat;
	display: block;
	height: 99px;
	left: 23px;
	position: absolute;
	text-decoration: none;
	top: 16px;
	width: 84px;
}
#topo #turma {
	background-image: url("../images/personagens.png");
	background-repeat: no-repeat;
	height: 140px;
	left: 111px;
	position: absolute;
	top: 10px;
	width: 198px;
}
#topo #titulo_site {
	background-image: url("../images/inmetro_o_tempo_todo_com_voce_2.png");
	background-repeat: no-repeat;
	height: 112px;
	left: 294px;
	position: absolute;
	top: 11px;
	width: 439px;
}
#topo #grama {
	background-image: url("../images/grama.png");
	background-repeat: no-repeat;
	height: 40px;
	left: 9px;
	position: absolute;
	top: 115px;
	width: 902px;
	z-index: 3;
}
#topo #fale_com_gente {
	background-image: url("../images/bt_falecomagente_2.png");
	background-position: center 0;
	background-repeat: no-repeat;
	display: block;
	height: 126px;
	position: absolute;
	right: 20px;
	text-decoration: none;
	top: 26px;
	width: 153px;
}
#topo #fale_com_gente:hover {
	background-position: center -121px;
}
/************* HOME ****************/
#box_home {
	text-align: center;
}
/************* CONTEUDO ****************/

#conteudo {
	width: 900px;
	position: relative;
	min-height: 525px;
	margin: 0 auto;
	background-image: url(../images/bg_conteudo.png);
	background-repeat: repeat-y;
}
#bottom_conteudo {
	height: 22px;
	margin: 0 auto 40px;
	width: 900px;
	position: relative;
	background-image: url(../images/bottom_conteudo.png);
	background-repeat: no-repeat;
}
/* coluna unica */
#conteudo .col_unica {
	width: 796px;
	position: relative;
	padding: 20px 10px 10px 50px;
	min-height: 200px;
}
.col_unica .conteiner_imagem {
	margin: 22px 0;
	position: relative;
}
.col_unica ul#lista_thumbs {
	position: relative;
}
/*lista thumbs*/
.col_unica ul#lista_thumbs li {
	float: left;
	margin: 5px 19px 30px 19px;
	background-color: #ddf5d3;
}
.col_unica ul#lista_thumbs li a {
	background-repeat: no-repeat;
	border: 3px solid #D4E0EA;
	display: block;
	float: left;
	height: 338px;
	width: 219px;
	cursor: pointer;
}
.col_unica ul#lista_thumbs li a:hover {
	border-color: #065ea6;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}
#litro {
	background-image: url("../images/thumb_litro.png");
}
#kilo {
	background-image: url("../images/thumb_kilo.png");
}
#metro {
	background-image: url("../images/thumb_metro.png");
}
.col_unica ul#lista_cartilhas {
	position: relative;
}
/*lista cartilhas*/
.col_unica ul#lista_cartilhas li {
	float: left;
	margin: 5px 7px 30px 7px;
	background-color: #ddf5d3;
}
.col_unica ul#lista_cartilhas li a {
	background-repeat: no-repeat;
	border: 3px solid #D4E0EA;
	display: block;
	float: left;
	height: 301px;
	width: 214px;
	cursor: pointer;
	text-decoration: none;
}
.col_unica ul#lista_cartilhas li a:hover {
	border-color: #065ea6;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}
#cartilha1 {
	background-image: url("../images/cart_casaSegura.png");
}
#cartilha2 {
	background-image: url("../images/cart_criancaSegura.png");
}
#cartilha3 {
	background-image: url("../images/cart_marcaConformidade.png");
}
#cartilha4 {
	background-image: url("../images/cart_segurancaInfantil.png");
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.legenda {
	color: #666666;
	display: block;
	font-size: 12px;
	left: 525px;
	margin: 6px 0;
	position: absolute;
	text-align: left;
	top: 0;
	width: 26%;
}
div.tabela {
	position: relative;
	margin: 20px 0;
}
div.tabela table {
	padding: 0;
	border: 1px solid #d4e0ea;
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
	margin: 20px 0;
}
div.tabela table th {
	background-color: #39c40e;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 1px solid #d4e0ea;
	padding: 5px 4px;
}
div.tabela table td {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #065ea6;
	border-bottom: 1px solid #d4e0ea;
	padding: 8px 4px;
}
.sem_border_bottom {
	border: 0;
}
.border_left {
	border-left: 1px solid #d4e0ea;
}
/* coluna 1 */
#conteudo .col_1 {
	float: left;
	width: 440px;
	position: relative;
	padding: 20px 10px 10px 50px;
	min-height: 200px;
}
#conteudo h1.titulo {
	margin: 12px 0;
	background-repeat: no-repeat;
	height: 41px;
}
#conteudo h2.destaque {
	margin: 12px 0;
	color: #f8b010;
	font-size: 22px;
}
#conteudo h3 {
	margin: 10px 0;
	color: #065ea6;
	font-size: 18px;
	font-weight: bold;
}
#conteudo .barra {
	height: 4px;
	background-color: #d4e0ea;
	width: 100%;
	margin: 0 0 18px 0;
}
#conteudo p {
	line-height: 22px;
	color: #065ea6;
	margin: 8px 0 0;
}
#conteudo p a {
	color: #065ea6;
	font-weight: bold;
}
#conteudo p a:hover {
	text-decoration: none;
}
#conteudo ul.passos {
	position: relative;
}
#conteudo ul.passos li {
	background-position: 0 center;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 18px;
	line-height: 18px;
	margin: 22px 0 0 10px;
	padding: 14px 0 14px 59px;
}
#p_1 {
	background-image: url("../images/p_1.png");
}
#p_2 {
	background-image: url("../images/p_2.png");
}
#p_3 {
	background-image: url("../images/p_3.png");
}
/* lista de menu com links */
#links_download {
	position: relative;
	margin: 13px auto 26px;
}
#links_download li {
	float: left;
	margin: 0 5px;
}
#links_download li a {
	background-image: url("../images/bt_links.png");
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 17px;
	height: 34px;
	padding: 9px 0;
	text-align: center;
	text-decoration: none;
	width: 200px;
}
#links_download li a:hover {
	background-position: 0 -52px;
}
/*TITULOS PAGINA*/
#sobre_filme {
	background-image: url(../images/tit_sobreFilme.png);
}
#jogos {
	background-image: url(../images/tit_jogos.png);
}
#voce_sabia {
	background-image: url(../images/tit_voceSabia.png);
}
#o_inmetro {
	background-image: url(../images/tit_oInmetro.png);
}
#fale_com_a_gente {
	background-image: url(../images/tit_faleComGente.png);
}
#jogo_da_memoria {
	background-image: url(../images/tit_jogoMemoria.png);
}
#para_colorir {
	background-image: url(../images/tit_paraColorir.png);
}
#para_voce {
	background-image: url(../images/tit_paraVoce.png);
}
#creditos {
	background-image: url(../images/tit_creditos.png);
}
#saiba_mais {
	background-image: url(../images/tit_saibaMais.png);
}
#conteudo .frase_destaque {
	background-image: url("../images/moldura_frase.png");
	background-repeat: no-repeat;
	height: 163px;
	margin: 7px 0;
	padding: 17px 20px;
	width: 371px;
}
#conteudo .frase_destaque h3 {
	color: #32b201;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}
#conteudo .frase_destaque p {
	font-size: 16px;
	color: #666666;
}
/* coluna 2 */
#conteudo .col_2 {
	float: left;
	width: 341px;
	position: relative;
	padding: 20px;
	min-height: 200px;
}
#conteudo .col_2 h2 {
	color: #32b201;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	margin: 24px 0 0;
	width: 329px;
}
#conteudo .col_2 .box_filme {
	margin: 10px 0 28px 0;
	position: relative;
}
.fundo_box_filme {
	background-color: #f1f7fb;
	padding: 12px 6px;
	width: 320px;
	border: 1px solid #dee6ed;
}
#conteudo .col_2 .box_filme #link_filme {
	background-repeat: no-repeat;
	width: 341px;
	height: 188px;
	position: relative;
	cursor: pointer;
}
.filme1 {
	background-image: url(../images/bt_filme.png);
}
.filme2 {
	background-image: url(../images/bt_filme_2.png);
}
.filme3 {
	background-image: url(../images/bt_filme_3.png);
}
#conteudo .col_2 .box_filme #link_filme:hover {
	background-position: 0 -188px;
}
#conteudo .col_2 .box_filme h4 {
	font-size: 16px;
	color: #32b201;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}
#conteudo .col_2 .box_filme p {
	width: 320px;
	margin: 0 0 0 12px;
	font-size: 12px;
	color: #666666;
	line-height: 12px;
	font-style: italic;
	position: relative;
}
#conteudo .col_2 .box_filme p.descricao {
	font-size: 14px;
	color: #065ea6;
	text-align: center;
	line-height: 16px;
	font-style: normal;
	margin: 0 0 20px 0;
}
#conteudo .col_2 .box_filme .link_game {
	background-repeat: no-repeat;
	cursor: pointer;
	height: 164px;
	margin: 0 auto;
	position: relative;
	width: 271px;
}
#game_1 {
	background-image: url("../images/bt_game_1.png");
}
#game_2 {
	background-image: url("../images/bt_game_2.png");
}
#conteudo .col_2 .box_filme .link_game:hover {
	background-position: 0 -164px;
}
/************* FORMULARIO ****************/

.formulario {
	position: relative;
	text-align: center;
}
.formulario fieldset {
	border: 1px solid #D4E0EA;
	display: block;
	margin-bottom: 20px;
	padding: 10px;
	width: 97%;
	background-color: #f6fbff;
}
.formulario .linha {
	padding: 8px 0;
}
.formulario .linha label {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	margin: 0 5px 0;
	font-size: 16px;
	color: #000000;
}
.formulario .radios {
	float: left;
	position: relative;
}
.formulario .linha input {
	border: 0;
	float: left;
	padding: 2px;
	border: 1px solid #666666;
	font-size: 18px;
	width: 400px;
	background-color: #FFFFFF;
}
.formulario .linha select {
	border: 0;
	float: left;
	padding: 2px;
	border: 1px solid #666666;
	font-size: 18px;
	width: 406px;
	background-color: #FFFFFF;
}
.formulario .linha input[type=radio] {
	float: none;
	padding: 2px;
	font-size: 18px;
	width: 20px;
}
.formulario .linha input#bt_enviar {
	float: left;
	padding: 2px;
	border: 1px solid #666666;
	font-size: 18px;
	width: 100px;
	margin: 0 0 0 516px;
	background-color: #d4e0ea;
	color: #075fa6;
}
.formulario .linha input#bt_enviar:hover {
	color: #FFFFFF;
	background-color: #075fa6;
}
.formulario .linha textarea {
	float: left;
	padding: 2px;
	border: 1px solid #666666;
	font-size: 18px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
}
#mensagem_erro {
	position: relative;
	margin: 10px auto;
	width: 550px;
	padding: 12px 120px;
	background-color: #fffeb4;
	border: 1px solid #ffde78;
	font-weight: bold;
	text-align: center;
}
/************* RODAPE ****************/

#rodape {
	z-index: 1;
	background-image: url(../images/filet_rodape.png);
	background-repeat: repeat-x;
	height: 94px;
	width: 100%;
	position: relative;
	min-width: 940px;
}
#rodape p {
	text-align: center;
	font-size: 11px;
	color: #666666;
	top: 22px;
	position: relative;
}
.creditos {
	text-decoration: underline;
	font-size: 12px;
	color: #32b201;
	padding: 0 22px;
	font-weight: bold;
}
.creditos:hover {
	text-decoration: none;
}
/************* SOBRESCRITA ****************/

#conteudo p.margin_left {
	margin: 8px 0 0 22px;
}
#conteudo p.center {
	text-align: center;
}
/************* DESENHO ****************/

#desenho {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 32;
}
#desenho img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
