body {
	background: #F2F3F4;
	width: 100%;
	display: block;
	margin: auto;
	font-family: sans-serif, Arial;
}

#principal {
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	min-width: 350px;
	max-width: 1200px;
	margin: 0 auto;
	border: 1px solid #999999;
	box-shadow: -1px 3px 25px -6px rgba(0,0,0,0.75);
}

.encabezado {
    background: #2980b9;
    overflow:hidden;
	color:#FFFFFF;
	text-align:center;
	display: flex;
}

.escudo {
    display: flex;
	align-items: center;
	background: #F2F3F4;
	border-radius: 1px;
}

.colegio {
    float: left;
	padding-left: 20px;
	text-align: center;
    width: 80%;
}

#tabla1 {
    width: 90%;
    border-collapse:collapse;
    font-weight: 100;
	margin: 10px auto;
	color: #000000;
}

#tabla1 thead th {
	background:#CCCCCC;
    color: #000000;
	font-weight:bold;
    padding: 8px;
	border: 1px solid #8f8f8f;
	font-size:13px;
}

#tabla1 tbody td {
	height: 25px;
	font-weight: 600;
	border: 1px solid #8f8f8f;
	padding: 6px 2px;
}

table tbody tr:nth-child(odd) {
	background: #FFFFFF;
}
table tbody tr:nth-child(even) {
	background: #e4e4e4d1;
}
#tabla1 tbody tr:hover {
	background: #8699a74d;
}

input[type="button"] {
	font-weight: bold;
	margin: 20px 10px;
}

.pie {
	text-align:left;
	padding: 5px;
	background: #2980b9;
	color:#FFFFFF
}
.contenedor{
    color: rgb(46, 46, 46);
    margin-top: 25px;
	overflow-x: auto;
}

.titulo{
    text-align: center;
    padding: 8px;
}

.center{text-align:center;}

input[type="checkbox"]{
    width: 15px;
    height: 15px;
}

input[type="text"], input[type="email"], input[type="tel"]{
	height: 18px;
	font-size: 1em;
}

#t-body{
    text-align: center;
}

.nombre-a{
    text-align: left;
    font-size: 15px;
}

h5, h6,h4 {margin: 3px;}
.i-buscar {
	height: 25px;
	font-size: 16px;
	width: 50%;
}

button{
    padding: 8px;
    margin: 4px;
    font-size: 15px;
    cursor: pointer;
    background-color: #26a69a;
    color: white;
    border: 0px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%);
}

button:hover{
    background-color: #259287;
}

.btn-dark {
	background:#636b70;
	/*border-radius: 7px;*/
	/*font-weight:bold;*/
}

.btn-big {font-size:18px;}

.btn-dark:hover {background-color:#484d50 !important;}

.c-fecha{
	display: flex;
    align-items: center;
	padding: 5px 40px;
	font-size: 17px;
}

input[type="date"]{
	font-size: 17px;
}

select{
	height: 24px;
	font-size: 16px;
	border: 1px solid #9d9d9d;
}
    
textarea{
	font-family: sans-serif, Arial;
	font-size: 14px;
	border: 1px solid #c1c1c1;
    border-radius: 0.1875em;
}  

input:focus {
	border: 2px solid #b4dbed;
    outline: 0;
}

textarea:focus, select:focus {
	border: 1px solid #5a95b1;
    outline: 0;
}

.lbl {
	margin: 5px;
	font-weight: bold;
}