/* @charset "utf-8"; */
/* CSS Document */
*{
	margin:0;
	padding:0;
}

body {
	background:#808080; /*- VER EN EL ARCHIVO "bootstrap-4.4.1" LÍNEA No.63 "background-color:#e6e6e6"- */
	font-family:Arial;
}


/* ------- ZONA 00 PRESENTACIÓN DEL RIS ---- ESPÍRITU DEL RIS ----------------------------------- */

.contenedor00{
	width:97%;
	max-width:3286px;
	margin:0 auto;
	margin-top:10px;
	overflow:hidden;
	background:#20242a;  /* ORANGE*/
}

.titulo00{
	width:100%;
	margin:20px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:20px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 24px;
	font-weight:500;
	text-align:center;
	color:#CBCBCB;
}

.subtitulo00{
	width:100%;
	margin:0px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:0px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 32px;
	font-weight:500;
	text-align:center;
	color: black;
}

.linea_resumen00{
	width:100%;
	margin:0px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:0px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 26px;
	font-weight:500;
	text-align:center;
	color: royalblue;
}

.linea_tip00{
	width:100%;
	margin:0px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:0px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 26px;
	font-weight:500;
	text-align:center;
	color: royalblue;
}


.main00{
	width:100%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.main00 img{
	width:100%;
	height: auto;
}

.secondary00{
	width:100%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.secondary00 img{
	width:100%;
	height: auto;
}

aside00{
	width:0%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

aside00 img{
	width:100%;
	height: auto;
}

footer00{
	clear:both;
	float:left;
	margin-top: 0px;                /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL DIV DEL PIE DE PAGINA */
	margin-bottom: 20px;            /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL FIN DEL CONTENEDOR */
	box-sizing: border-box;
	width:100%;
	padding:20px;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	text-align:center;
	color:dimgray;
	background:white;
}


/* ------- ZONA 00 FIN ---------------------------------------------------------------------------- */




/* ------- ZONA 01 INICIO ------------------------------------------------------------------------- */

.contenedor {
	width:97%;
	max-width:3286px;
	margin:0 auto;
	margin-top:37px;      /* AQUI LA SEPARACIÓN ENTRE CADA ZONA - LA LÍNEA QUE APARECE EN COLOR DEL FONDO  */
	overflow:hidden;
	background:#20242a;
}

header {
	background:white;
	margin:20px 0;        /*  AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO    */
}

header h1{
	color:black;
	padding:20px 0;
	text-align:center;
}

.main{
	width:50%;
	margin:0 auto;
	margin-top:0px;
	background:#CFF9F9;
	padding:20px;
	float: left;
	box-sizing: border-box;
}

.main img{
	width:100%;
	height: auto;
}

.secondary{
	width:100%;
	background:#F9CFF6;
	padding:20px;
	float: left;
	box-sizing: border-box;
}

.secondary img{
	width:100%;
	height: auto;
}

aside{
	width:50%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

aside img{
	width:100%;
	height: auto;
}

footer{
	clear:both;
	float:left;
	margin-top: 0px;      /*  AQUI EL MARGEN SUPERIOR DEL DIV DEL FOOTER "LA LINEA QUE APARECE" */
	box-sizing: border-box;
	width:100%;
	padding:10px;
	color:white;
	background:#20242a;
}

/* ------- ZONA 01 FIN --------------------------------------------------------------------- */



/* ------- ZONA 02 INICIO ------------------------------------------------------------------ */
/* ------- *INFORMACIÓN DE LA CONVOCATORIA* ------------------------------------------------ */
.contenedor2T {
	width:97%;
	max-width:3286px;
	margin:0 auto;
	margin-top:37px;
	padding-bottom: 20px;
	overflow:hidden;
	background:#20242a;
}

.titulo2T{
	width:100%;
	margin:20px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding: 20px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 32px;
	font-weight:500;
	text-align:center;
	color: black;
}

.main2T{
	width:100%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.main2T img{
	width:100%;
	height: auto;
}

.secondary2T{
	width:100%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.secondary2T img{
	width:100%;
	height: auto;
}

aside2T{
	width:0%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

aside2T img{
	width:100%;
	height: auto;
}

footer2T{
	clear:both;
	float:left;
	margin-top: 2px;                /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL DIV DEL PIE DE PAGINA */
	margin-bottom: 20px;            /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL FIN DEL CONTENEDOR */
	box-sizing: border-box;
	width:100%;
	padding:20px;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	color:dimgray;
	background:white;
}



.contenedor2 {
	width:100%;
	max-width:3286px;
	margin:0 auto;
	margin-top:0px;
	margin-left:0px;
	overflow:hidden;
	background:white;
}

.titulo2{
	width:100%;
	margin:20px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding: 20px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 32px;
	font-weight:500;
	text-align:center;
	color: black;
}

.main2{
	width:50%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
	color:black;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-top: 0px;             /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL DIV DEL PIE DE PAGINA */
	margin-bottom: 0px;          /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL FIN DEL CONTENEDOR */
	text-align: center;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 40px;
	font-weight:600;
	color:royalblue;
}

.main2 img{
	width:100%;
	height: auto;
}

.secondary2{
	width:100%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
	color:black;
	padding-left: 20px;
	margin-top: 0px;             /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL DIV DEL PIE DE PAGINA */
	margin-bottom: 20px;          /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL FIN DEL CONTENEDOR */
	text-align: center;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 40px;
	font-weight:600;
	color:royalblue;
}

.secondary2 img{
	width:100%;
	height: auto;
}

aside2{
	width:50%;
	padding:0px;
	float: left;
	box-sizing: border-box;
	text-align: center;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:100;
	color:#d1e2fa;
	background:white;
}

aside2 img{
	width:100%;
	height: auto;
}

footer2{
	clear:both;
	float:left;
	margin-top: 10px;             /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL DIV DEL PIE DE PAGINA */
	margin-bottom: 20px;          /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL FIN DEL CONTENEDOR */
	box-sizing: border-box;
	width:100%;
	padding:20px;
	padding-top: 80px;
	padding-bottom: 40px;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 40px;
	font-weight:600;
	text-align:center;
	color:royalblue;
	background: white;
	margin-top: 0px;
}

/* ------- ZONA 02 FIN ------------------------------------------------------------------ */



/* ------- ZONA 03 INICIO --------------------------------------------------------------- */

.contenedor3 {
	width:97%;
	max-width:3286px;
	margin:0 auto;
	margin-top:37px;
	overflow:hidden;
	background:#20242a;  /* ORANGE*/
}

.titulo3{
	width:100%;
	margin:20px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:20px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 24px;
	font-weight:500;
	text-align:center;
	color:#CBCBCB;
}

.subtitulo3{
	width:100%;
	margin:0px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:0px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 32px;
	font-weight:500;
	text-align:center;
	color: black;
}

.linea_resumen3{
	width:100%;
	margin:0px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:0px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 26px;
	font-weight:500;
	text-align:center;
	color: royalblue;
}

.linea_tip3{
	width:100%;
	margin:0px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:0px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 26px;
	font-weight:500;
	text-align:center;
	color: royalblue;
}


.main3{
	width:50%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.main3 img{
	width:100%;
	height: auto;
}

.secondary3{
	width:100%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.secondary3 img{
	width:100%;
	height: auto;
}

aside3{
	width:50%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

aside3 img{
	width:100%;
	height: auto;
}

footer3{
	clear:both;
	float:left;
	margin-top: 2px;                /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL DIV DEL PIE DE PAGINA */
	margin-bottom: 20px;            /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL FIN DEL CONTENEDOR */
	box-sizing: border-box;
	width:100%;
	padding:20px;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	color:dimgray;
	background:white;
}


/* ------- ZONA 03 FIN ----------------------------------------------------------------- */



/* ------- ZONA 04 INICIO -------------------------------------------------------------- */

.contenedor4 {
	width:97%;
	max-width:3286px;
	margin:0 auto;
	margin-top:37px;
	overflow:hidden;
	background:#20242a;
}

.titulo4{
	width:100%;
	margin:20px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:20px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 32px;
	font-weight:500;
	text-align:center;
	color: black;
}

.main4{
	width:50%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.main4 img{
	width:100%;
	height: auto;
}

.secondary4{
	width:100%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.secondary4 img{
	width:100%;
	height: auto;
}

aside4{
	width:50%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

aside4 img{
	width:100%;
	height: auto;
}

footer4{
	clear:both;
	float:left;
	margin-top: 2px;                /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL DIV DEL PIE DE PAGINA */
	margin-bottom: 20px;            /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL FIN DEL CONTENEDOR */
	box-sizing: border-box;
	width:100%;
	padding:20px;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	color:dimgray;
	background:white;
}


/* ------- ZONA 04 FIN ---------------------------------------------------------------- */



/* ------- ZONA 05 INICIO ------------------------------------------------------------- */

.contenedor5 {
	width:97%;
	max-width:3286px;
	margin:0 auto;
	margin-top:37px;
	overflow:hidden;
	background:#20242a;
}

.titulo5{
	width:100%;
	margin:20px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:20px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 32px;
	font-weight:500;
	text-align:center;
	color: black;
}

.main5{
	width:50%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.main5 img{
	width:100%;
	height: auto;
}

.secondary5{
	width:100%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.secondary5 img{
	width:100%;
	height: auto;
}

aside5{
	width:50%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

aside5 img{
	width:100%;
	height: auto;
}

footer5{
	clear:both;
	float:left;
	margin-top: 2px;                /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL DIV DEL PIE DE PAGINA */
	margin-bottom: 20px;            /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL FIN DEL CONTENEDOR */
	box-sizing: border-box;
	width:100%;
	padding:20px;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	color:dimgray;
	background:white;
}


/* ------- ZONA 05 FIN ----------------------------------------------------------- */



/* ------- ZONA 06 INICIO -------------------------------------------------------- */

.contenedor6 {
	width:97%;
	max-width:3286px;
	margin:0 auto;
	margin-top:37px;
	overflow:hidden;
	background:#20242a;
}

.titulo6{
	width:100%;
	margin:20px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:20px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 32px;
	font-weight:500;
	text-align:center;
	color: black;
}

.main6{
	width:50%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.main6 img{
	width:100%;
	height: auto;
}

.secondary6{
	width:100%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.secondary6 img{
	width:100%;
	height: auto;
}

aside6{
	width:50%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

aside6 img{
	width:100%;
	height: auto;
}

footer6{
	clear:both;
	float:left;
	margin-top: 2px;                /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL DIV DEL PIE DE PAGINA */
	margin-bottom: 20px;            /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL FIN DEL CONTENEDOR */
	box-sizing: border-box;
	width:100%;
	padding:20px;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	color:dimgray;
	background:white;
}


/* ------- ZONA 06 FIN --------------------------------------------------------------- */



/* ------- ZONA 07 INICIO ------------------------------------------------------------ */

.contenedor7 {
	width:97%;
	max-width:3286px;
	margin:0 auto;
	margin-top:37px;
	overflow:hidden;
	background:#20242a;
}

.titulo7{
	width:100%;
	margin:20px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:20px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 32px;
	font-weight:500;
	text-align:center;
	color: black;
}

.main7{
	width:50%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.main7 img{
	width:100%;
	height: auto;
}

.secondary7{
	width:100%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.secondary7 img{
	width:100%;
	height: auto;
}

aside7{
	width:50%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

aside7 img{
	width:100%;
	height: auto;
}

footer7{
	clear:both;
	float:left;
	margin-top: 2px;                /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL DIV DEL PIE DE PAGINA */
	margin-bottom: 20px;            /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL FIN DEL CONTENEDOR */
	box-sizing: border-box;
	width:100%;
	padding:20px;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	color:dimgray;
	background:white;
}


/* ------- ZONA 07 FIN -------------------------------------------------------- */



/* ------- ZONA 08 INICIO ----------------------------------------------------- */

.contenedor8 {
	width:97%;
	max-width:3286px;
	margin:0 auto;
	margin-top:37px;
	overflow:hidden;
	background:#20242a;
}

.titulo8{
	width:100%;
	margin:20px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:20px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 32px;
	font-weight:500;
	text-align:center;
	color: black;
}

.main8{
	width:50%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.main8 img{
	width:100%;
	height: auto;
}

.secondary8{
	width:100%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.secondary8 img{
	width:100%;
	height: auto;
}

aside8{
	width:50%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

aside8 img{
	width:100%;
	height: auto;
}

footer8{
	clear:both;
	float:left;
	margin-top: 2px;                /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL DIV DEL PIE DE PAGINA */
	margin-bottom: 20px;            /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL FIN DEL CONTENEDOR */
	box-sizing: border-box;
	width:100%;
	padding:20px;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	color:dimgray;
	background:white;
}


/* ------- ZONA 08 FIN ----------------------------------------------------------- */



/* ------- ZONA 09 INICIO -------------------------------------------------------- */

.contenedor9 {
	width:97%;
	max-width:3286px;
	margin:0 auto;
	margin-top:37px;
	overflow:hidden;
	background:#20242a;
}

.titulo9{
	width:100%;
	margin:20px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:20px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 32px;
	font-weight:500;
	text-align:center;
	color: black;
}

.main9{
	width:50%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.main9 img{
	width:100%;
	height: auto;
}

.secondary9{
	width:100%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

.secondary9 img{
	width:100%;
	height: auto;
}

aside9{
	width:50%;
	background:white;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

aside9 img{
	width:100%;
	height: auto;
}

footer9{
	clear:both;
	float:left;
	margin-top: 2px;                /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL DIV DEL PIE DE PAGINA */
	margin-bottom: 20px;            /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL FIN DEL CONTENEDOR */
	box-sizing: border-box;
	width:100%;
	padding:20px;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	color:dimgray;
	background:white;
}


/* ------- ZONA 09 FIN ------------------------------------------------------------- */

/* ------- ZONA QANTUM INICIO ---------------------------------------------------------- */

.contenedorQ {
	width:97%;
	max-width:3286px;
	margin:0 auto;
	margin-top:37px;
	overflow:hidden;
	background:orange;
}

.tituloQ{
	width:100%;
	margin:20px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:20px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 32px;
	font-weight:500;
	text-align:center;
	color: black;
}

.mainQ{
	width:50%;
	background:black;
	padding:20px;
	float: left;
	box-sizing: border-box;
}

.mainQ img{
	width:100%;
	height: auto;
}

.secondaryQ{
	width:100%;
	background:black;
	padding:20px;
	float: left;
	box-sizing: border-box;
}

.secondaryQ img{
	width:100%;
	height: auto;
}

asideQ{
	width:50%;
	background:black;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

asideQ img{
	width:100%;
	height: auto;
}

footerQ{
	clear:both;
	float:left;
	margin-top: 2px;                /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL DIV DEL PIE DE PAGINA */
	margin-bottom: 20px;            /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL FIN DEL CONTENEDOR */
	box-sizing: border-box;
	width:100%;
	padding:20px;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	color: orange;
	background:black;
	
}


/* ------- ZONA QANTUM FIN -------------------------------------------------------------------------- */


/* ------- ZONA 10 INICIO ---------------------------------------------------------- */

.contenedor10 {
	width:97%;
	max-width:3286px;
	margin:0 auto;
	margin-top:37px;
	overflow:hidden;
	background:orange;
}

.titulo10{
	width:100%;
	margin:20px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:20px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 32px;
	font-weight:500;
	text-align:center;
	color: black;
}

.main10{
	width:50%;
	background:black;
	padding:20px;
	float: left;
	box-sizing: border-box;
}

.main10 img{
	width:100%;
	height: auto;
}

.secondary10{
	width:100%;
	background:black;
	padding:20px;
	float: left;
	box-sizing: border-box;
}

.secondary10 img{
	width:100%;
	height: auto;
}

aside10{
	width:50%;
	background:black;
	padding:0px;
	float: left;
	box-sizing: border-box;
}

aside10 img{
	width:100%;
	height: auto;
}

footer10{
	clear:both;
	float:left;
	margin-top: 2px;                /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL DIV DEL PIE DE PAGINA */
	margin-bottom: 20px;            /* AQUI EL ESPACIO ENTRE EL DIV Y SECUNDARY CON EL FIN DEL CONTENEDOR */
	box-sizing: border-box;
	width:100%;
	padding:20px;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	color: orange;
	background:black;
	
}


/* ------- ZONA 10 FIN -------------------------------------------------------------------------- */



/* ------- SLIDE INICIO ------------------------------------------------------------------------- */

.cabeceramovil{
	width:100%;
/*	max-width:3286px; */             /* por que resoluciones grandes aparece un espacio a la izquierda del slide show como con el Danyboy */
	margin:0px auto;
	margin-top:40px;				/* MARGEN SUPERIOR DEL SLIDER SHOW CON LA BARRA FIJA */
	margin-right: 0px;
	overflow:hidden;
	background:orange;				/* xxx ESTA VA CON EL IMPORTANTE IMPORTANTE xxx */
}

.principal{
	width:100%;
	padding:20px; 					/* posible recuadro se ve padre */
	margin:0px 0;					/* xxx IMPORTANTE IMPORTANTE xxx PARA LA LINEA NARANJA DE ARRIBA Y ABAJO DEL SLIDE SHOW  PARA HACERLA MAS GRUESA O ALTA*/
	margin-left: 0px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:#20242a;          /* ESTE ES EL DIV QUE ERA AMARILLO Y QUE CARGA AL SLIDE SHOW  */
	text-align:center;
	color:pink;
}

.principal img{
	width:100%;
	height: auto;
}

/* ------- SLIDE FIN -------------------------------------------------------------------------- */


/* -------  TABULADOR DE DIV CARGA LISTA de la ZONA 1-1 --------------------------------------- */

.tablistasz1-1{
	width:97%;
	max-width:3286px;
	margin:0px auto;
	margin-top:0px;				/* MARGEN SUPERIOR DEL DIV PARA TABULADORES */
	margin-left: 0px;
	overflow:hidden;
	background: white;
	
}

.principaltabz1-1{
	width:90%; 				
	padding-top:40px;
	padding-left:80px;				
	padding-right:20px;
	padding-bottom:20px;
	margin:0px 0;					
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 40px;
	cursor:pointer;
	border:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	background-color:#fcfcfc;          
	text-align:left;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 26px;
	font-weight:600;
	color:#a0a0a0;
}

.principaltabz1-1 img{
	width:100%;
	height: auto;
}


/* ------FIN-  TABULADOR DE DIV CARGA LISTAS de la ZONA 1-1 ---------------------------------- */


/* -------  TABULADOR DE DIV CARGA LISTA de la ZONA 1-2 --------------------------------------- */

.tablistasz1-2{
	width:97%;
	max-width:3286px;
	margin:0px auto;
	margin-top:0px;				/* MARGEN SUPERIOR DEL DIV PARA TABULADORES */
	margin-left: 0px;
	overflow:hidden;
	background: white;	
}

.principaltabz1-2{
	width:90%; 					
	padding-top:40px;
	padding-left:80px;				
	padding-right:20px;
	padding-bottom:20px;		
	margin:0px 0;				
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 40px;
	cursor:pointer;
	border:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	background-color:#fcfcfc;          /* ESTE ES EL DIV QUE ERA AMARILLO Y QUE CARGA AL SLIDE SHOW  */
	text-align:left;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 26px;
	font-weight:600;
	color:#a0a0a0;
}

.principaltabz1-2 img{
	width:100%;
	height: auto;
}


/* ------FIN-  TABULADOR DE DIV CARGA LISTAS de la ZONA 1-2 --------------------------------- */

/* -------  TABULADOR DE DIV CARGA LISTA de la ZONA 1-3 --------------------------------------- */

.tablistasz1-3{
	width:97%;
	max-width:3286px;
	margin:0px auto;
	margin-top:0px;				/* MARGEN SUPERIOR DEL DIV PARA TABULADORES */
	margin-left: 0px;
	overflow:hidden;
	background: white;	
}

.principaltabz1-3{
	width:90%; 					
	padding-top:40px;
	padding-left:80px;				
	padding-right:20px;
	padding-bottom:20px;		
	margin:0px 0;				
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 40px;
	cursor:pointer;
	border:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	background-color:#fcfcfc;          
	text-align:left;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 26px;
	font-weight:600;
	color:#a0a0a0;
}

.principaltabz1-3 img{
	width:100%;
	height: auto;
}


/* ------FIN-  TABULADOR DE DIV CARGA LISTAS de la ZONA 1-3 --------------------------------- */



/* -------  TABULADOR DE DIV CARGA consejos de la ZONA 1-4 --------------------------------------- */

.tablistasz1-4{
	width:97%;
	max-width:3286px;
	margin:0px auto;
	margin-top:0px;				/* MARGEN SUPERIOR DEL DIV PARA TABULADORES */
	margin-left: 0px;
	overflow:hidden;
	background: white;	
}

.paso_titulo_Consejos{
	width:90%; 					
	padding-top:120px;
	padding-left:0px;				
	padding-right:0px;
	padding-bottom:20px;		
	margin:0px 0;				
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 40px;
	cursor:pointer;
	border:0px solid #c6c6c6;
	border-bottom:0px solid #c6c6c6;
	border-right:0px solid #c6c6c6;
	background-color:white;          
	text-align:center;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:100;
	color:hotpink;
}

/* ------FIN-  TABULADOR DE DIV CARGA LISTAS de la ZONA 1-4 --------------------------------- */


/* -------  TABULADOR DE DIV CARGA LISTA de la ZONA 3 ---------------------------------------- */

.tablistas{
	width:100%;
	max-width:3286px;
	margin:0px auto;
	margin-top:0px;				/* MARGEN SUPERIOR DEL DIV PARA TABULADORES */
	margin-right: 0px;
	overflow:hidden;
	background:orange;
}

.principaltab{
	width:100%; 					/* ESTE ES PARA EL DIV QUE CARGA AL TABULADOR */
	padding:40px;					/* ESTE ES PARA EL MARGEN QUE CARGA AL TABULADOR */
	margin:0px 0;					/* PARA LA LINEA NARANJA DE ARRIBA Y ABAJO DEL TABULADOR PARA HACERLA MAS GRUESA O ALTA*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	cursor:pointer;
	border:1px solid #808080;
	border-bottom:1px solid #808080;
	border-right:1px solid #808080;
	background-color:#F1F1F1;          /* ESTE ES EL DIV QUE ERA AMARILLO Y QUE CARGA AL SLIDE SHOW  */
	text-align:left;
	color:#20242A;
}

.principaltab img{
	width:100%;
	height: auto;
}


/* -----FIN-  TABULADOR DE DIV CARGA LISTAS de la ZONA 3----------------------------------- */



/* -------  TABULADOR DE DIV CARGA LISTA de la ZONA 4-1 ----------------------------------- */

.tablistasz4-1{
	width:100%;
	max-width:3286px;
	margin:0px auto;
	margin-top:0px;				/* MARGEN SUPERIOR DEL DIV PARA TABULADORES */
	margin-left: 20px;
	overflow:hidden;
	
}

.principaltabz4-1{
	width:100%; 					/* ESTE ES PARA EL DIV QUE CARGA AL TABULADOR */
	padding:40px;					/* ESTE ES PARA EL MARGEN QUE CARGA AL TABULADOR */
	margin:0px 0;					/* PARA LA LINEA NARANJA DE ARRIBA Y ABAJO DEL TABULADOR PARA HACERLA MAS GRUESA O ALTA*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	cursor:pointer;
	border:0px solid #808080;
	border-bottom:0px solid #808080;
	border-right:0px solid #808080;
	background-color:white;          /* ESTE ES EL DIV QUE ERA AMARILLO Y QUE CARGA AL SLIDE SHOW  */
	text-align:left;
	color: dimgray;
}

.principaltabz4-1 img{
	width:100%;
	height: auto;
}


/* ------FIN-  TABULADOR DE DIV CARGA LISTAS de la ZONA 4-1 ------------------------------- */



/* -------  TABULADOR DE DIV CARGA LISTA de la ZONA 4-2 ------------------------------------- */

.tablistasz4-2{
	width:100%;
	max-width:3286px;
	margin:0px auto;
	margin-top:0px;				/* MARGEN SUPERIOR DEL DIV PARA TABULADORES */
	margin-right: 0px;
	overflow:hidden;
	background:orange;
}

.principaltabz4-2{
	width:100%; 					/* ESTE ES PARA EL DIV QUE CARGA AL TABULADOR */
	padding:40px;					/* ESTE ES PARA EL MARGEN QUE CARGA AL TABULADOR */
	margin:0px 0;					/* PARA LA LINEA NARANJA DE ARRIBA Y ABAJO DEL TABULADOR PARA HACERLA MAS GRUESA O ALTA*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	cursor:pointer;
	border:1px solid #808080;
	border-bottom:1px solid #808080;
	border-right:1px solid #808080;
	background-color:#F1F1F1;          /* ESTE ES EL DIV QUE ERA AMARILLO Y QUE CARGA AL SLIDE SHOW  */
	text-align:left;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	color:#20242a;
}

.principaltabz4-2 img{
	width:100%;
	height: auto;
}


/* ------FIN-  TABULADOR DE DIV CARGA LISTAS de la ZONA 4-2 ------------------------------------ */



/* -------  TABULADOR DE DIV CARGA LISTA de la ZONA 4-3 ----------------------------------------- */

.tablistasz4-3{
	width:100%;
	max-width:3286px;
	margin:0px auto;
	margin-top:0px;				/* MARGEN SUPERIOR DEL DIV PARA TABULADORES */
	margin-right: 0px;
	overflow:hidden;
	background:#060e24;
}

.principaltabz4-3{
	width:100%; 					/* ESTE ES PARA EL DIV QUE CARGA AL TABULADOR */
	padding:20px;					/* ESTE ES PARA EL MARGEN QUE CARGA AL TABULADOR */
	margin:0px 0;					/* PARA LA LINEA NARANJA DE ARRIBA Y ABAJO DEL TABULADOR PARA HACERLA MAS GRUESA O ALTA*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	cursor:pointer;
	border:1px solid #060e24;
	border-bottom:1px solid #060e24;
	border-right:1px solid #060e24;
	background-color:#060e24;          /* ESTE ES EL DIV QUE ERA AMARILLO Y QUE CARGA AL SLIDE SHOW  */
	text-align:center;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 40px;
	font-weight:500;
	color: lightsteelblue;
}

.principaltabz4-3 img{
	width:100%;
	height: auto;
}



.principaltabz4-4{
	width:100%; 					/* ESTE ES PARA EL DIV QUE CARGA AL TABULADOR */
	padding:40px;					/* ESTE ES PARA EL MARGEN QUE CARGA AL TABULADOR */
	margin:0px 0;					/* PARA LA LINEA NARANJA DE ARRIBA Y ABAJO DEL TABULADOR PARA HACERLA MAS GRUESA O ALTA*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	cursor:pointer;
	border:1px solid #808080;
	border-bottom:1px solid #808080;
	border-right:1px solid #808080;
	background-color:#060e24;          /* ESTE ES EL DIV QUE ERA AMARILLO Y QUE CARGA AL SLIDE SHOW  */
	text-align:center;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 24px;
	font-weight:500;
	color:lightsteelblue;
}

.principaltabz4-4 img{
	width:100%;
	height: auto;
}


/* ------FIN-  TABULADOR DE DIV CARGA LISTAS de la ZONA 4-3 ------------------------------------- */



/* -------  TABULADOR DE DIV CARGA LISTA de la ZONA 6-1 ---------------------------------------- */

.tablistasz6-1{
	width:100%;
	max-width:3286px;
	margin:0px auto;
	margin-top:0px;				/* MARGEN SUPERIOR DEL DIV PARA TABULADORES */
	margin-right: 0px;
	overflow:hidden;
	background:orange;
}

.principaltabz6-1{
	width:100%; 					/* ESTE ES PARA EL DIV QUE CARGA AL TABULADOR */
	padding:40px;					/* ESTE ES PARA EL MARGEN QUE CARGA AL TABULADOR */
	margin:0px 0;					/* PARA LA LINEA NARANJA DE ARRIBA Y ABAJO DEL TABULADOR PARA HACERLA MAS GRUESA O ALTA*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	cursor:pointer;
	border:0px solid white;
	border-bottom:0px solid white;
	border-right:0px solid white;
	background-color:#030d2f;          /* ESTE ES EL DIV QUE ERA AMARILLO Y QUE CARGA A LA LISTA */
	text-align:left;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	color: lightpink;
}

.principaltabz6-1 img{
	width:100%;
	height: auto;
}

/* ------FIN-  TABULADOR DE DIV CARGA LISTAS de la ZONA 6-1 ----------------------------------- */


/* -------  TABULADOR DE DIV CARGA PREMIOS A PRIMER LUGAR ------------------------------------- */

.tablistasZPrimerLugar{
	width:100%;
	max-width:3286px;
	margin:0px auto;
	margin-top:0px;				/* MARGEN SUPERIOR DEL DIV PARA TABULADORES */
	margin-right: 0px;
	overflow:hidden;
	background:orange;
}

.principaltabZPrimerLugar{
	width:100%; 					/* ESTE ES PARA EL DIV QUE CARGA AL TABULADOR */
	padding:40px;					/* ESTE ES PARA EL MARGEN QUE CARGA AL TABULADOR */
	margin:0px 0;					/* PARA LA LINEA NARANJA DE ARRIBA Y ABAJO DEL TABULADOR PARA HACERLA MAS GRUESA O ALTA*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	cursor:pointer;
	border:1px solid #808080;
	border-bottom:1px solid #808080;
	border-right:1px solid #808080;
	background-color:#F1F1F1;          /* ESTE ES EL DIV QUE ERA AMARILLO Y QUE CARGA AL SLIDE SHOW  */
	text-align:left;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	color:#20242a;
}

.principaltabZPrimerLugar img{
	width:100%;
	height: auto;
}


/* ------FIN-  TABULADOR DE DIV CARGA PREMIOS A PRIMER LUGAR ------------------------------------ */



/* -------  TABULADOR DE DIV CARGA PREMIOS A MENCIÓN DE HONOR --------------------------------- */

.tablistasZMencionDeHonor{
	width:100%;
	max-width:3286px;
	margin:0px auto;
	margin-top:0px;				/* MARGEN SUPERIOR DEL DIV PARA TABULADORES */
	margin-right: 0px;
	overflow:hidden;
	background:orange;
}

.principaltabZMencionDeHonor{
	width:100%; 					/* ESTE ES PARA EL DIV QUE CARGA AL TABULADOR */
	padding:40px;					/* ESTE ES PARA EL MARGEN QUE CARGA AL TABULADOR */
	margin:0px 0;					/* PARA LA LINEA NARANJA DE ARRIBA Y ABAJO DEL TABULADOR PARA HACERLA MAS GRUESA O ALTA*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	cursor:pointer;
	border:1px solid #808080;
	border-bottom:1px solid #808080;
	border-right:1px solid #808080;
	background-color:#F1F1F1;          /* ESTE ES EL DIV QUE ERA AMARILLO Y QUE CARGA AL SLIDE SHOW  */
	text-align:left;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	color:#20242a;
}

.principaltabZMencionDeHonor img{
	width:100%;
	height: auto;
}


/* ------FIN-  TABULADOR DE DIV CARGA PREMIOS A MENCIÓN DE HONOR ------------------------------ */

/* -------  TABULADOR DE DIV CARGA PREMIOS A MEDALLA Y/O DIPLOMA ------------------------------ */

.tablistasZMedallayoDiploma{
	width:100%;
	max-width:3286px;
	margin:0px auto;
	margin-top:0px;				/* MARGEN SUPERIOR DEL DIV PARA TABULADORES */
	margin-right: 0px;
	overflow:hidden;
	background:orange;
}

.principaltabZMedallayoDiploma{
	width:100%; 					/* ESTE ES PARA EL DIV QUE CARGA AL TABULADOR */
	padding:40px;					/* ESTE ES PARA EL MARGEN QUE CARGA AL TABULADOR */
	margin:0px 0;					/* PARA LA LINEA NARANJA DE ARRIBA Y ABAJO DEL TABULADOR PARA HACERLA MAS GRUESA O ALTA*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	cursor:pointer;
	border:1px solid #808080;
	border-bottom:1px solid #808080;
	border-right:1px solid #808080;
	background-color:#F1F1F1;          /* ESTE ES EL DIV QUE ERA AMARILLO Y QUE CARGA AL SLIDE SHOW  */
	text-align:left;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	color:#20242a;
}

.principaltabZMedallayoDiploma img{
	width:100%;
	height: auto;
}


/* ------FIN-  TABULADOR DE DIV CARGA PREMIOS A MEDALLA Y/O DIPLOMA ---------------------- */

/* -------  TABULADOR DE DIV CARGA LISTA de la ZONA 7-1 --------------------------------------- */

.tablistasz7-1{
	width:100%;
	max-width:3286px;
	margin:0px auto;
	margin-top:0px;				/* MARGEN SUPERIOR DEL DIV PARA TABULADORES */
	margin-right: 0px;
	overflow:hidden;
	background:orange;
}

.principaltabz7-1{
	width:100%; 					/* ESTE ES PARA EL DIV QUE CARGA AL TABULADOR */
	padding:40px;					/* ESTE ES PARA EL MARGEN QUE CARGA AL TABULADOR */
	margin:0px 0;					/* PARA LA LINEA NARANJA DE ARRIBA Y ABAJO DEL TABULADOR PARA HACERLA MAS GRUESA O ALTA*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	cursor:pointer;
	border:0px solid #f1f1f1;
	border-bottom:0px solid #f1f1f1;
	border-right:0px solid #f1f1f1;
	background-color:#f1f1f1;          /* ESTE ES EL DIV QUE ERA AMARILLO Y QUE CARGA A LA LISTA */
	text-align:left;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	font-weight:400;
	color: dimgray;
}

.principaltabz7-1 img{
	width:100%;
	height: auto;
}

/* ------FIN-  TABULADOR DE DIV CARGA LISTAS de la ZONA 7-1 ---------------------------------- */

.titulo_proceso{
	width:100%;
	margin:20px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:20px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 24px;
	font-weight:500;
	text-align:center;
	color:#CBCBCB;
}

.paso_numero{
	width:100%;
	margin:0px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:0px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 32px;
	font-weight:500;
	text-align:center;
	color: black;
}

.paso_titulo_Cat_Niv{
	width:100%;
	margin:0px 0;
	margin-top: 0px;
	padding-left:20px;
	padding-right: 20px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 32px;
	font-weight:500;
	text-align:center;
	color: royalblue;
}

.paso_titulo{
	width:100%;
	margin:0px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:0px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 32px;
	font-weight:500;
	text-align:center;
	color: royalblue;
}

.paso_tip{
	width:100%;
	margin:0px 0;                           /* AQUI EL MARGEN SUPERIOR E INFERIOR DEL DIV DEL TITULO*/
	padding:0px;
	cursor:pointer;
	border:0px solid #fff;
	border-bottom:none;
	border-right:none;
	background-color:white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 22px;
	font-weight:400;
	text-align:center;
	color:#CBCBCB;
	padding-bottom:0.1px;
}








@media screen and (max-width:1300px){
	.main00{
		width:100%
	}
	aside00{
		width: 0%
	}
}


@media screen and (max-width:1300px){
	.main{
		width:100%
	}
	aside{
		width: 100%
	}
}


@media screen and (max-width:1300px){
	.main2T{
		width:100%
	}
	aside2T{
		width:0%
	}
}


@media screen and (max-width:1300px){
	.main2{
		width:100%
	}
	aside2{
		width: 100%
	}
}


@media screen and (max-width:1300px){
	.main3{
		width:100%
	}
	aside3{
		width: 100%
	}
}


@media screen and (max-width:1300px){
	.main4{
		width:100%
	}
	aside4{
		width: 100%
	}
}


@media screen and (max-width:1300px){
	.main5{
		width:100%
	}
	aside5{
		width: 100%
	}
}


@media screen and (max-width:1300px){
	.main6{
		width:100%
	}
	aside6{
		width: 100%
	}
}


@media screen and (max-width:1300px){
	.main7{
		width:100%
	}
	aside7{
		width: 100%
	}
}


@media screen and (max-width:1300px){
	.main8{
		width:100%
	}
	aside8{
		width: 100%
	}
}


@media screen and (max-width:1300px){
	.main9{
		width:100%
	}
	aside9{
		width: 100%
	}
}

@media screen and (max-width:1300px){
	.mainQ{
		width:100%
	}
	asideQ{
		width: 100%
	}
}


@media screen and (max-width:1300px){
	.main10{
		width:100%
	}
	aside10{
		width: 100%
	}
}





@media screen and (max-width:1300){
	.principal{
		width: 100%
	}
}


@media screen and (max-width:1300){
	.principaltab{
		width: 100%
	}
}



@media screen and (max-width:1300){
	.principaltabz4-1{
		width: 100%
	}
}

@media screen and (max-width:1300){
	.principaltabz4-2{
		width: 100%
	}
}

@media screen and (max-width:1300){
	.principaltabz4-3{
		width: 100%
	}
}

@media screen and (max-width:1300){
	.principaltabz6-1{
		width: 100%
	}
}

@media screen and (max-width:1300){
	.principaltabz7-1{
		width: 100%
	}
}



@media screen and (max-width:600px){
	.contenedor00{
		width:100%;
	}
	asaid00 {
		display: none;
	}
}


@media screen and (max-width:600px){
	.contenedor{
		width:100%;
	}
	asaid {
		display: none;
	}
}


@media screen and (max-width:600px){
	.contenedor2{
		width:100%;
	}
	asaid2 {
		display: none;
	}
}


@media screen and (max-width:600px){
	.contenedor2T{
		width:100%;
	}
	asaid2 {
		display: none;
	}
}


@media screen and (max-width:600px){
	.contenedor3{
		width:100%;
	}
	asaid3 {
		display: none;
	}
}


@media screen and (max-width:600px){
	.contenedor4{
		width:100%;
	}
	asaid4 {
		display: none;
	}
}


@media screen and (max-width:600px){
	.contenedor5{
		width:100%;
	}
	asaid5 {
		display: none;
	}
}


@media screen and (max-width:600px){
	.contenedor6{
		width:100%;
	}
	asaid6 {
		display: none;
	}
}


@media screen and (max-width:600px){
	.contenedor7{
		width:100%;
	}
	asaid7 {
		display: none;
	}
}


@media screen and (max-width:600px){
	.contenedor8{
		width:100%;
	}
	asaid8 {
		display: none;
	}
}


@media screen and (max-width:600px){
	.contenedor9{
		width:100%;
	}
	asaid9 {
		display: none;
	}
}


@media screen and (max-width:600px){
	.contenedor10{
		width:100%;
	}
	asaid10 {
		display: none;
	}
}

@media screen and (max-width:600px){
	.tablistas{
		width:100%;
	}
	asaid {
		display: none;
	}
}


@media screen and (max-width:600px){
	.tablistasz4-1{
		width:100%;
	}
	asaid {
		display: none;
	}
}
@media screen and (max-width:600px){
	.tablistasz4-2{
		width:100%;
	}
	asaid {
		display: none;
	}
}
@media screen and (max-width:600px){
	.tablistasz4-3{
		width:100%;
	}
	asaid {
		display: none;
	}
}


@media screen and (max-width:600px){
	.tablistasz6-1{
		width:100%;
	}
	asaid {
		display: none;
	}
}

@media screen and (max-width:600px){
	.tablistasz7-1{
		width:100%;
	}
	asaid {
		display: none;
	}
}