.containerMenuMovil{ /* contenedores principales secciones */
    width: 100vw;
	height: auto;
	display: flex;
	padding-top: 2px;
	padding-bottom: 2px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	background-color: var(--color1);
}
.boxMenuM1{
	justify-content: space-between;
}
#menuM1{	
	width:94px;
	height:30px;
	padding:0;
	display: flex;
	transition: all 300ms linear;
}
#menuM1 a{
	position: relative;
	width:100%;
	height:30px;
	padding:5px 0 0 0;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	background-repeat:no-repeat;
	background-position:right top;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
#menuM1 a img{
	position:absolute;
	right: 0;
	top: 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;
}
#imgOpen{
	opacity: 1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
#imgClose{
	opacity: 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;
}
#menuM1Panel{
	width:100vw;
	height:100vh;
	position: fixed;
	top:0;
	left:0;
	display: flex;
	flex-direction: row;
	justify-content: right;
	background-color: rgba(0,0,0,0.9);
	text-align:center;
	margin:0 auto;
	padding:0 0 0 0;
	z-index:1000;
	opacity:0;
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-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.mMovil_1{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width:100%;
	list-style-type:none;
}
ul.mMovil_1 li{
	display: flex;
	width:280px;
	height: 60px;
	margin-bottom:6px;
	padding: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.mMovil_1 li a{
	width:280px;
	height: 60px;
	padding:4px 4px 4px 60px;
	background-color: white;
	border-radius: 27px 0px 0px 27px;
	-moz-border-radius: 27px 0px 0px 27px;
	-webkit-border-radius: 27px 0px 0px 27px;
	background-repeat:no-repeat;
	background-position:5px 5px;
	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.mMovil_1 li h4{
	text-align: left;
    color: var(--color1);
	margin-bottom: 0;
	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.mMovil_1 li p{
	text-align: left;
    color: var(--color2);
	font-size: var(--fSizeMini);
	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;
}
.mMovil_1_Img1{
	background-image: url(/img/homeIcono.png);
}
.mMovil_1_Img2{
	background-image: url(/img/disenoGrafico_mini.png);
}
.mMovil_1_Img3{
	background-image: url(/img/disenoGraficoKids_mini.png);
}
.mMovil_1_Img4{
	background-image: url(/img/homeIcono.png);
}
ul.mMovil_1 li a:hover h4, ul.mMovil_1 li a:hover p{
	color: var(--color3);
}
ul.mMovil_1 li a.cerrar{
	width:280px;
	height: 54px;
	padding:12px 3px 3px 60px;
	background-color: var(--color2);
    color: white;
	font-size: var(--t2size);
	text-align: left;
	text-decoration: none;
	border-radius: 27px 0px 0px 27px;
	-moz-border-radius: 27px 0px 0px 27px;
	-webkit-border-radius: 27px 0px 0px 27px;
	background-image: url(/img/cerrar2.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	-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.mMovil_1 li a.cerrar:hover{
	background-color: var(--color3);
}

@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 480px) {

} 
@media only screen and (min-width: 590px) {
	#menuM1{	
		height:30px;
		padding:0;
		display: flex;
		transition: all 300ms linear;
	}
	#menuM1 a{
		padding:6px 0 0 0;
	}
}
/* Ancho horizontal del celular Xiomi 11 Ancho:395px - 790px*/
@media only screen and (min-width: 768px) {
	#menuM1{	
		width:84px;
	}
}
@media only screen and (min-width: 1024px) {

}
@media only screen and (min-width: 1140px) {

}