﻿ #tabsB {
      float:left;
      width:100%;
      background:#fff;
      font-size:8pt;
      line-height:normal;
      border-bottom:2px solid #b00000;
      font-weight:bold;
      color:#cccccc;
      text-decoration:none;
}
#tabsB ul {
        margin:0;
        padding:8px 8px 0 0px;
        list-style:none;
        text-decoration:none;
    }
    
    #tabsB li {
      display:inline;
      margin:0px;
      padding:0px;
      text-decoration:none;
      
      }
    #tabsB a {
      float:left;
      background:url("../images/iconos/taboffizquierdo.gif") no-repeat left top;
      margin-right:3px;
      padding:0 0 0 1px;
      text-decoration:none;
      font-family:Arial;
      font-size:1.1em;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("../images/iconos/taboffderecho.gif") no-repeat right top;
      padding:5px 9px 4px 10px; /* Para cambiar ancho de menú */
      color:#333333;
      text-decoration:none;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span 
    {
		float:none;
		text-decoration:none;
	}
    /* End IE5-Mac hack */
    #tabsB a:hover span 
    {
		
		color:#990000;
		text-decoration:none;
		font-family:Arial;
        font-size:1em;
      }
    #tabsB a:hover {
       background:url("../images/iconos/tabonizquierdo.gif") no-repeat left top;
        color:#ffffff;
        text-decoration:none;
        font-family:Arial;
        font-size:1.1em;
    }
    #tabsB a:hover span {
      background:url("../images/iconos/tabonderecho.gif") no-repeat right top;
      color:#ffffff;
      text-decoration:none;
    }

   #tabsB .current a {
        background:url("../images/iconos/tabonizquierdo.gif") no-repeat left top;
        color:#ffffff;
        text-decoration:none;
                
        }
  #tabsB .current a span {
              background:url("../images/iconos/tabonderecho.gif") no-repeat right top;
			  color:#ffffff;
			  text-decoration:none;
        }
        

   /*- Menu Tabs Submenu--------------------------- */

    #ctl00_ContentPlaceHolder1_tabSubmenu {
      float:left;
      width:100%;
      background:#FFFFFF;
      font-size:100%;
      line-height:normal;
      border-bottom:2px solid #b00000;
      
      }
    #ctl00_ContentPlaceHolder1_tabSubmenu ul {
        margin:0;
        padding:10px 10px 0 10px;
        list-style:none;
      }
    #ctl00_ContentPlaceHolder1_tabSubmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #ctl00_ContentPlaceHolder1_tabSubmenu a {
      float:left;
      background:url("../images/iconos/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 4px 0 4px;
      text-decoration:none;
      }
    #ctl00_ContentPlaceHolder1_tabSubmenu a span {
      float:left;
      display:block;
      background:url("../images/iconos/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#222;
      font-weight:bold;
      color:#555;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #ctl00_ContentPlaceHolder1_tabSubmenu a span {float:none;}
    /* End IE5-Mac hack */
    #ctl00_ContentPlaceHolder1_tabSubmenu a:hover span {
      color:#000;
      }
    #ctl00_ContentPlaceHolder1_tabSubmenu a:hover {
      background-position:0% -42px;
      }
    #ctl00_ContentPlaceHolder1_tabSubmenu a:hover span {
      background-position:100% -42px;
      }

        #ctl00_ContentPlaceHolder1_tabSubmenu .current a {
                background-position:0% -42px;
        }
        #ctl00_ContentPlaceHolder1_tabSubmenu .current a span {
                background-position:100% -42px;
        }