@charset "utf-8";
body {

background-repeat:repeat-x;
background:url(../img/bg.jpg) ;
background-color:#fff;
font-family:tahoma;
font-size:11px;
color:#666666;

}


	.boxgrid{ 
				width: 250px; 
				height: 250px; 
				margin:10px; 
				cursor:hand;
				float:center; 
				background:#161613; 
				border: solid 5px #CCC; 
				overflow: hidden; 
				position: relative; 
				
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#fff; 
					font-weight:bold; 
					font:10pt Tahoma, Arial, sans-serif; 
				}
				
				.boxgrid h3{ 
					padding: 0 10px; 
					color:#fff; 
					font-weight:bold; 
					font:15pt Tahoma, Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 

				position: absolute; 
				background: #333; 
				height: 100px;
				padding:5px;
				width: 100%; 
				opacity: .8;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}

.linkrodape:link {
font-family:Tahoma;
text-decoration:none;
font-size:11px;
color:#0066CC;
}

.linkrodape:hover {
font-family:Tahoma;
font-size:11px;
text-decoration:underline;
color:#006699;
}

.linkrodape:visited {
font-family:Tahoma;
text-decoration:none;
font-size:11px;
color:#0066CC;
}

.titulos {
font-family:tahoma;
font-size:16px;
color:#0066CC;
font-weight:bold;
}

.txts {
font-family:tahoma;
font-size:11px;
color:#333333;
}