@charset "UTF-8";
/* CSS Document */

#box-footer {
	bottom:0;
	display:block;
	height:43px;
	position:fixed;
	width:100%;
	z-index:1000;
	background:url(/img/bg.png) repeat-x 0 0;

}


			#meerkat-wrap {
				background:transparent;
			}
			
			#splash-content {
				width: 100%;
				height:100%;
				margin: 0 auto;
				padding:150px 0;
				text-align: left;
				background:transparent;
			}
			
			.close-meerkat {
		display:block;
		background:#039;
		padding:10px 15px;
		float:right;
		width:auto;
		float:left;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:lighter;
		text-decoration:none;
		color:white;
		font-size:18px;
		position:fixed;
		bottom:100px;
		right:30px;
		z-index:20001;
	}
	
	.close-meerkat:hover {
		background:#039;
		color:white;
	}
	
	.dont-show {
		display:block;
		background:white;
		margin-top:20px;
		padding:5px 10px;
		float:left;
		width:auto;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:lighter;
		text-decoration:none;
		color:#039;
	}
	
	.dont-show:hover {
		background:#039;
		color:white;
	}

#cont-footer {
	
	height:auto;
	padding:5px;
	margin-left:5%;
	background:transparent;
	width:900px;
}

#box-contenedor {
	
	height:auto;
	margin:0;
	float:left;
	background:transparent;
	width:400px;
	margin-top:6px;
}

#box-flash {
	position:fixed;
	bottom:0;
	width:500px;
	height:220px;
	background:transparent;
	right:0;
	z-index:2000;
}
