/* CSS Document */

/**PRINCIPIO MENÚ BOTONES */
#mbotones{
	height: 43px;
	clear:both;
	margin-bottom:20px;
}

#boton1{
	/*background-image:url(../imgs/botones_sup/bt1aa.png);*/
	width:65px;height:25px; float:left; margin-right:8px;
}

#boton1:hover{/*background-image:url(../imgs/botones_sup/hbt1aa.png);*/ cursor:pointer;
}

#boton1_acti{
	background-image:url(../imgs/botones_sup/hbt1a.png);
	width:65px;height:25px; cursor:pointer; float:left;margin-right:8px;
}


#boton2{
	background-image:/*url(../imgs/botones_sup/bt2a.png);*/  cursor:pointer;
	width:160px;height:25px;float:left;margin-right:8px;
}

#boton2:hover{/*background-image:url(../imgs/botones_sup/hbt2a.png);*/
}

#boton2_acti{
	background-image:url(../imgs/botones_sup/hbt2a.png);
	width:160px;height:25px; cursor:pointer;float:left;margin-right:8px;
}

#boton3{
	/*background-image:url(../imgs/botones_sup/bt3a.png);*/  cursor:pointer;
	width:105px;height:25px;float:left;margin-right:8px;
}

#boton3:hover{/*background-image:url(../imgs/botones_sup/hbt3a.png);*/
}
#boton3_acti{
	background-image:url(../imgs/botones_sup/hbt3a.png);
	width:105px;height:25px; cursor:pointer;float:left;margin-right:8px;
}


#boton4{
	/*background-image:url(../imgs/botones_sup/bt4a.png);*/ cursor:pointer;
	width:100px;height:25px;float:left;margin-right:8px;
}

#boton4:hover{/*background-image:url(../imgs/botones_sup/hbt4a.png);*/
}
#boton4_acti{
	background-image:url(../imgs/botones_sup/hbt4a.png);
	width:100px;height:25px; cursor:pointer;float:left;margin-right:8px;
}


#boton5{
	/*background-image:url(../imgs/botones_sup/bt5a.png);*/cursor:pointer;
	width:120px;height:25px;float:left;margin-right:8px;
}

#boton5:hover{/*background-image:url(../imgs/botones_sup/hbt5a.png);*/
}
#boton5_acti{
	background-image:url(../imgs/botones_sup/hbt5a.png);
	width:120px;height:25px; cursor:pointer;float:left;margin-right:8px;
}


#boton6{
	background-image:/*url(../imgs/botones_sup/bt6a.png);*/ position:relative; cursor:pointer;
	width:150px;height:25px;float:left;margin-right:9px;

}

#boton6:hover{/*background-image:url(../imgs/botones_sup/hbt6a.png);*/
}
#boton6_acti{
	background-image:url(../imgs/botones_sup/hbt6a.png);
	width:150px;height:25px; cursor:pointer;float:left;margin-right:9px;
}


#boton7{
	/*background-image:url(../imgs/botones_sup/bt7a.png);*/ position:relative; cursor:pointer;
	width:150px;height:25px;float:left;
}

#boton7:hover{/*background-image:url(../imgs/botones_sup/hbt7a.png);*/
}
#boton7_acti{
	background-image:url(../imgs/botones_sup/hbt7a.png);
	width:150px;height:25px; cursor:pointer;float:left;
}


