@charset "UTF-8";
/*-----------------------------*/
/*Botones*/
.botonsubmenu
{
	display: block;
	width: 140px;
	height: 32px;
	background: url(../img/submenu/btn_submenu.png) no-repeat;
	font: 13px Arial, Helvetica, sans-serif;
	position: relative;
	top: 15px;
	padding: 7px 2px 2px 20px;
	color: #000;
	text-decoration: none;	
}

.botonsubmenu:link {
color: #black;
text-decoration: none;
outline:none;
	}


.botonsubmenu:hover
{ 
  background-position: 0 -100px;
  color: #FFF;
  text-decoration: none;
}

.botonsubmenu span
{
  display: none;
}


.botonsubmenu-blank
{
	display: block;
	width: 140px;
	height: 32px;
	background: url(../img/submenu/btn_submenu.png) no-repeat;
	position: relative;
	top: 15px;
	padding: 7px 2px 2px 10px;
	color: #000;
}
