
/* botones guardar */
.btnpp_darbaja {
	background: #FB1A04;
	/* background-image: -webkit-linear-gradient(top, #004E8C, #004E8C);
	background-image: -moz-linear-gradient(top, #004E8C, #004E8C);
	background-image: -ms-linear-gradient(top, #004E8C, #004E8C);
	background-image: -o-linear-gradient(top, #004E8C, #004E8C);
	background-image: linear-gradient(to bottom, #004E8C, #004E8C); */
	-webkit-border-radius: 9;
	-moz-border-radius: 20;
	border-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 16px;
	text-decoration: none;
	border: 1px;
	/* border-bottom: 3px; */
	/* border-color: red; */
	border-radius: 10px;
/* ACA ES A CONCIDERAR EL ANCHO Y LARGO DE CADA BOTON */
/*style="text-align: center; "*/
	/* width: 250px; */
	text-align: center;
	margin:10px;
	height:  30px;
	/* hidden:315%; */
}
.btnpp_darbaja:hover {
  background: red;
  /* background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db); */
  text-decoration: none;
}

			.btnpp_tutor{
				background: #5B8E4A;
				background-image: -webkit-linear-gradient(top, #5B8E4A, #5B8E4A);
				background-image: -moz-linear-gradient(top, #5B8E4A, #5B8E4A);
				background-image: -ms-linear-gradient(top, #5B8E4A, #5B8E4A);
				background-image: -o-linear-gradient(top, #5B8E4A, #5B8E4A);
				background-image: linear-gradient(to bottom, #5B8E4A, #5B8E4A);
				-webkit-border-radius: 9;
				-moz-border-radius: 20;
				border-radius: 10px;
				font-family: Arial, Helvetica, sans-serif;
				color: #ffffff;
				font-size: 14px;
				padding: 5px 16px;
				text-decoration: none;
				border: 1px;
				/* border-bottom: 3px; */
				/* border-color: red; */
				border-radius: 10px;
				/* width: 250px; */
				text-align: center;
				margin:10px;
				height:  30px;
			}
			.btnpp_tutor:hover {
              background: #3cb0fd;
                 background-image: -webkit-linear-gradient(top,#27FF00, #27FF00);
                  background-image: -moz-linear-gradient(top, #27FF00, #27FF00);
                  background-image: -ms-linear-gradient(top, #27FF00, #27FF00);
                  background-image: -o-linear-gradient(top, #27FF00, #27FF00);
                  background-image: linear-gradient(to bottom, #27FF00, #27FF00);
                  text-decoration: none;
            }


.btnpp_agregar {
	background: #004E8C;
	background-image: -webkit-linear-gradient(top, #004E8C, #004E8C);
	background-image: -moz-linear-gradient(top, #004E8C, #004E8C);
	background-image: -ms-linear-gradient(top, #004E8C, #004E8C);
	background-image: -o-linear-gradient(top, #004E8C, #004E8C);
	background-image: linear-gradient(to bottom, #004E8C, #004E8C);
	-webkit-border-radius: 9;
	-moz-border-radius: 20;
	border-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 16px;
	text-decoration: none;
	/* border: 1px; */
	/* border-bottom: 3px; */
	/* border-color: red; */
	border-radius: 10px;
/* ACA ES A CONCIDERAR EL ANCHO Y LARGO DE CADA BOTON */
/*style="text-align: center; "*/
	/* width: 250px; */
	text-align: center;
	margin:10px;
	height:  30px;
	/* hidden:315%; */
}

.btnpp_agregar:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(2px);
}


.btnppGrandeMantencion {
	background: #5B8E4A;
	background-image: -webkit-linear-gradient(top, #5B8E4A, #5B8E4A);
	background-image: -moz-linear-gradient(top, #5B8E4A, #5B8E4A);
	background-image: -ms-linear-gradient(top, #5B8E4A, #5B8E4A);
	background-image: -o-linear-gradient(top, #5B8E4A, #5B8E4A);
	background-image: linear-gradient(to bottom, #5B8E4A, #5B8E4A);
	-webkit-border-radius: 9;
	-moz-border-radius: 20;
	border-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 16px;
	text-decoration: none;
	border: 1px;
	border-radius: 10px;
	text-align: center;
	margin: 10px;
	height:  90%;
	width:    100%;
}
.btnpp_siguiente {
	background: #5B8E4A;
	background-image: -webkit-linear-gradient(top, #004E8C, #004E8C);
	background-image: -moz-linear-gradient(top, #004E8C, #004E8C);
	background-image: -ms-linear-gradient(top, #004E8C, #004E8C);
	background-image: -o-linear-gradient(top, #004E8C, #004E8C);
	background-image: linear-gradient(to bottom, #004E8C, #004E8C);
	-webkit-border-radius: 9;
	-moz-border-radius: 20;
	border-radius: 10px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 16px;
	text-decoration: none;
	border: 1px;
	/* border-bottom: 3px; */
	/* border-color: red; */
	border-radius: 10px;
/* ACA ES A CONCIDERAR EL ANCHO Y LARGO DE CADA BOTON */
/*style="text-align: center; "*/
	/* width: 250px; */
	text-align: center;
	margin:10px;
	height:  30px;
	/* hidden:315%; */
}
.btnpp_agregar:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
/**********************************FIN BOTON GUARDAR*/

.btn_xxx{
    background: #8e4a5a;


}
.btn_buscar {
    background: #5B8E4A;
    background-image: linear-gradient(to bottom, #5B8E4A, #5B8E4A);
    border-radius: 10px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 16px;
    text-decoration: none;
    /* border: 1px solid transparent; Asegura que haya un borde para que el botón tenga una altura mínima */
    text-align: center;
    margin: 10px;
    height: 30px;
    cursor: pointer; /* Agrega cursor de puntero */
    /* transition: background 0.3s ease, border-color 0.3s ease; Cambios aquí */
    border: 0px solid #00264d; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2)
    
}

.btn_buscar:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(2px);
}



.btn_buscar:hover {
    /* cursor: pointer; Añade un cursor en forma de mano */

    /* background: #3cb0fd;
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
    border-color: transparent; Cambia el borde transparente para que se vea el mismo color de fondo */
}

/**********************************FIN BOTON BUSCAR*/

/********************************* BOTON FOTOS*/
.boton_mantenedor{
	background-image: -webkit-linear-gradient(top, #002BBA, #2980b9);
	background-image: -moz-linear-gradient(top, #002BBA, #2980b9);
	background-image: -ms-linear-gradient(top, #002BBA, #002BBA);
	background-image: -o-linear-gradient(top, #002BBA, #002BBA);
	background-image: linear-gradient(to bottom, #002BBA, #002BBA);
	-webkit-border-radius: 9;
	-moz-border-radius: 20;
	border-radius: 9px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 12px 5px 12px;
	text-decoration: none;
	border: 1px;
	border-radius: 30px;
	height:  30px;
	width: 80%;
	text-align: center;
	margin:10px;

	}
	.boton_mantenedor:hover {
	  /* background: #3cb0fd;
	  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	  text-decoration: none; */
	}

	.boton_mantenedo_comfigurar{
		background-image: -webkit-linear-gradient(top, #002BBA, #2980b9);
		background-image: -moz-linear-gradient(top, #002BBA, #2980b9);
		background-image: -ms-linear-gradient(top, #002BBA, #002BBA);
		background-image: -o-linear-gradient(top, #002BBA, #002BBA);
		background-image: linear-gradient(to bottom, #002BBA, #002BBA);
		-webkit-border-radius: 9;
		-moz-border-radius: 20;
		border-radius: 9px;
		font-family: Arial;
		color: #ffffff;
		font-size: 20px;
		padding: 5px 12px 5px 12px;
		text-decoration: none;
		border: 1px;
		border-radius: 30px;
		height:  30px;
		width: 80%;
		text-align: center;
		margin:10px;

		}

		.boton_mantenedo_comfigurar:hover {
		  /* background: #3cb0fd;
		  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
		  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
		  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
		  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
		  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
		  text-decoration: none; */
		}

		.boton_mantenedo_eliminar{
			background-image: -webkit-linear-gradient(top, #002BBA, #2980b9);
			background-image: -moz-linear-gradient(top, #002BBA, #2980b9);
			background-image: -ms-linear-gradient(top, #002BBA, #002BBA);
			background-image: -o-linear-gradient(top, #002BBA, #002BBA);
			background-image: linear-gradient(to bottom, #002BBA, #002BBA);
			-webkit-border-radius: 9;
			-moz-border-radus: 20;
			border-radius: 9px;
			font-family: Arial;
			color: red;
			font-size: 20px;
			padding: 5px 12px 5px 12px;
			text-decoration: none;
			border: 1px;
			border-radius: 30px;
			height:  30px;
			width: 80%;
			text-align: center;
            cursor: pointer; /* Añade un cursor en forma de mano */

			margin:10px;

			}

			.boton_mantenedo_eliminar:hover {
			  /* background: #3cb0fd;
			  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
			  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
			  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
			  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
			  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
			  text-decoration: none; */
			}

			.btnpp_elimiwwwnar {
				background-color:  red;
				background-image: -webkit-linear-gradient(top, #004E8C, #004E8C);
				background-image: -moz-linear-gradient(top, #004E8C, #004E8C);
				background-image: -ms-linear-gradient(top, #004E8C, #004E8C);
				background-image: -o-linear-gradient(top, #004E8C, #004E8C);
				background-image: linear-gradient(to bottom, #004E8C, #004E8C);
				-webkit-border-radius: 9;
				-moz-border-radius: 20;
				border-radius: 10000px;
				font-family: Arial, Helvetica, sans-serif;
				color: #ffffff;
				font-size: 14px;
				padding: 5px 16px;
				text-decoration: none;
				border: 1px;
				/* border-bottom: 3px; */
				border-color: red;
				border-radius: 10px;
			/* ACA ES A CONCIDERAR EL ANCHO Y LARGO DE CADA BOTON */
			/*style="text-align: center; "*/
				/* width: 250px; */
				text-align: center;
				margin:10px;
				height:  30px;
				/* hidden:315%; */
			}
			/********************************** BOTON PAGAR LISTADO POSTULANTE*/

			.btn_pagar {
			  background: #5B8E4A;
			  background-image: -webkit-linear-gradient(top, #5B8E4A, #5B8E4A);
			  background-image: -moz-linear-gradient(top, #5B8E4A, #5B8E4A);
			  background-image: -ms-linear-gradient(top, #5B8E4A, #5B8E4A);
			  background-image: -o-linear-gradient(top, #5B8E4A, #5B8E4A);
			  background-image: linear-gradient(to bottom, #5B8E4A, #5B8E4A);
			  -webkit-border-radius: 9;
			  -moz-border-radius: 20;
			  border-radius: 10px;
			  font-family: Arial;
			  color: #ffffff;
			  font-size: 8px;
			  padding: 5px 10px;
			  text-decoration: none;
			  border: 1px;
			  /* border-bottom: 3px; */
			  /* border-color: red; */
			  border-radius: 10px;
			/* ACA ES A CONCIDERAR EL ANCHO Y LARGO DE CADA BOTON */
			/*style="text-align: center; "*/
			  /* width: 250px; */
			  text-align: center;
			  margin:10px;
              cursor: pointer; /* Añade un cursor en forma de mano */

			  height:  30px;
			}
			.btn_pagar:hover {
			  /* background: #3cb0fd;
			  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
			  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
			  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
			  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
			  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
			  text-decoration: none; */
			}
			/**********************************FIN BOTON PAGAR LISTADO POSTULANTE*/
