



@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;
}



p.titulomodal{
	font-weight:400;
	font-size: 28px;
	color:#0093bd;
	font-family: 'NotoSansBold', sans-serif;
}

p.textomodal{
	font-size: 18px;
	color:#454545;
	font-family: 'NotoSansRegular', sans-serif;
}




a.ligamodal:link {
  color: #b2945e;
  text-decoration:underline;
  font-weight:800;
  font-size:18px;
  font-family: 'NotoSansBold', sans-serif;  
}
a.ligamodal:visited {
  color: #b2945e;
  text-decoration:underline;
  font-weight:800;
  font-size:18px;  
  font-family: 'NotoSansBold', sans-serif;  
}
a.ligamodal:hover {
  color: #497f6a;
  text-decoration:none;
  font-weight:800;  
  font-size:18px;  
  font-family: 'NotoSansBold', sans-serif;  
}
a.ligamodal:active {
  color: #b2945e;
  text-decoration:underline;
  font-weight:800;  
  font-size:18px;  
  font-family: 'NotoSansBold', sans-serif;  
}




.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;
}