/* ---------------------- BOTONES ---------------------- */

#Docentes{
    height: 280px;
    width: 280px;
    background-image:url(recursos/Docentes.png);
}

#Estudiantes{
    height: 280px;
    width: 280px;
    background-image:url(recursos/Estudiantes.png);
}

#BuscarEstudiante {
	background-color: #9BB444;
	color: #fff;
	width: calc(80% - 20px);
	margin: 0 10%;
	margin-top: 22px;
	border: none;
}

#AgregarEstudiante {
	background-color: #48e;
	color: #fff;
	width: calc(80% - 20px);
	margin: 0 10%;
	margin-top: 22px;
	border: none;
}

#EliminarEstudiante {
	background-color: #B47644;
}

#CerrarSesion {
	background-color: #B44444;
}

#Regresar {
	background-color: #859991;
}

input[type='submit']{
	background-color: #0FBE7C;
	color: #fff;
	width: calc(80% - 20px);
	margin: 0 10%;
	margin-top: 22px;
	border: none;
}

input[type='button']{
	background-color: #448EB4;
	color: #fff;
	width: calc(80% - 20px);
	margin: 0 10%;
	margin-top: 22px;
	border: none;
}

/* ---------------------- CELDAS ---------------------- */

.filaTabla {
  text-align: center;
}

.filaPrincipal {
  text-align: center;
  height: 300px;
  padding: 10px;
}

.celdaTablaInformacion {
  padding: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  /* IMPORTANTE */
  display: inline-block;
  width: 300px;
  border-style: solid;
  border-width: 1px;
  background-color:#3e3e3e;
}

.celdaTablaInformacionAmplia {
  padding: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  /* IMPORTANTE */
  display: inline-block;
  width: 600px;
  border-style: solid;
  border-width: 1px;
  background-color:#3e3e3e;
}

.celdaTabla {
  padding: 10px;
  margin: 10px;
  margin-top: 0;
  margin-bottom: 0;
  /* IMPORTANTE */
  display: inline-block;
}

.celdaPrincipal {
  padding: 10px;
  margin: 10px;
  margin-top: 0;
  margin-bottom: 0;
  /* IMPORTANTE */
  display: inline-block;
}

/* ---------------------- ORGANIZADORES ---------------------- */

#formulario {
	margin: 15%;
	margin-top: 30px;
	padding-top: 28px;
	margin-bottom: 15px;
}

#formularioDatosEstudiante {
	width: 95%;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}

#formularioDatosEstudianteHistoria {
	padding: 50px 20px;
	width: 90%;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}

#contenedor {
  position: relative;
  min-height: 100vh;
}

#contenido {
  padding-bottom: 2.5rem; 
}

#pieDePagina {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;           
}

#formBottom{
    padding-bottom: 0;
    margin-bottom:0;
}

div.form{
    display:block;
    text-align: center;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 0;
  margin-left: 5px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  /*left: 0;*/
  margin-left: 10px;
  height: 20px;
  width: 20px;
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.formcol{
	float: center;
	padding: 2px;
} 
.formcol label {
	font-weight: Normal;
	display:block;
} 

fieldset {
  border:1px solid gray;
  margin-bottom: 20px;
}

.fieldsetPer {
  width: 90%;
  border:1px solid gray;
  margin-bottom: 20px;
  margin-left: 5%;
  margin-right: 5%;
}


.brtop{
	margin-top:5px;
	display:inline-block;
}

.brNormal{
	margin-top:5px;
	display:block;
}

legend {
	font-size: 25px;
	font-weight: bold;
}

form {
    display: inline-block;
	padding: 50px 20px;
	background-color: #292929;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 28px;
	margin-bottom: 30px;
	overflow: hidden;
}

/* ---------------------- ELEMENTOS ---------------------- */

* {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	text-align: center;
}

body{
    background-color:#292929;
    color: #CCCCCC;
}


h5{
    font-size: 12px;
}

h6{
    font-size: 8px;
}

input[type='date'] {
	width: 95%;
	padding: 9px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}

input {
	width: calc(100% - 15px);
	padding: 9px;
	margin: auto;
	margin-top: 12px;
	font-size: 16px;
    border: 1px solid #444444;
	background-color: #3E3E3E;
	color: #AAAAAA;
}

input[type=text]:focus {
  background-color: lightgray;
}

output {
	width: calc(100% - 15px);
	padding: 9px;
	margin: auto;
	margin-top: 12px;
	font-size: 16px;
}

.ok {
	text-align: center;
	width: 100%;
	padding: 12px;
	background-color: #1e6;
	color: #fff
}

.bad {
	text-align: center;
	width: 100%;
	padding: 12px;
	background-color: #a22;
	color: #fff
}

.encabezado{
    display:block;
    text-align: center;
	padding-top: 28px;
}

