@charset "utf-8";
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: "Myriad Pro", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: justify;
	background-image: url(../images/back_body.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}




/* CSS Document */

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back_body.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	height: 40px;
	background-image: url(../images/back_footer.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	color: #036735;
	padding-left: 10px;
	font-size: 12px;
}
#footer  a {
	color: #036735;
}

#header {
	height: 180px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
#content {
	padding: 25px;
	overflow: hidden;
	background-color: #FFF;
}
.clearfloat {
	clear: both;
	height: 1px;
}
.txtBold {
	font-weight: bold;
}
.txtSmall {
	font-size: 10px;
}
.txtUnderline {
	text-decoration: underline;
}


input [type=submit] {
	width: 80px;
	margin: 5px;
}
h1 {
	font-size: 26px;
	text-transform: uppercase;
	color: #036735;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #99b94d;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
.leftCol {
	width: 200px;
	float: left;
	padding: 5px;
	overflow: hidden;
}
.rigthCol {
	padding: 5px;
	width: 630px;
	overflow: hidden;
}
#imagensTecompart .imgs {
	float: left;
	height: 225px;
	width: 300px;
	margin-left: 10px;
	border: thin solid #333;
}

.btnGreen {
	background-image: url(../images/btn_green.png);
	height: 20px;
	width: 70px;
	color: #FFFFFF;
	padding: 5px;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}
.center     {
	padding: 2px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
ul.mnuLeft {
	margin: 0px;
	color: #FFF;
	font-size: 13px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
.mnuLeft li {
	background-image: url(../images/mnu_back.jpg);
	padding-left: 5px;
	background-repeat: repeat-x;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 8px;
}

.mnuLeft li a  {
	display: block;
	padding-right: 5px;
	color: #FFF;
	letter-spacing: 1px;
}

.mnuLeft li ul li {
	background-image: none;
	color: #666;
	padding-bottom: 0px;
	height: 30px;
}
.mnuLeft li ul {
	margin-top: 10px;
}

.mnuLeft li ul li a {
	background-image: none;
	color: #666;
}

