html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #666;}

a:hover {color: #000;}

body {
    position: relative;
	background: #484848;
	color: #444;
	font: 10px Tahoma, sans-serif; 
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma, sans-serif; 
	margin-bottom: 4px;
}

h2 {
    padding-left: 5px;
}

strong {
    padding-left: 5px;
}

input:focus, select:focus, textarea:focus {
    background: #D9E1E5;
    color:black;
}

h1,h2,h3 {padding-top: 6px;}

strong {font-size: 16px;}

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
	position:relative;
}

.header {
	background: #FFF;
	font-size: 0.7em;
	height: 80px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

.header .left, .header .right {
	background: #A4A4A4;
	color: #FFF;
	height: 80px;	
}

.header .left {
	background: #B3C2C7;
	font: normal 2.8em Tahoma, sans-serif;
	line-height: 80px;
	text-align: center;
	width: 564px;
}
.header .right {
	overflow: auto;
	width: 212px;
	text-align: center;
}

.header .right p,.header .right h2 {padding: 0 16px;}

.header .right h2 {padding-top: 16px; font: normal 1.6em Tahoma, sans-serif; }

.navigation {	
	background: #D9E1E5;
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 43px;
	margin:0;
	vertical-align: middle;
}
.navigation a:hover {}
.navigation a {}

.link-menu{
	background: #D9E1E5;
	line-height: 43px;
	color: #456;
	font: bold 1.1em Tahoma, sans-serif;
	height: 43px;
	margin: 0px;
	float: left;
	padding: 0 20px;
	text-decoration: none;

	text-align: center;
	border-right: 1px solid #AFBEC7;
	
}

.link-menu a {
	position:relative;
	top:12px;
	text-decoration: none;
}

.link-menu:hover {
	background: #C9D1D5; 
	background-position: left bottom; 
	color: #234;
	text-decoration: none;
}

.main {
	border-top: 4px solid #FFF;
}
.content {
	float: left;
	margin: 10px 0;
	padding: 10 10px;
	width: 780px;
	text-align: center;
}

.content li {
	margin-left: 18px;
}

.content p {font-family: Tahoma, sans-serif; }

.footer {
	background: #d9e1e5;
	color: #666;
	font: bold 0.9em Tahoma, sans-serif; ;
	line-height: 35px;
	text-align: center;
}

.required {
    font-weight: bold;
}

.content #incompleto{font-weight: bold;color: #FF0000;}
