@charset "utf-8";
/* CSS Document */

/* --- Estilos 2025 --- */

/* Fuente */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Hentaigana:wght@200..900&display=swap');
		
.imagenes img{
	width: 100%;
}
		
.titulo{
	font-size: 68px;
	font-family: "Noto Serif Hentaigana", serif;
	line-height: 64px;
	text-align: center;
	padding-bottom: 24px;
}
		
.titulo2{
	font-size: 44px;
	font-family: "Noto Serif Hentaigana", serif;
	line-height: 38px;
	text-align: left;
	padding-bottom: 24px;
}
		
.fuenteAzul{
	color: #29ABE2
}
		
p.parrafo{
	font: Playfair Display;;
	font-size: 18px;
	text-align: justify;
}
		
.paddingTop{
	padding-top: 48px;
}






/* ----- FUENTES ----- */
@import url('https://fonts.googleapis.com/css?family=Karla');


.internas, .titulos{
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	text-align: justify;
}
.titulos{
	font-size: 18px;
	font-weight: bold;
	padding: 4px 4px;
}




/* ----- Buscador ----- */
.cuadro_busqueda{
	width: 580px;
	height: 100px;
	background-color: rgba(101, 110, 123, 0.8);
	border-radius: 10px;
	margin-top: 140px;
	padding: 28px 0px 10px 0px;
}

.buscador-colmich{
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	width: 100% !important;
	height: 360px;
	background: url(../images/image-buscador.jpg) no-repeat;
	background-position: bottom;
	opacity: 0.9;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}



/* ----- Sobreescribir Otros ----- */

hr{
	border-top: 2px solid #EDEDED !important;
	margin-bottom: 4px !important;
	max-width: 1004px;
}

/* --- Carrusel --- */
.moduletableTitleHome h3{
	text-align: center !important;
	font-size: 20px;
	margin-bottom: 2px;
}

#amazingcarousel-container-1 {
    padding: 2px 48px !important;
}


.pie a:hover {
	text-decoration: none;
}

.pie{
  position:relative;
}

.banner01{
	position: absolute;
    top: 10px;
    /*left: 10px;*/
    right: 10px;
}




/* ---------- Videos Biblio ---------- */

/* Reproductor de video */
.reproductor-video{
	float: left;
	width: 60%;
}

.tamano-reproductor{
	width: 640px;
	height: 360px;
}

/* Lista de videos */
.lista-videos{
	float: right;
	width: 39%;
	margin-top: -30px;
}

.menu-titulo{
	font-family: 'Karla', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #9FCA3C;
	border: solid 2px #CACACA;
	padding: 6px 0px;
}

.menu-videos ul{
	float: left;
	width: 100%;
	height: auto;
	border: solid 1px #CACACA;
	margin: 0px;
	padding: 0px;
	background: #f00 !important;
}

.menu-videos li{
	list-style: none;
	border-top: solid 1px #DAFFD7;
	border-bottom: solid 1px #CACACA;
	border-left: solid 1px #CACACA;
	border-right: solid 1px #CACACA;
	padding: 0px 0px 2px 0px;
}

.menu-video-imagen img{
	padding: 4px 0px 4px 6px;
}

.menu-video-desc{
	position: absolute;	
	padding-left: 6px;
	padding-top: 18px;
}

.menu-video-linea{
	position: relative;
}

.menu-videos li:last-child{
	border-bottom: solid 1px #CACACA;
}
.menu-videos li:first-child{
	border: none;
}



@media screen and (max-width: 1200px) {

	.reproductor-video{
		width: 56% !important;
	}
	.lista-videos{
		width: 43% !important;
		margin-top: -6px !important;
	}
	
	.tamano-reproductor{
		width: 550px !important;
		height: 360px !important;
	}
}


@media screen and (max-width: 1000px) {
	
	.reproductor-video{
		width: 100% !important;
	}
	.lista-videos{
		float: left !important;
		width: 100% !important;
		max-width: 640px !important;
		margin-top: 0px !important;
	}
	
	.menu-videos ul{
		margin: 0px;
		padding: 0px;
	}
	
	.tamano-reproductor{
		width: 640px !important;
		height: 360px !important;
	}
	
}