/* Para el control menupestaņas */	
.menupestanas{
	margin:0 0 20px 0;
	height:20px;
}
.menupestanas a{
	display:block;
	float:left;
	width:130px;
	height:18px;
	background:url(../../img/tab_grey.gif);
	background-position: top center;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	padding:2px 0 0 0;
}
.menupestanas a:hover{
	background:url(../../img/tab_hover.gif);
	background-position: top center;
}
.menupestanas a.active{
	background:url(../../img/tab_blue.gif);
	background-position: top center;
}
/* Para el control menupestaņas */	