
/* inicio soporte pestañas */

ul.tablabels {
border-bottom: 1px solid #589901;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}


ul.tablabels li {
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}


ul.tablabels li a {
background: #A0B75A;
border: 1px solid #589901;
color: #000000;
float: left;
font-family: arial;
font-size: 12px;
font-weight: bold;
line-height: 14px;
margin-right: 2px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}


ul.tablabels a {
background: #E0F7AA;
border-bottom: 1px solid #ffffff;
color: #000000;
}


ul.tablabels a:hover {
color: #E0F7AA;
}


ul.tablabels li.tablabelSelected a {
background: #E0F7AA;
border-bottom: 1px solid #E0F7AA;
color: #000000;
font-weight: bold;
}




div.tabcontents {
border: 1px solid #589901;
border-top: 0px;
}


div.tabcontent {
padding: 5px;
display: none;
}


div.tabcontentSelected {
border: 1px solid #E0F7AA;
padding: 5px;
display: block;
background: #E0F7AA;
}



/* fin soporte pestañas */

