
/* html{
	overflow: hidden;
} */
#appBody{
    background: url('../img/back2.jpg');
    background-repeat: no-repeat;
    background-size: cover cover;
    background-position:center;
	/* overflow: hidden; */
	
}

*::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
   /* display: none;   /*Ocultar scroll */
}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
*::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
*::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
*::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}

.links{
	padding: 0.75rem 1rem;
	text-decoration: none !important;
	color: #4a4a4a;
	font-size: 12px;
}

.links:hover{
	color: #4a4a4a;
}

    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #bdc3c7;
        color: black;
        text-align: center;
        font-weight: 300;
		font-size: 1em;
      }


    .letraSmall{
        font-weight: 300;
		font-size: 1em;
		color: white;
	}

	.opacar{
		opacity: 0.3;
	}

	
	.btn-circle.btn-xl {
		width: 70px;
		height: 70px;
		padding: 10px 16px;
		border-radius: 35px;
		font-size: 24px;
		line-height: 1.33;
	}
	
	.btn-circle {
		width: 40px;
		height: 40px;
		padding: 6px 0px;
		border-radius: 26px;
		text-align: center;
		font-size: 20px !important;
		line-height: 1.42857;
		background-color: #8862e0;
		border-color: #8862e0;
		color: white;
	}

	.observacion{
		background-color: #f5f5f6;
		border: 1px solid #f5f5f6;
		border-radius: 0.3em;
	}

	.btnSmall{
		border: 1px solid grey;
		padding: 2px;
		border-radius: 3px;
		cursor: pointer;
		margin-left: 5px;
	   }

