﻿body {
	padding: 0 auto;
	margin: 0 auto;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #333333;
	background-image:url('../images/background.jpg');
	background-repeat: repeat;
}

#divContent {
	width: 900px;
	margin: 0 auto;
	vertical-align: top;
}

#tdTop {
	width: 900px;
	height: 87px;
	margin: 0 auto;
	background-image: url('../images/header.gif');
	background-position: center top;
	background-repeat: no-repeat;
}

#tdHeader {
	width: 608px;
	height: 25px;
	margin: 0 auto;
	background-image: url('../images/barra_menu.gif');
	background-position:right top; 
	background-repeat: no-repeat;
}
#tdHeaderBanner {
	width: 900px;
	height: 175px;
	margin: 0 auto;
	background-image: url('../images/header_banner.jpg');
	background-position:top left;
	background-repeat: no-repeat;
	background-color: #fff;
	
}

#divLeft {
	width: 342px;
/*	height: 405px; */
	min-height: 405px;
	margin: 0 auto;
	background-image: url('../images/left_body.jpg');
	background-position:left top; 
	background-repeat: no-repeat;
	background-color: white;
}

#divRight {
	width: 558px;
/*	height: 405px; */
	min-height: 405px;
	margin: 0 auto;
	background-image: url('../images/right_body.jpg');
	background-position: right bottom; 
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-color: white;
}

#divHeaderRed {
/*	width: 310px; */
	height: 25px;
	margin: 0 auto;
	background-image: url('../images/barra_menu_red.gif');
	background-position: right top; 
	background-repeat: no-repeat;
}

#tdFooter {
	width: 900px;
	height: 76px;
	margin: 0 auto;
	background-image: url('../pt-br/images/footer_tensor.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

a:link {
	text-decoration: none;
	color: #333333;
}

a:visited {
	text-decoration: none;
	color: #666666; 
}

a:hover {
	text-decoration: underline;
	color: #da251d;
}

.titulo {
	font-family: Tahoma, Arial;
	font-size: 20px;
	color: #00467f;
}

.tituloDet {
	font-family: Tahoma, Arial;
	font-size: 20px;
	color: #00467f;
	display:block;
}

.tituloRed {
	font-family: Tahoma, Arial;
	font-size: 20px;
	color: #da251d;
}

.navmenu a:link {
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	font-variant: small-caps;
}

.navmenu a:hover {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold; 
	text-decoration: underline; 
	color: #da251d; 
	font-variant: small-caps;
}

.navmenu a:visited {
	font-family: Tahoma, Arial;
	font-size: 13px;
	text-decoration: none;
	font-variant: small-caps;
}

.navmenuon {
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #da251d;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}

.ctrl {
	font-size: 12px;
	border: 1px gray solid;
	color: black;
}

.ctrlnoborder {
	font-size: 12px;
	color: black;
	border: 0 transparent none;
}

.ctrlnoborderwhite {
	font-size: 12px;
	color: white;
	border: 0 transparent none;
}

.button {
	font-size: 12px;
}

.errormessage {
	font-size: 12px;
	color: red;
}

.font_normal {
	font-size: 11px;
	font-family: Tahoma, Arial;
	color: #656364;
	font-weight: normal;
}

.aviso
{
	color:#ffffff;
	padding:4px;
	background-color:#00A8E9;
	display:block;
	text-align:center;
	font-size:14px;
	text-decoration:none;
}

.aviso strong
{
	color:#ffffff;
}
