/* -- IMPRESSÃO -- */
body { 
	color:#8e8e8d;
	font-size:0.75em; /* Sets default font size to 12px */ 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0;
}
button {outline: none;}
a:focus{outline: none;}
/*corpo*/
#container_pop {
	width: 595px;
}
#container_pop #header_pop {
	background: url(/img/bg_topo_pop.gif) no-repeat;
	height: 99px;
	width: 573px;
	padding: 11px;
}
.logo_pop {
	width: 350px;
	float: left;
}
.logo_pop h1 {
	background: url(/img/logo_fiat_pop.png) no-repeat 10px;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo_fiat_pop.png',sizingMethod='noScale');
	text-indent: -9999px;
	height: 63px;
	width: 219px;
	margin: 0;
}
.bts_pop {
	width: 212px;
	float: left;
}
.bts_pop a.bt_print, .bts_pop a.bt_close {
	width: 83px;
	height: 21px;
	float: right;
	text-indent: -9999px;
	background: url(/img/bt_imprimir_pop.gif) no-repeat;
	cursor: pointer;
}  
body.en .bts_pop a.bt_print{ background: url(/img/en/bt_imprimir_pop.gif) no-repeat; }
.bts_pop a.bt_close{
	background: url(/img/bt_fechar.gif) no-repeat;	
	margin-left: 5px;
}
span.tit_versao_print {
	background: url(/img/tit_versao_impressao.gif) no-repeat;
	text-indent: -9999px;
	width: 213px;
	height: 13px;
	display: block;
	float: left;
	margin-top: 10px;
}
span.tit_versao_print_ficha {
	background: url(/img/tit_versao_print_ficha.gif) no-repeat;
	text-indent: -9999px;
	width: 164px;
	height: 13px;
	display: block;
	float: right;
	margin-top: 10px;
	/*margin-left:-56px*/
}
body.en span.tit_versao_print { background: url(/img/en/tit_versao_impressao.gif) no-repeat; }
body.es span.tit_versao_print { background: url(/img/es/tit_versao_impressao.gif) no-repeat; }
body.pt span.tit_versao_print { background: url(/img/pt/tit_versao_impressao.gif) no-repeat; }

.content_pop {
	width: 536px;
	margin: 24px 0 0 32px;
}
.content_pop h1, .content_pop h2 {
	color: #a91533;
	font-size: 16px;
}
.content_pop h2 {
	font-size: 13px;
}
.footer {
	width: 536px;
	margin: 30px 0 14px 32px;
}
.footer a.logo_footer_pop {
	background: url(/img/logo_fiat_footer_pop.gif) no-repeat;
	text-indent: -9999px;
	width: 47px;
	height: 46px;
	display: block;
	float: left;
}
.footer a.site_fiat {
	float: left;
	margin-left: 15px;
	color: #6d6c6a;
	text-decoration: none;
	margin-top: 12px;
}
.footer span.copyright_pop {
	color: #a91533;
	float: right;
	margin-top: 12px;
}

/* ficha técnica*/
.cont_ficha table#tab1 tbody tr td {
	background: none;
	padding: 5px;
	color: #6c6964;
	font-size: 10px;
	padding-left: 85px;
	text-align: left;
}
.cont_ficha table thead tr td {
	background: #d6d3ce;
	padding: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
.cont_ficha table tbody tr td {
	background: #f4f1ec;
	color: #6c6964;
	font-size: 10px;
	padding: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	text-align: center;
	_text-align: expression(this.previousSibling == null ? "left" : "center" );
}
.cont_ficha table tbody tr td:first-child {
	text-align: left;
}
.cont_ficha table tbody tr td.tamtab {
	width: 255px;
}
.cont_ficha table tbody tr td.tamtab2 {
	width: 145px;
}

/*competicoes*/
.box_compete, .txt_compete {
	width: 540px;
	margin-top: 30px;
}
.box_compete h3,
.txt_compete h3 {
	clear: left;
	font-size: 15px;
	color: #797877;
	padding-top: 10px;
	font-weight: bold;
}
.box_compete p {
	margin-top: 5px;
}
.txt_compete p {
	margin-top: 7px;
	padding-bottom: 10px;
}
.box_compete a,
p.releases_anteriores a {
	color: #a91533;
	text-decoration: underline;
}
span.data_release_com {
	background: #e9e7e4;
	color: #c12343;
	padding: 0 4px;
	display: block;
	width: 70px;
	text-align: center;
	float: left;
}
.tit_not_release {
	background: #a91533;
	color: #e5ded4;
	padding: 0 11px;
	display: block;
	text-align: center;
	float: left;
	margin-right: 10px;	
}
.txt_vermelho {
	color: #a91533;
}

@media print{
	table, tr, th, td {
		border: 1px solid black !important;
	}
	#header_pop{display: none !important;}
	.cont_ficha{
		height: 80% !important;
		overflow: visible !important;
	}
	* {
		color: black !important; 
	}
}
