ul.emojin1{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width:100%;
	height: auto;
	list-style-type:none;
	margin: 0;
	margin-bottom: var(--spaceDespuesSubt);
}
ul.emojin1 li{
	width:100%;
	height: auto;
	margin: 0;
	margin-bottom: var(--spaceDespuesP);
	padding:2px 0px 0 38px;
	background-image:url(/img/emojin1.png);
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

ul.listaL1{
	width: 100%;
	list-style: none;
}
ul.listaL1 li{
	width: 100%;
	padding: 3px 10px 3px 30px;
	margin-bottom: 5px;
	background-image: url(/img/triangulo2.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
ul.listaL2{
	width: 100%;
	list-style: none;
}
ul.listaL2 li{
	width: 100%;	
	padding: 9px 10px 8px 30px;
	margin-bottom: 5px;
	color: white;
	border:2px solid var(--color2);
	background-color: var(--colorW1);
	background-image: url(/img/triangulo3.png);
	background-repeat: no-repeat;
	background-position: 8px 13px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
ul.listaL3{
	width: 100%;
	list-style: none;
}
ul.listaL3 li{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;	
	padding: 0;
	color: var(--color6);
	margin-bottom: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
ul.listaL3 li:last-child{
	margin-bottom:0;
}
ul.listaL3 li h3{
	color: var(--color3);
	font-size: var(--t3size);
	margin-bottom: var(--spaceDespuesSubt);
}
ul.listaL3 li img{
	width: 25%;
	height: auto;
	margin-right: 3%;
}
ul.listaL3 li .boxListaL3a{
	width: 72%;
}
ul.listaL4{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
}
ul.listaL4 li{
	width:100%;
    margin:0 auto;
	margin-bottom: var(--spaceDespuesP);
	padding:0 0 0 38px;
	background-image:url(/img/emojin1b.jpg);
	background-repeat:no-repeat;
	background-position:0 2px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}


ul.listaL5{
	width: 100%;
	margin-bottom: var(--spaceDespuesSubt);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
ul.listaL5 li{
	width: 100%;
	min-height: 25px;	
	padding: 6px 0 0 45px;
	margin-bottom: 5px;
	background-image:url(/img/check1.webp);
	background-repeat:no-repeat;
	background-position:10px 2px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}

/* ==============
Lista 6
***************** */
.lista6BoxSup{
	width: 100%;
	text-align: center;
	background-color: var(--colorG2);
	border: 2px solid var(--colorG2);
	color: var(--colorG4);
	font-weight: 600;
	font-size: var(--t3size);
	padding: var(--paddingTb5);
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
ul.lista6{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
	background-color: var(--colorG1);
	border: 2px solid var(--colorG2);
	padding: var(--padding);
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
ul.lista6 li{
	width: 100%;
	margin-bottom: 5px;
}
ul.lista6 li a{
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	width: 100%;
	padding: 5px;
	color: var(--colorG4);
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
ul.lista6 li a img{
	width: 27%;
	height: 80px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
ul.lista6 li a .lista6_box1{
	display: flex;
	flex-direction: column;	
	width: 70%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
ul.lista6 li a .lista6_box1 > .t4{
	margin-bottom: 4px;
}
ul.lista6 li a .lista6_box2 > .t4{
	margin-bottom: 2px;
}
ul.lista6 li a .lista6_box2{
	display: flex;
	flex-direction:column;	
	width: 100%;
	text-align: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
ul.lista6 li a:hover{
	background-color: #ffffff;
}
ul.lista6 li a:hover .lista6_box2{
	color: var(--colorV2);
}
ul.lista6 li a:hover .fnd4Titulo{
	background-color: var(--colorV2);
}
/* ==============
Lista 7
***************** */
ul.lista7{
	width: 100%;
	list-style: none;
}
ul.lista7 li{
	width: 100%;
	padding: 2px 10px 2px 30px;
	margin: 0;
	margin-bottom: 1px;
	background-image: url(/img/bolitaTopo.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
	text-align: left;
}
/* ==============
Lista 8
***************** */
ol.lista8{
	width: 100%;
}
ol.lista8 li{
	width: 100%;
	padding: 2px 10px 2px 10px;
	margin-left: 30px;
	margin-bottom: 2px;
}
/* ==============
Lista 9
***************** */
ul.lista9{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	filter: grayscale(50%);
	width: 100%;
	list-style: none;
	background-color: var(--colorG1);
	border: 2px solid var(--colorG2);
	padding: var(--padding);
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
ul.lista9 li{
	width: 100%;
	margin-bottom: 5px;
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	padding: 5px;
	color: var(--colorG4);
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
ul.lista9 li img{
	width: 27%;
	height: 80px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
ul.lista9 li .lista6_box1{
	display: flex;
	flex-direction: column;	
	width: 70%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
ul.lista9 li .lista6_box1 > .t4{
	margin-bottom: 4px;
}
ul.lista9 li .lista6_box2 > .t4{
	margin-bottom: 2px;
}
ul.lista9 li .lista6_box2{
	display: flex;
	flex-direction:column;	
	width: 100%;
	text-align: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}























ul.lLink1{
	width: 100%;
	list-style: none;
}
ul.lLink1 li{
	width: 100%;
	margin-bottom: 8px;
}
ul.lLink1 li a{
	width: 100%;
	padding: 3px 10px 3px 30px;
	background-image: url(/img/triangulo2.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
ul.lLink1 li a:hover{
	color:var(--color3);
	background-image: url(/img/triangulo2.png);
}
ul.lLink2{
	display: flex;
	flex-direction: column;
	width: 100%;
	list-style: none;
}
ul.lLink2 li{
	display: flex;
	width: 100%;
	margin-bottom: 5px;
}
ul.lLink2 li a{
	width: 100%;	
	padding: 6px 10px 6px 30px;
	color: white;
	border:2px solid var(--color2);
	background-color: var(--color3);
	background-image: url(/img/triangulo3.png);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
ul.lLink2 li a:hover{
	color:var(--color2);
	background-image: url(/img/triangulo2.png);
	background-color: white;
}



ul.lLink3{
	display: flex;
	flex-direction: column;
	width: 100%;
	list-style: none;
}
ul.lLink3 li{
	display: flex;
	width: 100%;
	margin-bottom: 5px;
}
ul.lLink3 li a{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;	
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
ul.lLink3 li a .lLink3_txt{
	width: calc(100% - 36px);
	padding: 3px 0 0 0;
	color: var(--colorG4);
	text-align: left;	
}
ul.lLink3 li a .lLink3_img{
	width: 26px;
	height: 26px;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}
ul.lLink3 li a:hover{
	color:var(--color2);
	background-color: white;
}
@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 480px) {
	ul.listaL3 li img{
		width: 15%;
		margin-right: 3%;
	}
	ul.listaL3 li .boxListaL3a{
		width: 82%;
	}
} 
@media only screen and (min-width: 590px) {
/* ==============
Lista 6
***************** */
ul.lista6 li a img{
	width: 33%;
	height: 140px;
}
ul.lista6 li a .lista6_box1{
	width: 62%;
}
}
@media only screen and (min-width: 768px) {
 /* ==============
Lista 6
***************** */
ul.lista6 li a img{
	height: 90px;
}   
}
@media only screen and (min-width: 1024px) {
  
}
@media only screen and (min-width: 1140px) {
    
}