	#gear {
		position: fixed;
		right: -230px;
		top: -300px;
	}
	#de {
		position: absolute;
		top: 50px;
		right: 30px;
	}
	#grad {
		background: url("grad.png");
		position: fixed;
		height: 200px;
		width: 100%;
		bottom: 0px;
		left: 0px;
	}
	#cuadro {
		position: absolute;
		top: 50px;
		left: 40px;
		z-index:1;
	}
	#box-content {
		color: #7D7D6C;
		font-size: 12px;
		font-family: sans-serif;
		position: absolute;
		top: 65px;
		left: 80px;
		width: 270px;
		padding-right: 5px;
		height: 450px;
		z-index:2;
		overflow: auto;
		text-align: justify;
	}
	#tabs {
		position: fixed;
		top: 50px;
		left: -15px;
		z-index: 2;
	}
	
	#tabs li{
		list-style:none;
		margin-left:0px;
		width: 55px;
	}
	#tabs li  .normal{
		
		height: 88px;
	}
	#tabs li .small{
		
		height: 54px;
	}
	
	#tabs img {
		border: 0px;
	}
	
	#box-content p {
		padding-bottom: 10px;
		list-style: none;
		margin: 0px;
		outline: none;
		padding: 0px;
		text-decoration: none;	
	}
	
	#box-content a {
		color: #637F96;
		text-decoration: none;	
	}
	#box-content a:hover {
		color: #637F96;
		text-decoration: underline ;	
	}
	#foot-icon {
		position: fixed;
		right: 10px;
		bottom: 10px;
	}
	#template {
		-moz-border-radius: 15px; 
		-webkit-border-radius: 15px; 
		border: 3px solid #e8fdc0;
		background: #e8fdc0;
		opacity: 0;
		padding: 10px 10px 10px 10px;
		color: #7D7D6C;
		font-size: 12px;
		font-family: sans-serif;
		position: absolute;
		top: 40%;
		left: 50%;
		margin-left: -300px;
		width: 600px;
		z-index:2;
		overflow: auto;
		text-align: justify;
	}
	.post h2 {
		text-align: left;
	}

