@charset "utf-8";
/* CSS Document */

		


			h1{ margin: 10px 0px 0 10px; color: #FFFFFF; font:12pt tahoma; font-weight: bold;  }
			
			.boxgrid{
	width: 235px;
	height: 150px;
	margin-bottom:10px;
	margin-right:3.5px;
	margin-top:10px;
	margin-left:3.5px;
	float:left;
	background: #ffffff;
	border: solid 0px  #727272;
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:11px Tahoma; 
					color:#FFFFFF;
					
				}
				
			.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	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)";
	background-color: #333333;
 			}
			
	.boxgrid a:link
			{
				color:#0099cc;
				text-decoration:none;
				}
	.boxgrid a:hover
			{
				color:#0099CC;
				text-decoration:underline;
				}
				
				
 	.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
	top: 110;
	left: 0;
 				}
				
.titulos
		{
		font-family:tahoma;
		font-size:12px;
		color:#FFFFFF;
			}
