div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myOtherElement {
	width: 80px;
	height: 20px;
	overflow: hidden;
	border: 1px solid black;
	background-image:url(../../imgs/bg-accesos.gif);
	float:right; 
	margin-right:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

div#myOtherElement span, div#myOtherElement a {
	/*display: block;*/
	padding: 0 3px;
}

div#myOtherElement a:hover {
	background: #f5f5f5;
}

div#datos {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	margin-left:0px;
	margin-top:0px;
	float:left;
	}

.btn {
	width: 40px;
	height: 20px;
	background-color:#333333;
	border:hidden;
	font-family:Arial, Helvetica, sans-serif;
	color:#660000;
	font-size:9px;
	}
	
.menu {
	width:80px;
	height:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	border: #333333 1px solid;
	}

.btn-ingresar {
	border:none;
	}
