
/* Estilos para tabla "Número de contratos registrados ante el Fondo de acuerdo a su actividad" en la página de administración de contratos */

.filaCont1 {
	background-color: #003249; 
	color: white; 
	font-weight: bold; 
	margin: 0; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: white;
}

.filaCont2 {
	background-color: #003249; 
	color: white; 
	font-weight: bold; 
	border: 0; 
	margin: 0;
}

.tituloCont1 {
	border: 0; 
	margin: 0; 
	padding: 6px; 
	width: 15%;
}

.tituloCont2 {
	border: 0; 
	margin: 0; 
	padding: 6px;
	width: 25%;
}

.tituloCont3 {
	border: 0; 
	margin: 0; 
	padding: 6px;
	width: 10%;
}

.tablaCont {
	text-align: center;
	width: 100%;
	color: #182A4D;
	font-size: 15pt;
}

.captionCont {
	color: #182A4D;
	font-weight: bold; 
	font-size: 18pt;
}

.negritaCont {
	font-weight: bold; 
}

.refCont {
	color: #182A4D;
}

/* Estilos para sección de declaraciones en la página de transparencia */

.cuadroDecla {
	background-color: #879DAB;
	padding: 15px 0px 15px;
}

.renglonDecla1 {
	font: 18px Arial, sans-serif;
	color: #000935;
	font-weight: bold;
}

.renglonDecla2 {
	font: 12px Arial, sans-serif;
	color: #313144;
}

.declaracion {
	background-color: #627F8D;
	padding: 5px 0px 10px;
}

.declaracion:hover {
	background-color: #002746;
}

.declaracion:hover a{
	color: white !important;
}

.ligaDecla{
	font: 12px Arial, sans-serif !important;
	color: #0F0F0F !important;
	font-weight: bold !important;
}

.tableDecla {
	width: 345px;
}

.rowDecla {
	display: flex;
	flex-flow: wrap;
}

.cellDecla {
	width: 172px;
}

.colspanDecla2 {
	flex: 2;
}

.bordeDerechoDecla {
	border-right: 1px solid white;
}

.divDeclaracion {
	float: left;
	clear: none; 
	margin-left: 1%;
	margin-top: 1%;
}

@media screen and (max-width:1366px) and (min-width:1366px) {

	.cellDecla2 {
		min-height: 54px;
	}
	
	.cellDecla3 {
		min-height: 53px;
	}
}

/* Estilos para organigrama en página Index */

.tablaOrg {
	background-color:#C9D3DB;
	padding: 0px 15px 15px;
}

.tablaTituloOrg {
	background-color:#C9D3DB;
	padding: 0% 1.2% 1.2%;
}

.filaTituloOrg {
	text-align: center;
}

.tituloPrincipalOrg {
	margin-bottom: 2%;
}

.tituloOrg1 {
	background-color: #10374A; 
	color: white;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	padding: 1.7% 1.7% 1.2%;
	border-radius: 7px;
	line-height: 1.5;
}

.tituloOrg2 {
	color: #10374A;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 13pt;
}

.tituloOrg3 {
	background-color: #10374A; 
	color: white;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	padding: 1% 1% .7%;
	border-radius: 7px;
}

.nombreOrg {
	color: #10374A;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 14pt;
}

.cargoOrg {
	color: #10374A;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 11pt;
}

.tableOrg {
	width: 100%;

}

.rowOrg {
  	display: flex;
  	flex-flow: wrap;
	column-gap: 20px;
}

.cellOrg {
	width: 100%;
}

.colspanOrg2 {
  	flex: 2;
}

.divOrganigrama {
	float: left;
 			clear: none; 
}

.divMargenOrg {
	margin-left: 1%;
 			margin-top: 1%;
 			margin-bottom: 1%;
}

@media screen and (max-width:1366px) {
	
	.filaTituloOrg {
    	text-align: initial;
	}
}

/*  Estilos para línea del tiempo en página Index */

.timeline * {
	box-sizing: border-box;
}

.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	top: 0;
	bottom: 0;
	left: 50.1%;
	margin-left: -3px;
	border-left: 5px dotted #192B4E;
}

.containerTime {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}

.containerTime::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -17px;
	background-color: #192B4E;
	border: 4px solid #192B4E;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}

.leftTime {
	left: 0;
	height: 205px;
}

.rightTime {
	left: 50%;
}

.leftTime::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid #192B4E;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #192B4E;
}

.rightTime::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid #192B4E;
	border-width: 10px 10px 10px 0;
	border-color: transparent #192B4E transparent transparent;
}

.rightTime::after {
	left: -16px;
}

.contentTime {
	padding: 20px 30px;
	background-color: #E5EEF8;
	position: relative;
	border-radius: 6px;
	bottom: 47px;
}

.fechaTime {
	color: #182A4D;
	font-weight: bold !important;
}

.textoTime {
	color: #182A4D;
}

#header-y-nav {
	z-index: 2;
}

.cuadroDerechoTime {
	/*text-align: justify; */
	margin-top: 40px;
}

.arrowDownTime {
	position: absolute;
	content: '';
	bottom: -10px;
	left: 49.5%;
	margin-left: -3px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 16px solid #182A4D;
}

.centerTime {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media screen and (max-width: 1600px) {
	
	.arrowDownTime {
		left: 49.3%;
	}
}

@media screen and (max-width: 1024px) {
	
	.arrowDownTime {
		left: 49.1%;
	}

}

@media screen and (max-width: 600px) {
	.timeline::after {
		left: 31px;
	}

	.containerTime {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
		height: 260px;
	}

	.containerTime::before {
		left: 60px;
		border: medium solid #192B4E;
		border-width: 10px 10px 10px 0;
		border-color: transparent #192B4E transparent transparent;
	}

	.leftTime::after, .rightTime::after {
		left: 15px;
	}

	.rightTime {
		left: 0%;
	}
	
	.arrowDownTime {
		left: 7%;
	}
}