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

*{
padding:0;
margin:0;
}

html{
height:100%;
background: url(../../images/background.jpg) repeat;
overflow:hidden;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height:100%;
	width:100%;
}
	
a:link {
	color: #ffdd00;
	text-decoration:none;

}
a:visited {
	color: #ffdd00;
	text-decoration:none;

}
a:hover {
	color: #FFFFFF;
	text-decoration:none;

}
a:active {
	color: #ffdd00;
	text-decoration:none;

}

#main-galerias{
width:950px;
margin:0 auto;
}

			h3{ margin: 10px 10px 0 10px; color:#FFF; font-size:14px; letter-spacing:0px; font-weight: bold;  }
			
			.boxgrid{ 
				width:  199px; 
				height: 170px; 
				margin:4px; 
				float:left; 
				background:#333333;
				border: solid 6px #333333; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
				.subtitles{
				font-size:11px;
				}
				
				.link{
				font-size:11px;
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .9; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 200;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 180;
 					left: 0;
 				}


img{
border:0;
}






#foot{
	text-align: right;
	bottom:0px;
	width:100%;
	padding:6px 30px 0px 0px;
	color: #b2b2b2;
	font-size:9px;
	height:18px;
	background: #202020;
	letter-spacing:4px;
	right:0;
	position: absolute;
	display:block;
	top:auto;
}


.cinta{
position:absolute;
top:0;
float:right;
z-index:1;
right:0;
}


.galerias{
float:right;
position:absolute;
top:400px;
right:0px;
}

#logolkd{
width:950px;
margin:0 auto;
height:206px;
text-align:center;
}

