.tabsproducto{
float:left;
width:653px;
/*line-height:normal;*/
/*border-bottom: 2px solid #526e7f; */
}

.tabsproducto ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.tabsproducto li{
display:inline;
margin:0;
padding:0;
}

.tabsproducto a{
float:left;
background:url(subtab_izq.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding: 0 0 0 9px;
text-decoration:none;
font-family:Trebuchet MS;
font-size: 8pt;
}

.tabsproducto a span{
float:left;
display:block;
background:url(subtab_der.gif) no-repeat right top;
padding: 7px 10px 2px 2px;
color:#313131;
font-family:Trebuchet MS;
font-size: 8pt;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabsproducto a span {float:none;}
/* End IE5-Mac hack */

.tabsproducto a:hover span {
color: #313131;
}

.tabsproducto a.current{ /*Selected Tab style*/
background-position:0 -25px; /*Shift background image up to start of 2nd tab image*/
}

.tabsproducto a.current span{ /*Selected Tab style*/
background-position:100% -25px; /*Shift background image up to start of 2nd tab image*/
color: #ffffff;
}

.tabsproducto a:hover{ /*onMouseover style*/
background-position:0% -25px; /*Shift background image up to start of 2nd tab image*/
}

.tabsproducto a:hover span{ /*onMouseover style*/
background-position:100% -25px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer_prod{

clear: left;
width:95%;
/*height:1.5em;*/
}

.tabcontent_prod{
/*display:none;*/
}