/* CSS Document */

/**PRINCIPIO MENÚ BOTONES */
#mbotones{
	height: 43px;
	clear:both;
	margin-bottom:20px;
}

#boton1{
	/*background-image:url(../imgs/botones_sup/bt1.png);*/
	width:65px;height:25px; float:left; margin-right:8px;
}

#boton1:hover{/*background-image:url(../imgs/botones_sup/hbt1.png);*/ cursor:pointer;
}

#boton1_acti{
	background-image:url(../imgs/botones_sup/hbt1.png);
	width:65px;height:25px; cursor:pointer; float:left;margin-right:8px;
}


#boton2{
	background-image:/*url(../imgs/botones_sup/bt2.png);*/  cursor:pointer;
	width:125px;height:25px;float:left;margin-right:8px;
}

#boton2:hover{/*background-image:url(../imgs/botones_sup/hbt2.png);*/
}

#boton2_acti{
	background-image:url(../imgs/botones_sup/hbt2.png);
	width:125px;height:25px; cursor:pointer;float:left;margin-right:8px;
}

#boton3{
	/*background-image:url(../imgs/botones_sup/bt3.png);*/  cursor:pointer;
	width:120px;height:25px;float:left;margin-right:8px;
}

#boton3:hover{/*background-image:url(../imgs/botones_sup/hbt3.png);*/
}
#boton3_acti{
	background-image:url(../imgs/botones_sup/hbt3.png);
	width:120px;height:25px; cursor:pointer;float:left;margin-right:8px;
}


#boton4{
	/*background-image:url(../imgs/botones_sup/bt4.png);*/ cursor:pointer;
	width:136px;height:25px;float:left;margin-right:8px;
}

#boton4:hover{/*background-image:url(../imgs/botones_sup/hbt4.png);*/
}
#boton4_acti{
	background-image:url(../imgs/botones_sup/hbt4.png);
	width:136px;height:25px; cursor:pointer;float:left;margin-right:8px;
}


#boton5{
	/*background-image:url(../imgs/botones_sup/bt5.png);*/cursor:pointer;
	width:135px;height:25px;float:left;margin-right:8px;
}

#boton5:hover{/*background-image:url(../imgs/botones_sup/hbt5.png);*/
}
#boton5_acti{
	background-image:url(../imgs/botones_sup/hbt5.png);
	width:135px;height:25px; cursor:pointer;float:left;margin-right:8px;
}


#boton6{
	background-image:/*url(../imgs/botones_sup/bt6.png);*/ position:relative; cursor:pointer;
	width:150px;height:25px;float:left;margin-right:9px;

}

#boton6:hover{/*background-image:url(../imgs/botones_sup/hbt6.png);*/
}
#boton6_acti{
	background-image:url(../imgs/botones_sup/hbt6.png);
	width:150px;height:25px; cursor:pointer;float:left;margin-right:9px;
}


#boton7{
	/*background-image:url(../imgs/botones_sup/bt7.png);*/ position:relative; cursor:pointer;
	width:120px;height:25px;float:left;
}

#boton7:hover{/*background-image:url(../imgs/botones_sup/hbt7.png);*/
}
#boton7_acti{
	background-image:url(../imgs/botones_sup/hbt7.png);
	width:120px;height:25px; cursor:pointer;float:left;
}

