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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,  
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,  
 tfoot, thead, tr, th, td {  
border:0pt none;  
font-family:inherit;  
font-size: 100%;  
font-style:inherit;  
font-weight:inherit;  
margin:0pt;  
padding:0pt;  
vertical-align:top;  
} 

body {
	background-image:url(../img/fundo.png);
	background-repeat:repeat-x;
	background-color:#646464;
	font-family:Arial, Helvetica, sans-serif;
}
a:link, a:visited {color: #0d0663; font-style:normal;}  
a:hover {color: #1d0bff; font-style:normal;}
a:active {color: #0d0663;}

a:link .tit2 , a:visited .tit2 {color: #0d0663; font-style:normal;}  
a:hover .tit2 {color: #352e8b; font-style:normal; background-color:#e1dffd;}

li{
	list-style-image:url(../img/marca.jpg);
	margin-left:20px;
}

#princ{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
}
#geral{
	min-height:400px;
	width: 900px;
	float:left;
	background-color:#f3f2fc;
	border-radius: 6px;
	box-shadow:1px 1px 8px #5c579b;
}
#topo {
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 87px;
	width: 399px;
	margin-top:15px;
}
#menu {
	clear:left;
	float:left;
	height: 26px;
	width:900;
	margin-right: auto;
	margin-left: auto;
	margin-top:35px;
	margin-bottom:5px;
	color:#FFF;
}
#rodape {
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;

}
#rodapetxt {
	height: 30px;
	width: 900px;
	float:left;
	color:#FFF;
	text-align:center;
	font-size:12px;
	margin-top:10px;
}
#rodapetxt a:link, #rodapetxt a:visited{
	color:#FFF;
	text-decoration:underline;
}
#rodapetxt a:hover{
	color:#e1dffd;
	text-decoration:underline;
}
.menuind{
	float:left;
	margin-left:50px;
	font-weight:bold;
}
.menuind a:link, .menuind a:visited{
	color:#FFF;
	text-decoration:none;
}
.menuind a:hover{
	color:#e1dffd;
	text-decoration:underline;
}
#cont_esq {
	float: left;
	width: 580px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:15px;
	padding:15px;
	border-radius: 4px;
	box-shadow:1px 1px 5px #5c579b;
	background-color:#FFF;
}
#cont_esq img{
	margin-left:0px;
}
#cont_dir {
	margin-top:10px;
	float: left;
	width: 240px;
	margin-left:20px;
	border-radius: 4px;
}
#facebbokplugin {
	width: 240px;
	margin-bottom:10px;
	background-color:#FFF;
}
.tit1 {
	font-size: 16px;
	color: #0d0663;
	float: left;
	width: 580px;
	margin-bottom: 10px;
	font-weight:bold;
}
.tit2 {
	font-size: 14px;
	color: #0d0663;
	float: left;
	width: 220px;
	margin-bottom: 10px;
	font-weight:bold;
	background-color:#FFF;
	padding:10px;
	border-radius: 4px;
	box-shadow:1px 1px 5px #5c579b;
	text-align:center;
}
.txt1 {
	font-size: 15px;
	color: #59577a;
	text-align: justify;
	float: left;
	width: 580px;
	margin-bottom:10px;
}
.contimg{
	height:125px;
	margin-left: 17px;
	margin-right:17px;
	margin-top:10px;
	float:left;
}
.minimg {
	vertical-align: middle;
	padding: 4px;
	float: left;
	width: 100px;
	border-radius: 7px;
	box-shadow:0px 0px 7px #000;
	margin:0px;
}
.minimg img{
	border-radius: 5px;
	margin:0px;
}
.minimg a:link, .minimg a:visited{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.minimg a:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}