/* ================================================
   FONT FACE
   ============================================== */
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');

/* =================================================
   GENERAL
   ============================================== */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	}

body, html {
	margin:0;
	padding:0;
    font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height:22px;
	color:#1a2240;
	height:100%;
	}

img { border: 0px; }
a {	text-decoration: none; color:#1a2240;}
strong { font-weight: 700; }

#container {
	width:1000px;
	margin:0 auto;
	border-left: 1px solid #0c325b;
	border-right: 1px solid #0c325b;
	}
.main {
	width:900px;
	padding:0px;
	margin:0 auto;
	overflow:auto;
	}

/* =================================================
   TOP
   ============================================== */
#encabezado {
	width:100%;
	background-image:url(img/back_top.jpg);
	height:195px;
	color:#fff;
	}
#encabezado_home {
	width:100%;
	background-image:url(img/back_top_home.jpg);
	height:575px;
	color:#fff;
	}
#encabezado .main,
#encabezado_home .main {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	min-height:100%;
	}
#encabezado .main .logo {
	float:left;
	}
#encabezado .main .txt {
	padding-left:60px;
	float:left;
	letter-spacing: 0.05em;
	}
#encabezado .main .txt .fecha,
#encabezado_home .main .txt .fecha {
	font-size: 20px;
	text-transform: uppercase;
	font-weight:400;
	display:block;
	padding-bottom:10px;
	}
#encabezado .main .txt .slogan,
#encabezado_home .main .txt .slogan {
	font-size: 18px;
	display:block;
	padding-bottom:10px;
	}

#encabezado_home .main .logo {
	width:100%;
	text-align:center;
	}
#encabezado_home .main .txt {
	width:100%;
	text-align:center;
	letter-spacing: 0.05em;
	}

#bienvenida {
	width:100%;
	padding:30px 0px;
	border-bottom:1px dotted #1a2240;
	text-align:center;
	font-size:19px;
	}
#bienvenida h2 {
	color:#9b1b45;
	font-size:22px;
	font-weight:400;
	display:block;
	padding-bottom:10px;
	}
.titulo_anio {
    color: #9b1b45;
    font-size: 40px;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
    font-weight: 400;
	}
.volver_anio {
	font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 63px;
    height: 43px;
    text-align: center;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: none;
    background-color: #9b1b45;
    padding-top: 20px;
    position: absolute;
    float: left;
    margin-top:20px;
	font-weight: 400;
	}
a.volver_anio_2021 {
	background-color:#9b1b45;
	}

/* =================================================
   MENU PPAL
   ============================================== */
.bot-institucional {
	font-size:16px;
	font-weight: 400;
	color:#fff;
	text-transform: uppercase;
	padding:10px 0px;
	display:block;
	width:250px;
	text-align:center;
	background-color:#9b1b45;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:20px auto;
	}
#nav {
	width:100%;
	padding:0px 0px 30px 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	overflow:auto;
	}
#nav a {
	font-size:16px;
	font-weight: 400;
	color:#fff;
	text-transform: uppercase;
	padding:10px 0px;
	display:block;
	float:left;
	width:140px;
	text-align:center;
	background-color:#0c325b;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:0px 3px;
	}
#nav a:hover,
#nav .active {
	background-color:#9b1b45;
	}

	#nav_anio {
		width:100%;
		padding:30px 0px 0px 0px;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		justify-content: center;
		overflow:auto;
		}
	#nav_anio a {
		font-size: 22px;
		font-weight: 400;
		color: #fff;
		text-transform: uppercase;
		display: block;
		float: left;
		width: 85px;
		height: 55px;
		text-align: center;
		border-radius: 200px 200px 200px 200px;
		-moz-border-radius: 200px 200px 200px 200px;
		-webkit-border-radius: 200px 200px 200px 200px;
		border: 0px solid #0c325b;
		background-color: rgb(12, 50, 91);
		padding-top: 30px;
		margin:0px 15px 0px 15px;
		}
	#nav_anio a.anio2021 {
		background-color:#9b1b45;
		}
    #nav_anio a.bibliografia {
		background-color:#9b1b45;
        font-size: 14px;
		}


/* =================================================
   SECCIONES
   ============================================== */
/* ---------------------------------
   HOME
   ------------------------------- */

/* ---------------------------------
   TEMPLATE
   ------------------------------- */
.semanas {
	width:95%;
	margin:0 auto;
	font-size:11px;
	line-height:normal;
	clear: both;
	}
.semanas h1 {
	display:block;
	font-weight:400;
	color:#9b1b45;
	font-size:20px;
	line-height:normal;
	padding:20px 0px;
	}
.semanas .titulo {
	width: 100%;
	height: 30px;
	padding:0px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.semanas .archivo {
	float:left;
	width:14%;
	text-align:center;
	border-right:1px dotted #1a2240;
	padding:10px 0px;
	cursor:pointer;
	}
.semanas .archivo img {
	padding:5px 0px;
	}
.semanas .archivo:hover {
	background-color:#ececec;
	}

.semanas {
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	}


/* =================================================
   FOOT
   ============================================== */
.direccion {
	width: 100%;
	color:#0c325b;
	padding:50px 0px 15px 0px;
	text-align:center;
	}
#foot {
	background: #9b1b45;
	width: 100%;
	font-size:13px;
	color:#fff;
	padding:6px 0px;
	}
#foot .main .copy {
	float:left;
	padding-top:6px;
	}
.disponible {
	float:right;
	margin-left:20px;
	}
.disponible img {
	height:35px;
	width:auto;
	}