/* CSS Document */

/**PRINCIPIO MENÚ BOTONES */
#mbotones{
	height: 43px;
	clear:both;
	margin-bottom:20px;
}

#boton1{
	/*background-image:url(../imgs/botones_sup/bt1i.png);*/
	width:65px;height:25px; float:left; margin-right:8px;
}

#boton1:hover{/*background-image:url(../imgs/botones_sup/hbt1i.png);*/ cursor:pointer;
}

#boton1_acti{
	background-image:url(../imgs/botones_sup/hbt1i.png);
	width:65px;height:25px; cursor:pointer; float:left;margin-right:8px;
}


#boton2{
	background-image:/*url(../imgs/botones_sup/bt2i.png);*/  cursor:pointer;
	width:160px;height:25px;float:left;margin-right:8px;
}

#boton2:hover{/*background-image:url(../imgs/botones_sup/hbt2i.png);*/
}

#boton2_acti{
	background-image:url(../imgs/botones_sup/hbt2i.png);
	width:160px;height:25px; cursor:pointer;float:left;margin-right:8px;
}

#boton3{
	/*background-image:url(../imgs/botones_sup/bt3i.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/hbt3i.png);
	width:120px;height:25px; cursor:pointer;float:left;margin-right:8px;
}


#boton4{
	/*background-image:url(../imgs/botones_sup/bt4.png);*/ cursor:pointer;
	width:100px;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/hbt4i.png);
	width:100px;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/hbt5i.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/hbt6i.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/hbt7i.png);
	width:120px;height:25px; cursor:pointer;float:left;
}


