body.not-logged-in {
	padding:0px !important;
}	

#top_bar {
    height: 11px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#top_bar_logo {
    margin-top:-11px;
    width: 40px;
    z-index: 1000;
    margin-right:30px;
    float:right;
    /*
    position: absolute;
    margin-left: 700px;
    */
    
}

/*defino fodos de la solapa*/
#top_bar.top_bar_naranja{
    //background-image: url("../images/fondoSolapa.png");
    //background-repeat: repeat-x;
    background-color:#EF8127;
}

#top_bar.top_bar_blanca{
    background-color: #FFF;
}

#top_bar.top_bar_capitalidad{
    background-color: #FFF;
}

#top_bar.top_bar_celeste{
    background-color: #00bfdf;
}

#top_bar.top_bar_verde	{
    background-color: #1FC17B;
}

#top_bar.top_bar_azul	{
    background-color: #0046E3;
}

#top_bar_logo img{
	max-height: 29px;
}

/*si tienen margen superior bajo los elementos de la pagina 10px*/
#top_bar.con-margen-superior{
	margin-bottom: 10px;
}
#top_bar_logo.con-margen-superior{
	margin-top:-21px;
}

