<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*END RESET CSS*/

b {
    font-weight: bold;
    font-size: 1.3rem;
}

h2 {
    margin-top: 1rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 4rem;
}


/*Manejo de mensajes y errores*/
.notificacion {
    position: fixed;
    bottom: 0;
    right: 1%;
    z-index: 3;
}
.exito{
	background-color: rgba(0,180,0,0.7);
}
.error{
	background-color: rgba(180,0,0,0.7);
}
.pop--bottom{
	position: fixed;
    bottom: 0;
    width: 100%;
    background-color: crimson;
    color: white;
    text-align: center;
    font-size: 1.3rem;
    padding: 1rem;
    z-index: 3;
    margin-bottom: 5rem;
}
.pop--change {
    width: 100%;
    background-color: #14ed61;
    color: black;
    font-size: 2rem;
    padding: 2rem;
    margin-bottom: 0rem;
}
/*END -- Manejo de mensajes y errores*/

body{
	font-family: arial ; 
	background-color: #ECECEC;
}

p{
	line-height: 1.5;
	padding: 0.2rem;
	font-size: 1.1rem;
}

hr{
		margin: 0;
		padding-bottom: 1rem;
		padding-top: 1rem;
		clear: both;
}

a{
		display: block;
}

a.icon_fa:hover, a.icon_fa:focus{
    color: white;
    background-color: #383535;
    border-radius: 15px;
}

a:focus{
	-webkit-box-shadow:inset 0 0 2px 2px #FF2121;
	box-shadow:inset 0 0 2px 2px #FF2121;
}

section::after{
	display: block;
	clear: both;
	content: "";
}

.fa-regular, .fa-solid, .fas {
    font-size: 150%;
    margin-left: 1rem;
    margin-right: 1rem;
}

.hr-grey--top{
    border-top: 4px solid #a0a0a0;
    padding-top: 2rem;
}

.labeledButton{
	position: absolute;
    color: black;
    padding: 0.5rem 0;
	top: 10%;
}

  .menuContainer_xs{
    display: none;
    width: 100%;
  }

  .menuContainer_xs li a{    
    width: 100%;
	color:#193455 !important;
	font-weight: bold;
	font-size:1.5rem;
	text-align: center;
	padding:0.5rem 0;
  }

  .flex-nav{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-evenly;
  }

.nav span{
	line-height:1.5;
}

.dottedGrey {
    border: 0;
    width: 100%;
    height: 0;
    border-bottom: 4px solid #B2B2B2;
	padding: 0;
	padding-top: 0.5rem;
	margin: 1.5rem 0 1.5rem 0;
}


.dottedHardBlue {
    border: 0;
    width: 100%;
    height: 0;
    border-bottom:4px solid #193455;
	margin: 1.5rem 0;
}

.dottedWhite {
    border: 0;
    width: 100%;
    height: 0;
    border-bottom: 4px solid white;
	margin-bottom: 1.5rem;;
}

.solidGrey {
    border: 0;
    width: 100%;
    height: 0;
    border-bottom: 4px solid grey;
}


header, footer{
	background-color: #193455;
	color:white;
	width: 100%;
}

h1{
	font-size: 2rem;
	line-height: 1.5;
	color: #193455;
	font-weight: bold;
}

h3 {
    font-size: 2rem;
}

small{
	font-size: 1rem;
	padding: 0;
}

.icon-sm{
	width: 50px;
	margin: 0 0.2rem;
	padding: 0;
}


fieldset{
	padding: 1rem;
}

#graba_container, #graba_container--audio{
	background-color: #193455;
  background-image: url(../img/fondo_diadema.png);
  padding: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fbc975;
  padding: 5rem;
  background-position: center;
	position: relative;
}

.graba_control{
	font-size: 1.2rem;
	line-height: 1.3;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0);
	border:2px solid #fbc975;
	border-radius: 15px;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}

.graba_control-btn{
	font-size: 1rem;
	line-height: 1.3;
	display: block;
	width: 100%
}

.graba_control-audio{
	background-color: rgba(0,0,0,0);
	margin-top:0.2rem;
	margin-bottom:0.2rem;
	padding: 0.1rem 1rem;
}

.audio {
    margin-bottom: 2.5rem;
}

#graba_time{
	margin-top: 5rem;
}

#graba_fecha {
    color: white;
    margin-top: 5rem;
    text-align: left;
    display: block;
    margin-left: -3rem;
}

#material_pdf{
	width: 100%;
	height: 60rem;
}

.customPop{
    background-color: rgb(235, 235, 235);
    width: 70%;
    top:15% !important;
    left: 15% !important;
    padding: 4%;
		border-radius: 15px;
}

.disabled {
    border: 2px solid grey;
    background-color: #b3b3b3;
    color: black;
}

.customPop .renglon {
    width: 100%;
    padding: 1%;
}


.customPop .renglon{

}

.customPop h3{
    font-size: 1.6rem;
}

.customPop p{

}

.pop--bottom{
	position: fixed;
    bottom: 0;
    width: 100%;
    background-color: crimson;
    color: white;
    text-align: center;
    font-size: 1.3rem;
    padding: 1rem;
    z-index: 3;
    margin-bottom: 5rem;
}

.pop--change {
    width: 100%;
    background-color: #14ed61;
    color: black;
    font-size: 2rem;
    padding: 2rem;
    margin-bottom: 0rem;
}

.closePop_btn{
		background-color: #193455;
		color: #FFFFFF;
		font-size: 2.4em;
		font-weight: bold;
		text-align: center;
		font-size: 1.4rem;
		border-radius: 15px;
		padding: 1rem 2rem;
		margin: auto;
		display: block;
		margin-top: 3rem;
}


.link--accesible{

}

.link--accesible:hover{
	color:orange;
	text-decoration: none;
}

.logos_container {
    padding: 1rem 0;
	-webkit-box-shadow: 0 03px 3px 0 rgba(0,0,0,0.6);
	box-shadow: 0 03px 3px 0 rgba(0,0,0,0.6);
}

img#logo_unam {
    padding-right: 1.2rem;
	border-right:5px solid white;
}

img#logo_dgtic {
	padding-left: 1.2rem;
}

#aud_desc{
		resize: none;
		width: 100%;
		height: 8rem;
		margin: 0.5rem 0;
		padding: 0.3rem;
}


.input_file{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	}

	.input_file + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ec9b1b;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.input_file + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}

.input_file + label{
	max-width: 80%;
	font-size: 1.25rem;
	font-weight: 700;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0.625rem 1.25rem;
	margin: auto;
	color: #ec9b1b;
	text-align: center;
}


.pop--bottom{
	position: fixed;
    bottom: 0;
    width: 100%;
    background-color: crimson;
    color: white;
    text-align: center;
    font-size: 1.3rem;
    padding: 1rem;
    z-index: 3;
    margin-bottom: 5rem;
}

.pop--change {
    width: 100%;
    background-color: #14ed61;
    color: black;
    font-size: 2rem;
    padding: 2rem;
    margin-bottom: 0rem;
}


#marco_ju_texto{

}

#marco_ju_texto p{
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
	text-indent: 2rem;
}

#marco_ju_texto h2{
	font-weight: bold;
	font-size: 1.5rem;
	margin: 3rem 0 1rem 0;
	
	padding-top: 1rem;

}

.juridico_link{
	font-size: 1.4rem;
	color: rgb(16, 4, 196);
	text-decoration: none;
	padding: 1rem;
	text-align: center;
	font-size: bold;
}

.juridico_link:hover{
	color: rgb(1, 1, 80);
	background-color: #ffd27e;;
	
	text-decoration: none;
}

#marco_ju_texto h3{
	font-weight: bold;
	font-size: 1.2rem;
	margin: 1rem 0;
	border-top:3px dotted #193455;
	padding-top: 0.5rem;
}

#marco_ju_texto ol {
    list-style: decimal;
    margin: 1rem 3rem;
    font-size: 1.2rem;
}

#marco_ju_texto ul {
    list-style: disc;
    margin: 0.5rem;
    margin-left: 3rem;
		font-size: 1.2rem;
}

#marco_ju_texto li{
	line-height: 1.5;
}

.normal--list{
	list-style: decimal;
    padding: 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    list-style-position: inside;
}

.inLine{
	display: inline !important;
}

/*DescRegistro*/

.typeDesc, #destDesc, #donaDesc{
	display: none;
}

/*Filtros*/
.hide, .hide1, .hide2, .hide3, .hide4, .hide5, .hide6, .hide7{
	display: none !important;
}


</pre></body></html>