<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
background:#url(images/bgtab.jpg) no-repeat;

/* background:#fff url(../../images/azul/articulos_bg.jpg) no-repeat; */
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/

font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 30px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #fff;
/*background: #003F87; /*background of tabs (default state)*/ */


}



.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li.active a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 30px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #DCDCDC;
background: #003F87; /*background of tabs (default state)*/
}


.mattblacktabs li a:hover, .mattblacktabs li.selected a{
color: #DCDCDC;
text-decoration:none;
}

</style>

