#index{
	cursor:pointer;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	}
.oculto{display:none;}
.visible{display:block;}

    #mainContainer{
	width:240px;
	margin: 5px auto;
	float:left;
	height:100%;
	background-color:#FFF;
    }
    #leftColumn{
        width:240px;

        float:left;
        padding-left:5px;
		
    }
    #mainContent{
        width:590px;
        padding-left:10px;
        padding-right:10px;
        float:left;


    }
    #topBar{
        height:20px;
        padding-left: 5px;
        border: none;

    }
/* End of demo CSS */

    /****************************************************************************************
    *   LAYOUT CSS FOR THE MENU
    ****************************************************************************************/



    #dhtmlgoodies_listMenu a {   /* Main menu items */
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding-left: 0px;
	line-height:200%;

    }


    #dhtmlgoodies_listMenu ul li a{ /* Sub menu */
        color: #000000;
        font-weight:bold;
        font-size: 0.75em;
        background: none;/*#c9c9c9;     */
        /*border-left: 3px solid #CCCCCC;*/
        border-bottom: none;
    }



    #dhtmlgoodies_listMenu ul li ul li a{   /* Sub Sub menu */
        color: #000000;
        font-size:0.8em;
        font-weight:normal;
        line-height:110%;
        background:#EEE;
        /*border-left: 9px solid #c9c9c9;*/
        border-bottom: none;
    }

    #dhtmlgoodies_listMenu .activeMenuLink{ /* Styling of active menu item */
        color:blue;
    }


    /*
    No bullets
    */
    #dhtmlgoodies_listMenu li{
	list-style-type:none;
	text-align: center;
    }
#dhtmlgoodies_listMenu li ul li {
	list-style-type:none;
	text-align: left;
}


    /*
    No margin and padding
    */
    #dhtmlgoodies_listMenu, #dhtmlgoodies_listMenu ul{
        margin:0px;
        padding:0px;
    }

    /* Margin of sub menu items */
    #dhtmlgoodies_listMenu ul{
        display:none;
        margin-left:10px;
    }




/* CERCADOR DE GOOGLE*/

.cse-branding-right, .cse-branding-form{
    Background-color:#fff;
    color:#000;
}


/* style="background-color:#fff;color:#000"*/
