﻿.bar-command-top-right {float: right;width:300px;	}
.bar-command-foot {float: right;width:200px; padding-top:10px;	}

.links {
	float: right;
}	
.links div a {
	float: left;
	text-decoration: none;
	color: #476D92;
	padding: 0 10px 0 0;
	font: 10px Verdana;
	height: 16px;
	line-height: 16px;
}
.links div a span {
	float: left;
	padding-right: 10px;
	text-align: center;	
	height: 16px;
}
.links div a:hover {
 	color: #F60;
	background: url(imagenes/links/fondo-links-2.jpg) no-repeat top right;
}
.links div a:hover span 
{
	background: url(imagenes/links/fondo-links-2.jpg) no-repeat top left;
}
.links .ico {
	vertical-align: middle;
	margin-bottom: 2px;
	margin-top: -1px;
	height:auto;
	width:auto;
}
/* Button Link */
.button-link div a {
	float: left;
	text-decoration: none;
	color: #476D92;
	padding: 0 10px 0 0;
	font: 10px Verdana;
	height: 16px;
	line-height: 16px;	
	text-align: center;
	font-weight: bold;
}
.button-link a span {
	float: left;
	padding-right: 9px;
	height: 16px;
}
.button-link div a:hover 
{
	color: #F60;	
	background: url(imagenes/links/fondo-links.jpg) no-repeat top right;
}
.button-link div a:hover span {
	background: url(imagenes/links/fondo-links.jpg) no-repeat top left;
}
.button-link .ico {
	vertical-align: middle;
	margin-bottom: 2px;
	margin-top: -1px;
	height:auto;
	width:auto;
}
