		#btnConfiguracion, #btnRechazar, #btnAceptar{
			color: #000;
		}
		
		.btn-success{
			background-color: #5cb85c;
		}
		
		h1{
			font-size: 38px !important;
		}
		
		#img_logo{
			max-width: 245px;
			max-height: 81px;
		}
		
		#btnAceptar:hover{
			background-color: #5cb85c;
			color: #fff;
		}
		
		#infoA {
			display: none;
		    position: absolute;
		    width: 165px;
			top: 5px;
    		left: 390px;
		    background-color: white;
		    border-radius: 5px;
		    font-family: 'PT Sans Caption', sans-serif;
 			padding: .5rem; 
 			z-index: 999999;
 			font-size: 12px;
		}
		
		#infoServicioA {
			display: none;
		    position: absolute;
		    width: 165px;
		    top: 5px;
		    left: 750px;
		    background-color: white;
		    border-radius: 5px;
		    font-family: 'PT Sans Caption', sans-serif;
 			padding: .5rem; 
 			z-index: 999999;
 			font-size: 12px;
		}