#cerrado{
    position: fixed;
	right:0px;
	top: 92px;
	top: 135px;
	z-index: 999;
}

#cerradoBtn img{
	width:100%;
	height:auto;
	max-width:192px;
}

#cerradoBtn.onePage{
	text-align:right;
	padding-right: 50px;
}

@media screen and (max-width: 599px){
	#cerrado img{
		width:135px;
		height:auto;
	}
}

@media screen and (max-width: 600px){

	#cerradoBtn.onePage{
		text-align:center;
		padding-right: 0px;
	}
}