/* 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: #BDCA9E;
	background-image:url(../img/FondoContenido1.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(27, 26, 61, 0.61);*/
	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;*/
}

.fondo_blanco {
	background-color: rgba(255, 255, 255, 0.8);
}

/*Estilo de títulos*/
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	
}
/*Estilo de título, Presentación*/
.presentacion {

	color: #32a507;

}
.fondo_presentacion
{
	background-color: rgba(0, 26, 92, 0.8);
}
/*Estilo de título, Estrategia*/
.estrategia {

	color: #49a7db;

}
.fondo_estrategia {
	background-color: rgba(94, 161, 153, 0.8);
}

/*Estilo de título, Proposito*/
.proposito {
	color: #ffb000;
}

.fondo_proposito
{
	background-color: rgba(200, 72, 50, 0.8);
}
/*Estilo de título, Calendario*/
.calendario {

	color: #86a30a;

}
.fondo_calendario {
	background-color: rgba(0, 143, 69, 0.8);
}
/*Estilo de título, Inscripciones*/
.inscripcion {
	color: #108f6e;
}

.fondo_inscripcion {
	background-color: rgba(0, 154, 219, 0.8);
}

/*Estilo de título, Estrategia*/
.subtitulos {

	color: #58ACFA;

}
/*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: #002e82;	
	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 #000;
  }
  
  .table-bordered th,
  .table-bordered td {
	border: 1px solid #000;
  }
  
  .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: #FCD806;
}

.colornegras {
	color: #B1940A;
	font-weight: bold;
}

.coloreflex {
	color: #E22900;
	font-style: italic;

}
.colorpop {
	color: #000;
}


a {
	color:  #86a30a;
}
a:visited {
	color: #86a30a;
	text-decoration: none;
}
a:hover {
	color: #86a30a;
	text-decoration: underline;
}

#link_estrategia {
	color: #002e82;
}
/********** 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);
  }