




@media (min-width: 992px) and (max-width: 2200px) {
div.derecha{
padding-left:60px;
}
div.izquierda{
padding-left:-500px;
}
}


@media (min-width: 220px) and (max-width: 991px) {
div.derecha{
padding-left:15px;
}
}


/*  install page css  */
			


#install{
	width:100%;
}





.button {
	padding: 10px 20px;
	margin-right: 20px;
	background: #99cd4e;
	position: relative;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	border: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 5px;
	text-shadow: -1px -1px 0.5px rgba(0,0,0,0.5);
	-moz-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

#install p{
	margin-bottom:16px;
	font-size:1.2em;
}

#install ul{
	width:100%;
	margin:5px 0 40px 0;	
}

#install ul li{
	margin:10px 0;	
	float:left;	
	margin-right:10px;
	list-style-position:inside;
	width:100px;
}

.button{
	padding:10px 20px;
	margin-right:20px;	
}

hr{
	color:#888;
	opacity:0.4;
	margin:40px 0;	
}

#links{
	float:right;
	color:#303030;
	font-weight:600;
	list-style:none;
}

#links li{
	float:left;
	margin-left:20px;	
}

.like-btns{
	width:50px;
	padding:5px;
	background:#ffffff;
	position:fixed;
	margin-left:830px;
	text-align:center;
	border-radius:0 3px 3px 0;
}

#copyright, #copyright a {
	color: #666;
}

#copyright {
	font-size: 1em;
}