/*
    Document   : encabezado
    Created on : 28/07/2009, 04:22:51 PM
    Author     : marco
    Description:
        Estilos a incluir para costumizar las el componente de tabs al estilo de las plantillas de INCAE
*/

div.gk_tab_container0-style1 {
    background:#f2f2f2;
    border:solid 1px #cccccc;
    min-height:290px;
}
div.gk_tab_container1-style1 {
    background:none;
}

div.gk_tab_item-style1 {
   padding:0;
}
div.gk_tab_item_space {
    /*padding:0;*/
}
ul.gk_tab_ul-style1 li {
    border-style:none;
    border:none;
    display:block;
    height:26px;
}
ul.gk_tab_ul-style1 li.active {
    background:#f2f2f2;
    border:solid 1px #cccccc;
    border-bottom:none;
    height:25px;
}
ul.gk_tab_ul-style1 li span {
text-transform:none;
background:none;
line-height:24px;
height:auto;
font-size:12px;
color:#8f8387;
font-weight:bold;
}
ul.gk_tab_ul-style1 li.active span {
    background:none;
    color:#0091d6;
}

div.gk_tab_button_next-style1,
div.gk_tab_button_prev-style1 {
	background: none;
}

div.gk_tab_button_prev-style1 {
	background: none;

}

div.gk_tab_button_next-style1:hover {
	background: none;
}

div.gk_tab_button_prev-style1:hover {
	background: none;
}