@charset "utf-8";

#botones {
	position: absolute;
	margin-left: 29.5%;
	text-align: center;
}

.banner {
	text-align: center;
}

.bannerdep {
	text-align: center;
}

.rotBtn {
	display: inline-block;
	width: 12px;
	height: 12px;
}

.rotBtndep {
	display: inline-block;
	width: 12px;
	height: 12px;
}

#rotBtn1 { background-position: -30px 0px; }
#rotBtn2 { background-position: -30px -11px; }
#rotBtn3 { background-position: -30px -22px; }
#rotBtn4 { background-position: -30px -33px; }
#deprotBtn1 { background-position: -30px 0px; }
#deprotBtn2 { background-position: -30px -11px; }
#deprotBtn3 { background-position: -30px -22px; }
#deprotBtn4 { background-position: -30px -33px; }

.selected { background-position: -30px -44px !important; }
