
/*MENU*/
#menu ul{
	float:right;
}
#menu ul li{
	float:left;
	background: transparent url(../images/menu/solapa_menu_left.png) left bottom no-repeat ;
	padding-top:15px;
}
#menu ul li a {
	display:block;
	background: transparent url(../images/menu/solapa_menu_right.png) right bottom no-repeat ;
	float:left;
	margin-left:10px;
	padding-right:10px;
	padding-top:10px;
	height:20px;
	#padding-top:5px;
	#height:25px;
	font-size:13px;
	/*letter-spacing:-2px;*/
	color:#000000;
	cursor:pointer;
	text-align:center;
}

#menu ul li.selected{
	background: transparent url(../images/menu/solapa_menu_left_selected.png) left bottom no-repeat ;
}
#menu ul li.selected a {
	background: transparent url(../images/menu/solapa_menu_right_selected.png) right bottom no-repeat ;
}




.spt_iconos_menu{
	background: transparent url(../images/menu/spt_iconos_menu.png) no-repeat ;
	display:block;
	width:30px;
	height:25px;
	overflow:hidden;
	margin:0 auto;
	#margin:0;
	margin-top:-20px;	
}
.ico1{background-position:0 0;}
.ico2{background-position:-30px 0;}
.ico3{background-position:-60px 0;}
.ico4{background-position:-90px 0;}
.ico5{background-position:-120px 0;}
.ico6{background-position:-150px 0;}
