﻿/*  Estilo de las pestañas */

.Estilo__tab .ajax__tab_header {
      background:url(tab-line.gif) repeat-x bottom;
}

.Estilo__tab .ajax__tab_outer    {
      background:url(tab-right.gif) no-repeat right;
}

.Estilo__tab .ajax__tab_inner    {
     background:url(tab-left.gif) no-repeat;
}

.Estilo__tab .ajax__tab_tab {
     background:url(tab.gif) repeat-x;
}

.Estilo__tab .ajax__tab_hover .ajax__tab_outer {
     background:url(tab-hover-right.gif) no-repeat right;
}

.Estilo__tab .ajax__tab_hover .ajax__tab_inner {
     background:url(tab-hover-left.gif) no-repeat;
}

.Estilo__tab .ajax__tab_hover .ajax__tab_tab {
     background:url(tab-hover.gif) repeat-x;
}

.Estilo__tab .ajax__tab_active .ajax__tab_outer {
     background:url(tab-active-right.gif) no-repeat right;
}

.Estilo__tab .ajax__tab_active .ajax__tab_inner {
     background:url(tab-active-left.gif) no-repeat;
}

.Estilo__tab .ajax__tab_active .ajax__tab_tab {
     background:url(tab-active.gif) repeat-x;
}

.Estilo__tab .ajax__tab_tab {
	 font-family:Verdana;
	 font-size: 10pt;
	 text-decoration: none;
	 margin-left: 0px;	 
	 color: White;
	 width: 120px;
}
.Estilo__tab .ajax__tab_hover .ajax__tab_tab {
	 color: White;
}
.Estilo__tab .ajax__tab_active .ajax__tab_tab {
	 color: #2c79b6;
}

.Estilo__tab .ajax__tab_outer {
     height:22px;
}

.Estilo__tab .ajax__tab_inner    {
     padding-left:3px;
}

.Estilo__tab .ajax__tab_tab {
     padding:5px 5px;
     margin:0;
}

.Estilo__tab  .ajax__tab_body { 
     background:url(tab-body.gif) repeat-x;
     font-family:verdana,tahoma,helvetica; 
     font-size:10pt;
     border:0px solid #ffffff;
     border-top:0;
     padding-top:8px;
} 

