@charset "utf-8";
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7D7D7D;
	padding:0;
	margin:0;
	border:0;
	background:url(../images/bg.jpg) repeat-x top #5E626F;
	width:100%;
	height:100%;
}
a:link, a:visited {
	color:#7D7D7D;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
.closeFloat {
	clear:both;
}
img {
	margin:0;
	border:0;
	padding:0;
}
h1 {
	margin:0;
	border:0;
	padding:0;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#146896;
}
h2 {
	margin:0 0 10px 0;
	border:0;
	padding:0;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#D2241D;
}
h3 {
	margin:0 0 5px 0;
	border:0;
	padding:0;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#D2241D;
}
input, .textarea {
	border:1px solid #CCC;
	background:#FFF;
	font-size:12px;
	color:#666;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
}
fieldset {
	border:1px solid #CCC;
	font-size:11px;
	background:#F9F9F9;
	margin:0 0 20px 0;
}
legend {
	font-weight:bold;
}
ul, li {
	padding:0;
	margin:0;
	border:0;
	list-style:none;
}
.ulConteudo {
	margin:10px 0;
}
.liConteudo {
	padding:5px 5px;
	margin:0 0 0 10px;
	list-style:inside;
	border-bottom:1px dotted #CCC;
}
.liEquipamentos {
	padding:10px 5px;
	margin:0 0 0 10px;
	list-style:none;
	border-bottom:1px dotted #CCC;
}
.liSubmenu {
	background:#FFE3DF;
	padding:5px;
	margin:0 0 1px 0;
	list-style:inside;
	border-bottom:1px solid #FFB8AF;
	border-right:1px solid #FFB8AF;
}
.imgBorder {
	padding:1px;
	border:1px solid #B62018;
}
/* FORMS */
.inputTextSearch {
	height:20px;
	border:1px solid #DDD;
	background:#FFF;
	font-size:16px;
	color:#666;
	padding:5px;
}
.selectSearch {
	height:33px;
	border:1px solid #DDD;
	background:#FFF;
	font-size:16px;
	color:#666;
	padding:5px;
	vertical-align:top;
}
.checkboxSearch {
	border:0;
	background:#FFF;
	vertical-align:bottom;
}

/* BASE SITE */
#full {	
	width:100%;
	min-height:100%;
	position:relative;
}

/* CONTENT HEADER */
#contentHeader {
	width:980px;
	height:175px;
	margin:auto;
	position:relative;
	background:url(../images/bg-header.jpg) no-repeat;
}
#bgLogo {
	width:278px;
	height:152px; /* 167px */
	padding:15px 0 0 0;
	background:url(../images/bg-logo.png) no-repeat;
	position:absolute;
	top:0;
	left:30px;
	text-align:center;
}
#contentMenu {
	width:1020px;
	height:140px;
	margin:auto;
	position:relative;
	z-index:0;
}
#footerMenuRightColum {
	width:1000px;
	height:10px;
	margin:auto;
	background:url(../images/bar-footer-menu-right-colum.jpg) no-repeat;
}
#footerMenuNoColum {
	width:1000px;
	height:10px;
	margin:auto;
	background:url(../images/bar-footer-menu-no-colum.jpg) no-repeat;
}

/* CONTENT */
#bgContent {
	width:880px; /* 980px */
	height:100%;
	background:url(../images/bg-content.png) repeat-y;
	margin:auto;
	padding:10px 50px 100px 50px;
}
#contentLeft {
	width:200px;
	float:left;
}
#contentRight {
	width:180px; /* 200px */
	height:100%;
	float:right;
	background:#FDF6F5;
	padding:0 10px;
}
#contentCenter {
	width:420px;
	float:left;
	padding:0 30px;
}
#contentLeftFull {
	width:610px;
	float:left;
	padding:0 30px;
}

/* CONTENT CONTATO */
#contentForms {

}
#contentForms td {
	padding:5px;
	background:#F9F9F9;
	border:1px solid #F0F0F0;
}
/* CONTENT FOOTER */
#bgFooter {
	width:100%;
	height:90px;
	position:absolute;
	bottom:0;
	background:url(../images/bg-footer.jpg) repeat-x;	
}
#contentFooter {
	width:1020px;
	height:50px;/* 80px */
	background:url(../images/bg-content-footer.jpg) no-repeat;
	text-align:center;
	margin:auto;
	padding:15px 0;
	color:#FFF;
	font-size:11px;
}
#footerRightColum {
	width:1000px;
	height:10px;
	margin:auto;
	background:url(../images/bar-footer-right-colum.jpg) no-repeat;
}
#footerNoColum {
	width:1000px;
	height:10px;
	margin:auto;
	background:url(../images/bar-footer-no-colum.jpg) no-repeat;
}
.contentPortfolio {
text-align:center;

}
.contentPortfolio img {
	width:100px;
	height:80px;
	margin:5px 8px;
	padding:1px;
	border:1px solid #B62018;
	float:left;
}