/* CSS Document */
ul.tabs {
    border-bottom: 1px solid #666666;
    height: 30px;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0;
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
}
ul.tabs li {
    float: left;
    list-style-image: none !important;
    margin: 0 !important;
    padding: 0;
    text-indent: 0;
	 /*line-height: 12px; Define el interlineado del texto */
}
ul.tabs a {
    background: url("images/tabs/blue.png") no-repeat scroll -420px 0 transparent;
    color: #333333;
    display: block;
    font-size: 10pt;
    height: 30px;
    line-height: 15px; /* Define el interlineado del texto */
    margin: auto 1px auto 0px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 1px;
    width: 134px;
	
}
ul.tabs a:active {
    outline: medium none;
}
ul.tabs a:hover {
    background-position: -420px -31px;
    color: #FFFFFF;
}
/*
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    background-position: -420px -62px;
    color: #fff !important;
    cursor: default !important;
}
*/
ul.tabs a.s {
    background-position: -553px 0;
    width: 81px;
}
ul.tabs a.s:hover {
    background-position: -553px -31px;
}
ul.tabs a.s.current {
    background-position: -553px -62px;
}
ul.tabs a.l {
    background-position: -248px 0;
    width: 174px;
}
ul.tabs a.l:hover {
    background-position: -248px -31px;
}
ul.tabs a.l.current {
    background-position: -248px -62px;
}
ul.tabs a.xl {
    background-position: 0 0;
    width: 248px;
}
ul.tabs a.xl:hover {
    background-position: 0 -31px;
}
ul.tabs a.xl.current {
    background-position: 0 -62px;
}
.panes .pane {
    display: none;
}

