/* CSS Document */

/**PRINCIPIO MENÚ BOTONES */
#mbotones{
	height: 43px;
	clear:both;
	margin-bottom:20px;
}

#boton1{
	/*background-image:url(../imgs/botones_sup/bt1f.png);*/
	width:65px;height:25px; float:left; margin-right:8px;
}

#boton1:hover{/*background-image:url(../imgs/botones_sup/hbt1f.png);*/ cursor:pointer;
}

#boton1_acti{
	background-image:url(../imgs/botones_sup/hbt1f.png);
	width:65px;height:25px; cursor:pointer; float:left;margin-right:8px;
}


#boton2{
	background-image:/*url(../imgs/botones_sup/bt2f.png);*/  cursor:pointer;
	width:125px;height:25px;float:left;margin-right:8px;
}

#boton2:hover{/*background-image:url(../imgs/botones_sup/hbt2f.png);*/
}

#boton2_acti{
	background-image:url(../imgs/botones_sup/hbt2f.png);
	width:125px;height:25px; cursor:pointer;float:left;margin-right:8px;
}

#boton3{
	/*background-image:url(../imgs/botones_sup/bt3f.png);*/  cursor:pointer;
	width:120px;height:25px;float:left;margin-right:8px;
}

#boton3:hover{/*background-image:url(../imgs/botones_sup/hbt3f.png);*/
}
#boton3_acti{
	background-image:url(../imgs/botones_sup/hbt3f.png);
	width:120px;height:25px; cursor:pointer;float:left;margin-right:8px;
}


#boton4{
	/*background-image:url(../imgs/botones_sup/bt4f.png);*/ cursor:pointer;
	width:136px;height:25px;float:left;margin-right:8px;
}

#boton4:hover{/*background-image:url(../imgs/botones_sup/hbt4f.png);*/
}
#boton4_acti{
	background-image:url(../imgs/botones_sup/hbt4f.png);
	width:136px;height:25px; cursor:pointer;float:left;margin-right:8px;
}


#boton5{
	/*background-image:url(../imgs/botones_sup/bt5f.png);*/cursor:pointer;
	width:135px;height:25px;float:left;margin-right:8px;
}

#boton5:hover{/*background-image:url(../imgs/botones_sup/hbt5f.png);*/
}
#boton5_acti{
	background-image:url(../imgs/botones_sup/hbt5f.png);
	width:135px;height:25px; cursor:pointer;float:left;margin-right:8px;
}


#boton6{
	background-image:/*url(../imgs/botones_sup/bt6f.png);*/ position:relative; cursor:pointer;
	width:150px;height:25px;float:left;margin-right:9px;

}

#boton6:hover{/*background-image:url(../imgs/botones_sup/hbt6f.png);*/
}
#boton6_acti{
	background-image:url(../imgs/botones_sup/hbt6f.png);
	width:150px;height:25px; cursor:pointer;float:left;margin-right:9px;
}


#boton7{
	/*background-image:url(../imgs/botones_sup/bt7f.png);*/ position:relative; cursor:pointer;
	width:120px;height:25px;float:left;
}

#boton7:hover{/*background-image:url(../imgs/botones_sup/hbt7f.png);*/
}
#boton7_acti{
	background-image:url(../imgs/botones_sup/hbt7f.png);
	width:120px;height:25px; cursor:pointer;float:left;
}


