@charset "utf-8";
/* CSS Document */

#tudo {
	width:990px;
	margin:0 auto;
}

#cab {
	width:100%;
	background-image:url(../images/bg_cab.jpg);
}

#cont_esq {
	width:65%;
	float:left;
	margin-top:2em;
}

#cont_dir {
	width:32%;
	float:right;
	margin-top:2em;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1179ac;
	line-height:1.3em;
}


.cinza {
	color:#666666;
	font-size:12px;
}

.h1 {
	color:#a48c00;
	font-size:16px;
	font-weight:600;
	padding:0.5em;
	
}

.h2 {
	color:#117aae;
	font-size:16px;
	font-weight:600;
}

a:link, a:visited {
	color:#1179ac;
	text-decoration:underline;
}
a:active, a:hover {
	color:#1179ac;
	text-decoration:none;
}

.clear{
	clear:both;
}

#footer {
	font-size:10px;
	color:#FFFFFF;
	background-color:#1179ac;
	padding:1.5em;
}

a.ass:link, a.ass:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.ass:active, a.ass:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.button {
	border-bottom-color:#117aae;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	border-top-color:#117aae;
	border-top-style:solid;
	border-top-width:1px;
	
	border-right-color:#117aae;
	border-right-style:solid;
	border-right-width:1px;
	
	border-left-color:#117aae;
	border-left-style:solid;
	border-left-width:1px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#117aae;
}

.img_esq {
	float:left;
	margin:10px;
	border-bottom-style:solid;
	border-bottom-color:#0099FF;
	border-bottom-width:2px;
	border-top-style:solid;
	border-top-color:#0099FF;
	border-top-width:2px;
	border-left-style:solid;
	border-left-color:#0099FF;
	border-left-width:2px;
	border-right-style:solid;
	border-right-color:#0099FF;
	border-right-twidth:2px;
	
}

.img_dir {
	float:right;
	margin:10px;
	border-bottom-style:solid;
	border-bottom-color:#0099FF;
	border-bottom-width:2px;
	border-top-style:solid;
	border-top-color:#0099FF;
	border-top-width:2px;
	border-left-style:solid;
	border-left-color:#0099FF;
	border-left-width:2px;
	border-right-style:solid;
	border-right-color:#0099FF;
	border-right-twidth:2px;
}