﻿/* TAB MENU */
#menu
{
    height: 170px;
    padding: 15px 0 0 0;
    background: url(../_img/menuonline-sombra.png) repeat-x;
}
#menuTab
{
    width: 980px;
    height: 170px;
    position: relative;
    padding: 0;
    margin: 0;
}
/* TAB BOTON */

#menuTab li
{
    display: block;
	float: left;
	width: 245px;
	height: 170px;
}
#menuTab li.selected
{    
    font-weight: normal;
}
#menuTab li div.tabButton a
{
    font-size: 200%;
    font-family: "Times New Roman", Times, serif;    
    color: #fff;
    position: relative;
    top: 15px;
    left: 23px;
}
#menuTab li div.tabButton a strong
{
    font-weight: normal;
}
#menuTab li div.tabButton
{
    cursor: pointer;
    height: 170px;
}
#menuTab li div.tabButton a:hover strong, #menuTab li div.tabButton:hover strong
{
    color: #ffc82e;
}
#seccion-la-corporacion
{
    background: #b8122b url(../_img/menu-tab1.png) no-repeat;
}
#seccion-desarrollo-empresarial
{
    background: #638F38 url(../_img/menu-tab2.png) no-repeat;
}
#seccion-formacion-y-empleo
{
    background: #B5A66B url(../_img/menu-tab3.png) no-repeat;
}
#seccion-comercio-exterior
{
    background: #4799B5 url(../_img/menu-tab4.png) no-repeat;
}
#menuTab li.unselected
{
    background: #636b70 url(../_img/menu-tab2-inactive.png) no-repeat;
}
#menuTab #seccion-la-corporacion.unselected
{
    background: #636b70 url(../_img/menu-tab1-inactive.png) no-repeat;
}

/* TAB PANEL */

#menuTab .menuPanel
{
    display: none;
}
#menuTab li.selected .menuPanel
{
    display: block;
    width: 980px;
    height: 130px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 40px;
    left: 0;
}
#seccion-la-corporacion.selected .menuPanel
{
    background: #B9122B url(../_img/menu-panel1.png) no-repeat;
}
#seccion-desarrollo-empresarial.selected .menuPanel
{
    background: #638F38 url(../_img/menu-panel2.png) no-repeat;
}
#seccion-formacion-y-empleo.selected .menuPanel
{
    background: #B5A66B url(../_img/menu-panel3.png) no-repeat;
}
#seccion-comercio-exterior.selected .menuPanel
{
    background: #4799B5 url(../_img/menu-panel4.png) no-repeat;
}

/* TAB ITEMS */

#menuTab .menuPanel ul
{
    float: left;
    width: 245px;
    padding: 0;
    margin: 5px 0 0 0;
}
#menuTab .menuPanel li
{
    margin: 10px 0 0 20px;
    height: 17px;
}
#ie6 #menuTab .menuPanel li
{
    margin: 5px 0 0 10px;
    width: 225px;
    
}
#menuTab .menuPanel li span
{
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menuTab .menuPanel a span
{
    display: block;
    color: White;
    padding: 3px 0 4px 23px;
    background: url(../_img/menu-panel-boton1.png) no-repeat 0 50%;
}
#ie6 #menuTab .menuPanel a span
{
    background: url(../_img/menu-panel-boton1.gif) no-repeat 0 50%;
}
#menuTab .menuPanel a:hover span, #menuTab .menuPanel a span.selected
{
    color: #ffc82e;
    padding: 3px 0 4px 23px;
    background: url(../_img/menu-panel-boton1-on.png) no-repeat 0 50%;
}
#ie6 #menuTab .menuPanel a:hover span, #ie6 #menuTab .menuPanel a span.selected
{
    background: url(../_img/menu-panel-boton1-on.gif) no-repeat 0 50%;
}
#menuTab .menuPanel a.externo span
{
    background: url(../_img/menu-panel-boton2.png) no-repeat 0 50%;
}
#ie6 #menuTab .menuPanel a.externo span
{
    background: url(../_img/menu-panel-boton2.gif) no-repeat 0 50%;
}
#menuTab .menuPanel a.externo:hover span, #menuTab .menuPanel a.externo span.selected
{
    color: #ffc82e;
    padding: 3px 0 4px 23px;
    background: url(../_img/menu-panel-boton2-on.png) no-repeat 0 50%;
}
