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

* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background:#f2f8fe;
}

html {
    font-family: Open Sans, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a {
	text-decoration:none;
}


@font-face {
	font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(fonts/fa-brands-400.woff2) format("woff2"),url(fonts/fa-brands-400.ttf) format("truetype");
}


.encabezado{
	width: 100%;
	position: relative;
	z-index: 2000;
	display: flex;
	justify-content: right;
	
	background-color: #023859;
	opacity: 0.8;
}

.pudh{
}


.navegacion {
	width: 100%;
	
	font-family: Open Sans, sans-serif;
	font-size: 1em;
	height: 68px;	
	background-color: #1976D2;
	display:block;
}



.link-social {
    font-size: calc(1em + 1vw);
    margin: 10px;
	color: #ffffff;
}

.fa-facebook:before {
    content: "\f09a";
}
.fa-x-twitter:before {
    content: "\e61b";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-linkedin:before {
	content: "\f08c";
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1.6;
    text-rendering: auto;
	text-decoration:none;
}

.top-redes {
	width: 100%;
	background-color: #023859;
	opacity: 0.8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 60px;
	padding-right: 60px;
}
.img-top-redes{
	height: 82px;
	margin: 6px;
}


.navegacion-principal{
	width:100%;
	font-size:15px;

}



/*
Inicia Contenido
*/
.contenido {
	width: 90%;
	max-width: 1850px;
	margin: 0 auto;

	font-family: Open Sans, sans-serif;
	color: #173a56;
	background-color:#fff;
	
	

	display:block;

}

/*.contenido ul, ol{
	margin:20px;
}*/

.contenido ol{
	padding-left:60px;
}

.bordes_img{
	border-color: #ccc;
    border-radius: 8px 0 8px 8px;
    border-style: solid;
    border-width: 2px;
    display: block;
    margin: 10px auto;
    padding: 5px;
}


.titulos{
	height: 88px;
	box-sizing: content-box;
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-style: italic;
	color: #357DBC;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.menu-izq {
	background-color: #FFFFFF;
	float: left;
	width: 188px;
	padding-left: 8px;
} 
 
 .menu-izq  h2 { 
    font-family: Open Sans, sans-serif; 
    font-size: 14px; 
    color: #0a4e9b; 
    font-weight: bold; 
    border-bottom-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-color: #deae3d; 
    margin-top: 5px; 
    text-transform: uppercase; 
    margin-left: 0px; 
    margin-right: 3px; 
} 
 
.menu-izq  a,visited { 
    font-family: Open Sans, sans-serif; 
    font-size: 12px; 
    color: #003366; 
} 
 
.menu-izq  a:hover { 
    font-family: Open Sans, sans-serif; 
    font-size: 12px; 
    color: #FF9900; 
} 
 
.menu-izq  li { 
    list-style-type: none; 
      padding-left: 0; 
      margin-left: 0; 
} 
 
.menu-izq  ul { 
    list-style-type: none; 
    padding-left: 0; 
      margin-left: 0; 
} 
 
.menu-izq  h3 { 
    font-family: Open Sans, sans-serif; 
    font-size: 13px; 
    color: #0a4e9b; 
    font-weight: bold; 
    margin-bottom: 3px; 
    margin-top: 5px; 
    margin-left: 8px; 
    border-bottom-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-color: #CCCCCC; 
}

#tamano {
	float: right;
	width: 75px;
	margin-top: 5px;
	font-size: 15px;
}


#tamano img {
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.info-contenido {
	width: 72%;
	margin: 0px auto;
	padding: 10px;
	
}

.info-contenido ul, ol{
	margin:20px;
}
.info-contenido ol{
	padding-left:60px;
}


.info-contenido h1 {
	font-family: Open Sans, sans-serif;
	font-size: 23px;
	color: #003366;
	text-decoration: none;
	list-style-type: none;
	padding: 20px;
}



.info-contenido a,visited {
	color: #003366;
	text-decoration: none;
}

.info-contenido a:hover {
	color: #003366;
	text-decoration: underline;
}


.noticias {

}

.noticias img {

}

.noticias h2 a,visited {
	font-family: Open Sans, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}



.noticias h2 a:hover {
	font-family: Open Sans, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.noticias h3{
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}


.noticias h4{
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-left: 9px;
	background-position: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.noticias_perseo{
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;

	background-repeat: no-repeat;
	padding-left: 9px;
	background-position: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


/*@media (min-width:768px) {
 .pie-banners {
  width:750px;
  margin:0 auto;
 }
}
@media (min-width:992px) {
 .pie-banners {
  width:970px;
  margin:0 auto;
 }
}
@media (min-width:1200px) {
 .pie-banners {
  width:1170px;
  margin:0 auto;
 }
}*/

.pie-banners {
	width: 100%;
	
	
	background-image: url(imgs/titulo-pudh.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;

	box-sizing: content-box;

	display:block;

	height: 120px;

	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fbecb5;	
}


.pie-derechos {
	width: 100%;
	font-size: 10pt;

	line-height: 2;
	color: #FFFFFF;
	background-color:#20232e;
	opacity: 0.85;
}

.pie-derechos a,visited a,link{
	color: #cc9931;
	text-decoration:none;
}
.pie-redes{
	text-align:center;
	font-size:10px;
}

.tabla-pie{
	width: 90%;
	margin: 0px auto;
	padding:30px;
}
.filas-pie{
  display: flex;
  gap: 20px;
  justify-content: center;
}
.textos-pie{
	
}

.formato-pie3{
	width:90%;
	margin:0px auto;
	text-align: center;
	font-size: 8pt;
}



.logo{
	float: left;
	width: 485px;
	text-align: right;
	margin-top: 9px;
}



/*
Terminan Pie con Banners y Pie con Derechos
*/

.cita {
    color: #666666;
    font-size: 11px;
}

.menu_redes_sociales{
	background-color: #FFFFFF;
	float: right;
	width: 218px;
	padding-left: 8px;
}

#facebook{
	float:right;
	padding: 18px;
}

#twitter{
	float:right;
	padding: 18px;
}


.verLine {
	border-bottom: 1px dashed #D8D8D8;
	margin-top: 0;
	margin-right: 8px;
	font-family: Open Sans, sans-serif;
}

.verLineTop {
    border-top: 1px dashed #D8D8D8;
    margin-top: 0;
	margin-right: 8px;
}

.verLineleft {
    border-left: 1px dashed #D8D8D8;
	margin-left: 8px;
}

.coloquio_titulos {
	text-align:center;
	font-weight:bold;
}

.sitio a:hover{
	text-decoration:none;
	color:#666666;
}

.vista {
	display:none;
}
#incorrecto{
	color:#F00;
}
.iter_criminis{
	color:#F6DEC5;
}

.letra_titulos_resaltantes{
	font-size:14px;
	color:#666;
	font-weight:bold;
}
.tabla_horarios{
	color:#444444;
	text-align:center;

}
.tabla_horarios td{
	height:22px;
}
.borde_der{
	border-right:dashed 1px #666;
}

.index-title {
    color: #222222;
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
	margin-bottom:7px;
	padding-bottom:5px;
	padding-left:5px;
	border-bottom:4px solid #2158A1;
}

.index-tortura {
    color: #222222;
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
	margin-bottom:7px;
	padding: 5px;

	text-align:justify;
}


.importante {
    color: #222222;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2em;
	margin-bottom:7px;
	padding-bottom:5px;
	padding-left:5px;
	border-bottom:4px solneid #2158A1;
}
.texto_importante {
    color: #222222;
    font-size: 18px;

    line-height: 1.3em;
	margin-bottom:7px;
	padding-bottom:5px;
	padding-left:5px;

}

.separador{
	border-bottom: 1px solid #D8D8D8;
	margin:-3px 30px 30px;
}

.tabla_coloquio{
	border-bottom: 1px dashed #D8D8D8;
	border-right: 1px dashed #D8D8D8;
}

.tabla_derecha{
	border-right: 1px dashed #D8D8D8;
}

.tabla_abajo{
	border-bottom: 1px dashed #D8D8D8;
}

.lateral_PERSEO{
	background-color:#f5f6f7;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	float: right;
	width: 218px;
	color:#000;
	margin-bottom: 8px;
	margin-top: 8px;
}



/*GALERIA SIMILAR A PERSEO*/
.foto:hover{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 8px solid #EEF2F2;
}

.foto{
	background: none repeat scroll 0 0 #F7F9F9;
	border: 8px solid #F7F9F9;
	font-size:12px;

	padding:10px;
}

.foto-text {
    border-top: 3px solid #306961;
    margin: 10px 0 20px;
    padding: 5px 0 0;
    text-align: center;
    width: 150px;
}

/*RADIO UNAM*/

.radio:hover a{
	font-size: 14px;
	font-weight:bold;
    color: #333;
	text-decoration: none;
}
.radio:hover{
	outline:thin dotted;
}

.radio a{
	font-size: 14px;
}

.radio{
	background-color:#f2f2f2;
	text-decoration: none;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-width: 1px 0;
    color: #003366;
    padding: 5px 10px;
    position: relative;
	
    top: -1px;
}

/*CICLO DE CONFERENCIAS*/

.ciclo:hover a{
	font-size: 14px;
	font-weight:bold;
    color: #333;
	text-decoration: none;
}
.ciclo:hover{
	outline:thin dotted;
}

.ciclo a{
	font-size: 14px;
}

.ciclo{
	background-color:#f2f2f2;
	text-decoration: none;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-width: 1px 0;
    color: #003366;
    padding: 5px 10px;
    position: relative;
	
    top: -1px;
}

.indicadores{
	color:#003366;
	font-family:Open Sans, sans-serif;
	font-size:16px;
	font-weight: bold;
}

.snedh {
	float: right;
	width: 100%;
	border: 1px solid #CCCCCC;
	
	font-family: "Anaheim-Regular",Verdana,Arial;
	font-size: 13px;
	color: #003366;
	padding-bottom: 10px;
	margin-left: 10px;

	background-repeat: no-repeat;
	background-position: top;
}

.TextoHome {
    color: #565E3C;
    font-family: "Anaheim-Regular",Verdana,Arial;
    font-size: 18pt;
    text-align: justify;
}

.snedh_contenido {
    color: #FFFFFF;
    font-family: "Anaheim-Regular",Verdana,Arial;
    font-size: 18pt;
	background-color:#565E3C;
	padding-left: 15px;
}

#home_link{
	color: #FFFFFF;
    font-family: "Anaheim-Regular",Verdana,Arial;
    font-size: 22pt;
	padding-left: 20px;
}

.bomba{
	style="width:95%; 
	text-align:center; 
	margin-left:20px;
}




/*ESTILOS MICROSITIO Sistema Nacional de Evaluación del nivel de cumplimiento de los Derechos Humanos*/

.snedh_texto {
    
    font-family: "Anaheim-Regular",Verdana,Arial;
    font-size: 14pt;
    font-style: normal;

}

.snedh_titulos {
    color: #000000;
    font-family: "montserrat_alternatesregular",Verdana,Arial;
    font-size: 14pt;
    font-style: inherit;
    font-weight: lighter;
}

.navegacion-SNEDH {
	height: 18px;
	width: 620px;
	float: left;
	font-family: "Anaheim-Regular",Verdana,Arial;
	font-size: 14px;
	color: #0D233D;
	padding-top: 3px;
	margin-left: 5px;
}

.navegacion-buscador-SNEDH {
	height: 18px;
	width: 200px;
	float:left;
}

.titulos-noticas-SNEDH {
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:4px solid #565E3C;


	margin-bottom:7px;
	padding-bottom:5px;
	padding-left:5px;
	text-decoration:none;
	font-weight: bold;

    color: #000000;
    font-family: "montserrat_alternatesregular",Verdana,Arial;
    font-size: 14pt;
    font-style: inherit;
    font-weight: lighter;
}

.texto-SNEDH {
    color: #000000;
    font-family: "Anaheim-Regular",Verdana,Arial;
    font-size: 12pt;
    height: 14px;
}



#ficha_tecnica{
	right:0px; 
	top:0px; 
	z-index:10 !important;
	
}

.titulo-noticia{
	color:#003366; 
	font-family:Open Sans, sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight: bold;
}

.titulo-noticia a, visited {
	color:#003366;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	text-decoration:none;
}

.titulo-noticia a:hover{
 color: #265795;    
 font-size:16px;
}

.LineTop {
    border-top: 1px solid #CED1D3;
    margin-top: 0;
	margin-right: 8px;
}

/*FLASH DIAS INTERNACIONALES*/

.dias_text1{
	font-size:14px;
	margin-left: 6px;
	font-weight:600;
	line-height:12px;
	color:#3b5998;

}

.dias_text2{
	font-size: 12px;
	line-height: 1.34;
	margin-left: 6px;
}

.dias_text3{
	color:#90949c;
}

.dias_text4{
	text-decoration:none;
	color: #385898;
}

.titulo_noti{
	font-size: 20px;
	letter-spacing: 1px;
	font-weight:bold;
	width: 250px;

	color: #003366; 
	padding-left: 10px;
}
.titulo_noti a{
	text-decoration:none;
}



.caja{
	padding-top: 205px;
    padding-right: 0px;
    padding-bottom: 405px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: rgba(255, 255, 255, 1);
    border-radius: 0px;
}

video {
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1; 
}
.home-oculto{
	display:none;
}

.home-eventos{
	display:none;
}

<!--************SECCION DIRECTORIO--> 

.directorio_panel_bio {	
	font-size: 14px;
	text-align: justify;
	line-height: 18px;
	padding-bottom: 7px;
	color: #3F3F3F;
	font-family: lato, sans-serif;
	font-weight: 300;
}

.directorio_redondo {	
	width: 231px;
    height: 235px;
    border-radius:160px;
	opacity: 1;
}
.video-conversatorios{
	width: 90%;
	max-width: 1200px;
	margin: 10px auto;

	/* Grid */
	display: grid;
	grid-template-columns: 1fr auto; 
}
.conversatorios-texto{
	height: 100%;
	
	/* Flebox */
	display: flex;
	flex-direction: column; /*aplilar elementos uno debajo del otro*/
	justify-content: center; /*dividir espacio sobrante siemrpre la caja debe de tener 100% en height*/
	align-items: center;
}


/*GRID CSS Y FLEXBOX*/

.contenedor_home {
	width: 90%;
	max-width: 1200px;
	margin: 10px auto;

	/* Grid */
	display: grid;
	grid-template-columns: 1fr auto; 
}

.contenedor_home a:hover{
	opacity:0.8;
	cursor:pointer;
}

.titulo {
	font-size: 24px;
	padding: 20px 0;
}

.cubos {
	display: grid;
	grid-template-columns: repeat(2, 1fr); 
	gap: 20px;
}

.card_cubos {
	border-radius: 12px;
	border:none;
	width:100%;
	height:auto;
}

.card_cubos .textos {
	height: 100%;
	
	/* Flebox */
	display: flex;
	flex-direction: column; /*aplilar elementos uno debajo del otro*/
	justify-content: space-between; /*dividir espacio sobrante siemrpre la caja debe de tener 100% en height*/

	/* Grid */
	/* display: grid;
	grid-template-rows: 1fr auto; */
}

.transmision-envivo{
	width: 95%;
	margin: 0px auto;
	text-align: center
}

/*@media screen and (max-width: 915px) {
	.navegacion-principal{
		font-size: 15px;
		background-color: rgb(26,35,129,0.8);
	}
	.contenido {
		margin:0 auto;
	}
	
	.encabezado{
		display:none;
	}
	.top-redes {
		display:none;	
	}
	.cubos {
		width:100%;
		display:grid;
		grid-template-columns: repeat(2, 1fr);	             
	}

	
}*/

/*@media screen and (max-width: 810px) {
	.navegacion-principal{
		width:100%;
		font-size: calc(0.6em + 1vw);
	}
	.contenido {
		margin:0 auto;
	}
	.encabezado{
		display:none;
	}
	.pudh{
		font-size: calc(2em + 1vw);
	}
	.top-redes {
		display:none;	
	}
	.img-top-redes{
		height: 32px;
		margin: 6px;
	}
	
}

@media screen and (max-width: 1080px) {
	.navegacion-principal{
		width:100%;
	}
	
}*/

@media screen and (max-width: 1080px) {
.navegacion-principal{
}
p{
	text-align:justify;
}
ol{
	padding-left:10px;
}
	
.contenido{
	width:100%;
	margin:0;
	padding:10px;
}
.top-redes {
		display:none;	
}
	
.info-contenido{
	width:100%;
}
.info-contenido ol{
	padding-left:10px;
}	
.home-video{
	display:none;
}
.home-oculto{
	display:block;
}
.home-oculto video {
	position: inherit;
	
}
.home-eventos{
	display:block;

}
.home-eventos-contenedor{
	display:flex;
}
.home-eventos-card{
	margin:20px;
	border-radius:6px;
	overflow:hidden;
	background:#fff;
	box-shadow:0px 1px 10px rgba(0,0,0,0.2);
	cursor:default;
	transition: all 400ms ease;
}
.home-eventos-card:hover{
	box-shadow:5px 5px 20px rgba(0,0,0,0.4);
	transform: translateY(-3%);
}
.home-eventos-card div{
	text-align:center;
	padding:10px;
}
.home-eventos-card img{
	width:100%;

	min-height: 210px;
}
.home-eventos-card p{
	line-height:1.5;
}
.home-eventos-card h3{
	font-weight: 400;
	margin-bottom: 15px;
}
.home-eventos-card a{
	text-decoration:none;
	display:inline-block;
	padding:10px;
	margin-top:10px;
	color:#2fb4cc;
	border: 1px solid #2fb4cc;
	border-radius:4px;
	transition: all 400ms ease;
}
.home-eventos-card a:hover{
	background:#2fb4cc;
	color:#fff;
	text-decoration:none;
}

.cubos {
	width:100%;
	display:grid;
	grid-template-columns: repeat(1, 1fr);	             
}
.conversatorios-texto iframe{
	max-width: 100%;
	height:auto;
}
table{
	width:100%;
}

.bordes_img{
	max-width:90%;
	height:auto;
}
.flexslider{
	display:none;
}
.tabla-pie{
	width:100%;
	text-align:center;
}
.filas-pie{
	flex-direction: column;
}
.pie-redes{
	font-size:15px;
}
.transmision-envivo{
	width: 95%;
	margin:20px auto;
}
.transmision-envivo iframe{
	width: 100%;
}

}


