@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

html{
	height:100%;
	margin-bottom:1px;
	}

body {
	background-color:#424242;
	color: #ccc;
	font-family:'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	font-size:10px;
	padding:20px;
	}


a, a:visited{
	color: #ccc;
	text-decoration:none;
	}
a:hover {
	color:#fff;
	text-decoration:none;
	}


br.clear{
	clear:both;
	margin:0;
	padding:0;
	}



.left{
	float:left;
	}
.right{
	float:right;
	}


#header{
	margin:0 auto;
	width:860px;
	}
#container{
	background:#131313;
	margin:0 auto;
	padding:20px 40px;
	width:880px;
	}
#footer{
	color:#121212;
	font-size:9px;
	line-height:50px;
	margin:0 auto;
	text-align:center;
	width:500px;
	}


/*  cajas  */

.boxgrid{ 
	width: 180px; 
	height: 130px; 
	margin:10px; 
	float:left; 
	background:#252525; 
	overflow: hidden;
	padding:10px;
	position: relative; 
	}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0;
	z-index: 10;
	}
.boxgrid h3{
	font-size:24px;
	}
.boxgrid p{ 
	padding: 0 0px; 
	color:#afafaf; 
	font-size:11px;
	}
.captionfull .boxcaption {
	top: 150px;
	left: 0;
	}
.caption .boxcaption {
	top: 50px;
	left: 0;
	}

.enlace{
	left:10px;
	position:absolute;
	top:125px;
	z-index: 5;
	}
