/*********************************************************************
*  Estilos generales Micro Sitio de Transparancia                    *
*********************************************************************/

* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
}

html {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100%;
	width: 100%;
}


/***********************
*  Estilos Fonts Index *
***********************/



/***********************
*  Estilos Body Index  *
***********************/

body {
	/*border:1px solid red;*/
	margin: 0 auto 0 auto;
	padding: 0;
	height: inherit;
	width: 90%;
	background-color: #ffffff;
	background-image: url(../imgs/fndder.png), url(../imgs/fndizq.png);
	background-position: top right, top left;
	background-repeat: repeat-y, repeat-y;
}


/*************************
*  Estilos Header Index  *
*************************/

header {
	background-image: url(../imgs/lintop.svg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: white;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	min-height: 15%;
	width: 100%;
	display: flex;
	align-items: center;
}

img.log {
	margin: 0 0 0 0;
	padding: 0 2% 0 2%;
	width: 25%;
	height: auto;
}

img.iut {
	margin: 0 0 0 0;
	padding: 0 2% 0 2%;
	width: 10%;
	height: auto;
}

header>h1 {
	margin: 0 0 0 0;
	padding: 0 5% 0 5%;
	width: 65%;
	font-family: helvindex;
	font-size: 2rem;
	color: #691214;
	text-shadow: 0.02em 0.02em 0.1em #9b1b1e;
}


/****************************
*  Estilos Contenido Index  *
****************************/

Article.index {
	/*border:1px solid green;*/
	background-color: white;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	min-height: 60%;
	height: auto;
	width: 99.8%;
}

section.lut {
	/*border:1px solid green;*/
	margin: 0 0 0 0;
	padding: 1% 2% 1% 2%;
	width: 96%;
	height: auto;
}


/*************************
*  Estilos Fotter Index  *
*************************/


/*************************
*  Estilos Fracciones *
*************************/

.Table {
	display: table;
	margin: auto;
}

.Titulo {
	display: table-caption;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: #444444;
}

.princi {
	display: table-row;
	font-weight: bold;
	text-align: center;
	
}

.fila {
	display: table-row;
	text-align: center;
	font-weight: bold;
}

.Celda {
	display: table-cell;
	border-right: solid #444444;
	border-width: thin;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: .3px;
	height: 170px;
	width: 170px;
	background-color: #919191
}

.Celda:hover {
	background-color: #444444;
}

.dept {
	text-align: center;
	font-size: 30px;
	color: 444444;
}

.deppadres{
	font-size: 25px;
}

.Celda p {
	color: white;
	padding-top: 15px;
	font-size: 20px;
	margin-top: 45px;
}

.fecha{
	color: white;
	font-size: 20px;
}