/*
Theme Name: Tema Consejo Dentistas
Theme URI: https://consejodentistas.es
Template: consulting
Author: Dpto. Informática Consejo Dentistas
Author URI: https://consejodentistas.es
Description: Tema desarrollado para la web principal del Consejo General de Dentistas de España
Tags: red,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,fixed-layout,fluid-layout,responsive-layout,custom-background,custom-colors,custom-header,custom-menu,sticky-post,translation-ready
Version: 1.0.1.1673451963
Updated: 2023-01-11 15:46:03

*/

div#ridobar {
    display: flex;
    /*display: inline;*/
    flex-wrap: wrap;
    width: 100%;
    /* background-color: #fff; */
    padding: 0;
	margin: 0;
    justify-content: space-between;
    color: white;
}
div#ridobar img {
    display: inline;
    width: 16px;
    height: auto;
	margin: 0 5px 0 0;
}
div#ridobar div#rb_usuar, div#ridobar div#rb_unlog div#bto {
    /*display: flex;*/
    display: inline;
    align-items: center;
    border: 0;
    background: transparent;
	padding: 10px 20px;
	margin: 1px;
}
div#ridobar div#rb_unlog div#bto {
    display: inline;
	transition: all ease-in-out .4s;
	cursor: pointer;
}
div#ridobar div#rb_unlog div#bto:hover {
	background-color: white;
}

