@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
}

/*
.tabela_centro {
	background: #FFF url(images/fundos/etiquetas.jpg) no-repeat center ;
	height:376px; 

}
*/
.conteudo {
	background:url(images/bg_conteudo.png) no-repeat;
	width:456px;
	height:376px;
}

.menu {
	background:url(images/menu_bg.png) repeat-x;
	height:32px;
}

.titulo {
	font-size:14px;
	font-weight:bold;
}
.etitex {
	color: #00005A;
}

a:link, a:visited {
	color: #00005A;
}

a:hover, a:active {
	color: #00005A;
	text-decoration:none;
}

.menu_item a:link, .menu_item a:visited {
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding: 5px 15px 5px 15px;
}

.menu_item a:hover, .menu_item a:active{
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	background:url(images/sub_menu_hover_bg.png);
	padding: 5px 15px 5px 15px;
}

.creditos, .creditos a:link, .creditos a:visited{
	color: #9C9FA7;
}
.creditos a:hover, .creditos a:active{
	color: #00005A;
	text-decoration:none;
}

.img_border {
	border: 1px solid #00005A;
}

.marcas {
	font-size: 9px;
	color: #9C9FA7;
}
