/* tipo de letra general, tamaño */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*
	font-size: 16px;
	text-align: justify;*/
	overflow: visible;
	background-color: rgba(255, 255, 255, 0.411);
	background-image:url(../img/FondoContenido.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	background-size: cover;

}

#contenido {
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				16px;
	font-weight: 			normal;
	color: 					#000;
	background-color: 		rgba(255, 255, 255, 0.85);
	text-align: 			justify;
	vertical-align: 		top;
	padding-top: 			10px;
	padding-right: 			56px;
	padding-bottom: 		10px;
	padding-left: 			42px;
	margin-top: 			0;
	margin-right: 			auto;
	margin-bottom: 			0;
	margin-left: 			auto;
	position:	relative;
	/*max-width: 960px;*/
}

/*Estilo de títulos*/
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

/*Estilo de título, Estrategia*/
.subtitulos {

	color: #5540d4;

}

/*Estilo de título, Presentación*/
.presentacion {

	color: #270bd8;

}
/*Estilo de título, Estrategia*/
.estrategia {

	color: #270bd8;

}
/*Estilo de título, Proposito*/
.proposito {

	color: #270bd8;

}
/*Estilo de título, Calendario*/
.calendario {

	color: #270bd8;

}
/*Estilo de título, Inscripciones*/
.inscripcion {

	color: #684BB7;

}


/*Color para etapas*/
.etapas {

	color: #F87A04;

}
.txt_norm01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: justify;

}
.txt_norm01_c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	/*margin-left: 12px;
	margin-right: 12px;*/
	text-align: center;
}

.txt_norm01_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-left: 12px;
	margin-right: 12px;
}

.txt_norm01_calendario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.txt_subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/*	
	margin-left: 12px;
	margin-right: 12px;*/
}

.txt_acordeon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;	
	margin-left: 12px;
	margin-right: 12px;
}


.txt_subtitulo_act {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 12px;
	margin-right: 12px;
}

.txt_norm01_cita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #5541d9;	
	margin-left: 12px;
	margin-right: 12px;
}

.txt_cita_ang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-left: 12px;
	margin-right: 12px;
	/*text-align: justify;*/
}

.tabla {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#000;
	margin-left: 12px;
	margin-right: 12px;
}


.table-bordered {
	border: 1px solid #1d1d1b;
  }
  
  .table-bordered th,
  .table-bordered td {
	border: 1px solid #1d1d1b;
  }
  
  .table-bordered thead th,
  .table-bordered thead td {
	border-bottom-width: 2px;
  }

.test {
	background: #fff;
	background-size: cover;
	box-shadow: 2px 2px 17px rgba(41, 40, 40, 0.39);
	padding: 1.5vw;
	box-sizing: border-box;
}


@media only screen and (min-width: 768px) {
    /* tablets and desktop */
    .navbar {
  	margin-top:-220px;
  }
}

@media only screen and (max-width: 767px) {
    /* phones */
    .navbar {
  	margin-top:-70px;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
    .navbar {
  	margin-top:-70px;
  }
}

.espacio_botones {
	margin-left: 12px;
	margin-right: 12px;
}

.espacio_botones2 {
			padding-right: 5.8%; 
			padding-left: 5.8%;
}
.espacio_izq {
	margin-left: 110px;
	
}

/*Fondo*/
.colorf {
	background-color: rgba(27, 26, 61, 0.61);
}

.colort {
	color: #5540da;
}

.colornegras {
	color: #58a2d1;
	font-weight: bold;
}

.coloreflex {
	color: #E22900;
	font-style: italic;

}
.colorpop {
	color: #000;
}


a {
	color:  #58a2d1;
}
a:visited {
	color: #58a2d1;
	text-decoration: none;
}
a:hover {
	color: #58a2d1;
	text-decoration: underline;
}

/********** Boton Color 1 **********/

.btn-color1 {
	color: #fff;
	background-color: #e0b010;
	border-color: #e0b010;
  }
  
  .btn-color1:hover {
	color: #fff;
	background-color: #614B02;
	border-color: #614B02;
  }
  
  .btn-color1:focus, .btn-color1.focus {
	color: #fff;
	background-color: #614B02;
	border-color: #614B02;
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  
  .btn-color1.disabled, .btn-color1:disabled {
	color: #fff;
	background-color: #614B02;
	border-color: #e0b010;
  }
  
  .btn-color1:not(:disabled):not(.disabled):active, .btn-color1:not(:disabled):not(.disabled).active,
  .show > .btn-color1.dropdown-toggle {
	color: #fff;
	background-color: #614B02;
	border-color: #614B02;
  }
  
  .btn-color1:not(:disabled):not(.disabled):active:focus, .btn-color1:not(:disabled):not(.disabled).active:focus,
  .show > .btn-color1.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }

  /********** Fondo Color 1 **********/
  .bg-color1 {
	background-color: #447f80 !important;
  }
  
  a.bg-color1:hover, a.bg-color1:focus,
  button.bg-color1:hover,
  button.bg-color1:focus {
	background-color: #447f80!important;
  }

  /********** Fondo Color 1 **********/
  .bg-color2 {
	background-color: #073aa1 !important;
  }
  
  a.bg-color2:hover, a.bg-color2:focus,
  button.bg-color2:hover,
  button.bg-color2:focus {
	background-color: #073aa1 !important;
  }

  /*******************  Carrusel *******************/
  .carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(68, 127, 128, 1);
  }
  
  .carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
  }
  
  .carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
  }
  
  .carousel-indicators .active {
	background-color: #073aa1;
  }

  .carousel-caption {
	position: absolute;
	right: 0%;
	bottom: 0px;
	left: 0%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
  }

  .fondo_carrusel {
	background-color: rgba(0, 0, 0, 0.52);
  }
