.clearTodo {
	clear: both
}
strong {
	font-weight:bold
}
#top {
	position: absolute;
	top:0;
}
#opciones {
	background:#E7E7E7;
	font: 12px/140% Arial, Helvetica, sans-serif;
	padding:10px;
	width:120px;
	color:#999;
	position: fixed;
	z-index:7000;
	right:0;
	top:0;
}
#opciones h2 {
	font-size:16px;
	color:#666;
	border-bottom:1px solid #fff;
	margin:0 0 3px 0;
	padding:0 0 3px 0;
}
#opciones h3 {
	color:#666666;
	margin:3px 0;
	height:15px;
	text-indent:0;
	padding:0;
}
#opciones p {
font-size:9px;
}
#opciones a{
	color:#999;
	text-decoration:none;
}
#opciones a:hover {
	color:#fff;
	background:#666666;
}
#settings {
	position: fixed;
	z-index:8000;
	right:0;
	top:0;
	display:block;
	text-indent:-99999px;
	background: url(../_img/opciones.gif) no-repeat 0 0;
	height:43px;
	width:43px;
	cursor: pointer;
}
#settings:hover {
	background: url(../_img/opciones.gif) no-repeat 0 -86px;
}
.cerrar {
	background: url(../_img/opciones.gif) no-repeat 0 -43px!important;
}
