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

html, body, h1, h2, h3, h4, h5, h6, dt, dd, dl, ul, img, p {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	} 
body {
	background: url(img/bg/default.jpg) #dfe0da no-repeat center top;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}
	body a{
		text-decoration:none;
		color:#000000;
		outline:none;
		}
		body a:hover {
			text-decoration:underline;
			color:#000000;
			}
			
	.default {
		width:900px;
		margin:0 auto;
		}
		.default .header {
			height:90px;
			}
		.default .header .titulo{
			height:50px;
			float:left;
			width:415px;
			margin:25px 0 0 0;
			}
			.default .header .titulo.I{
				background:url(img/bg/nomenclatura.gif) no-repeat 0 4px;
				}
			.default .header .titulo.P{
				background:url(img/bg/nomenclatura.gif) no-repeat 0 -42px;
				}
			.default .header .titulo.E{
				background:url(img/bg/nomenclatura.gif) no-repeat 0 -85px;
				}
			.default .header .titulo.C{
				background:url(img/bg/nomenclatura.gif) no-repeat 0 -130px;
				}
			.default .header .titulo.F{
				background:url(img/bg/nomenclatura.gif) no-repeat 0 -175px;
				}
			
			.default .header .menu_apoio{
				float:right;
				width:350px;
				padding:45px 0 5px 0;
				font-size:10px;
				color:#696b68;
				}
				.default .header .menu_apoio ul li{
					float:right;
					padding:5px;
					font-size:0 0 0 10px;
					}
				.default .header .menu_apoio ul li.adicional{
					width:300px;
					padding:0;
					text-align:right;
					}
					.default .header .menu_apoio ul li a{
						color:#696b68;
						}
					.default .header .menu_apoio ul li img{
						float:left;
						padding:0 3px 0 0;
						}
		.default .conteudo{
			height:560px;
			color:#FFF;
			font-size:11px;
			}
			.default .conteudo .logo{
				text-align:right;
				padding:20px;
				}
			.default .conteudo .entrar{
				padding:340px 20px 20px 20px;
				}
		
	.rodape {
		padding:13px 0 45px 0;
		height:40px;
		}
		.rodape  ul li{
			float:left;
			font-size:9px;
			color:#fff;
			padding:0 5px 25px 5px;
			}
			.rodape  ul li.right{
				float:right;
				font-size:9px;
				color:#fff;
				padding:0 5px;
				}
			.rodape  ul li.logo{
				color:#666;
				margin:8px 0 0 0;
				}
			.rodape ul li a{
				color:#fff;
				}
		
		
		