.section-colored.text-center{
    background-color:#f4d2b9;
}

.section-colored.text-center{
    background-color:#ffffff;
}

.admin-style {
    width: 33.33%; /* Un tercio de la pantalla */
    max-width: 350px; /* Máximo 350px */
    margin: 0 auto;
    color: #fff;
    background-color: #007bff;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
  }
  
  .consulta-style {
    width: 33.33%; /* Un tercio de la pantalla */
    max-width: 350px; /* Máximo 350px */
    margin: 0 auto;
    color: #fff;
    background-color: #28a745;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
  }

nav.navbar.navbar-inverse {
    background-color:#f3f3f3;
}

nav.navbar.navbar-inverse a.botonEntrar {
    color:#000000;
}
nav.navbar.navbar-inverse a.botonEntrar:hover {
    color:#afa3a3;
}

/*nav.navbar.navbar-inverse a:hover {
    background-color:#721c1c;
}*/

nav.navbar.navbar-inverse a.logoInicio:hover {

    
    background-color:#ffffff;
}

.ir-arriba {
	display:none;
	padding:20px;
	background:rgb(199, 172, 172);
	font-size:20px;
	color:rgb(0, 0, 0);
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
    z-index: 1;
}
	
.fa {
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome; /* Especificamos que fuente utilizar*/
    /*font-size: inherit;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.topinblock.micro-label1 {
    font-size: 11.5px;
    /* font-weight: bold; */
    color:red';
}

.topinblock.micro-label1.span {
    font-size: 18.5px;
    /* font-weight: bold; */
    color:red';
}

.farow
{
    font-weight: normal;
}