/*
* { margin: 0px;
padding: 0px; outline: 0;
}
*/

/*Línea base del menú*/
.tabshome{
float:left;
width:653px;
line-height:normal;
}

.tabshome ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.tabshome li{
display:inline;
margin:0;
padding:0;
}

.tabshome a{
float:left;
background:url(tab_izq.jpg) no-repeat left top;
margin:0;
margin-right: 8px; /*spacing between each tab*/
padding: 0 0 0 9px;
text-decoration:none;
font-family:Trebuchet MS;
font-size: 12pt;
}

.tabshome a span{
float:left;
display:block;
background:url(tab_der.jpg) no-repeat right top;
padding: 4px 15px 6px 3px;
color:#313131;
font-family: Trebuchet MS;
font-size: 12pt;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabshome a span {float:none;}
/* End IE5-Mac hack */

.tabshome a:hover span {
color: #313131;
}

.tabshome a.current{ /*Selected Tab style*/
background-position:0 -34px; /*Shift background image up to start of 2nd tab image*/
}

.tabshome a.current span{ /*Selected Tab style*/
background-position:100% -34px; /*Shift background image up to start of 2nd tab image*/
color: #ffffff;
}

.tabshome a:hover{ /*onMouseover style*/
background-position:0% -34px; /*Shift background image up to start of 2nd tab image*/
}

.tabshome a:hover span{ /*onMouseover style*/
background-position:100% -34px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer_home{
clear: left;
width: 95%; /*width of 2nd level sub menus*/
height:2.45em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
/*height: 0.5em;*/
}

.tabcontent_home{
display:block;
visibility:hidden;
position:absolute;
}

.tabsdivlinebottom
{
float:left;
width:653px;
background-color: #83a2bb;
}

.tabslinebottom
{
width:653px;
height: 2px;
background-color: #83a2bb;
}

.menuback
{
width:653px;
height: 27px;
background-color: #83a2bb;
}