/* CSS Document */

@viewport {
   width: device-width ;
   zoom: 1.0 ;
 }

@-ms-viewport {
   width: device-width ;
 }

@-webkit-viewport {
   width: device-width ;
 }

body {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 1em ; */
}

html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

h1 {
	color: #052e5c;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	
	}
h2 {
	color: #052e5c;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	
	}

.frmIngreso {
  border-radius: 25px;
  background: #13719c;
  padding: 20px; 
  width: 50%;
	color: #FFFFFF;
/*  height: 30px;   */
/*  width: 350px;
    height: 30px;   */
}

/* comes into effect for screens less than or equal to 630 pixels */
@media screen and (max-width: 630px) {
	.frmIngreso {
	  width: 90%;
	  min-height: 300px;
	}
}

.frmSinClase {
  background: #e2e2e2;
	padding-bottom: 10px;
	padding-top: 20px;
}

#txtDNI {
    margin: 5px; 
}

#cmdBuscar {
    margin: 5px; 
}

.comboCursos {
    width:100%;
}

.comboCursos option {
    width:100%;
}

.msgError {
	color:#FF0000;
	padding: 20px; 
}

.msgAviso {
  border-radius: 25px;
  border: 2px solid #052e5c;
  padding: 20px; 
  width: 50%;
/*  height: 55px;   */
/*  width: 400px;
  height: 55px;  */
}

.msgConfirmada {
  background-color:#23aee7;
}

#cmdBuscarNoUsado {
  background-color: #1fc8db;
  background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
  opacity: 0.95;
}
