#btCelu {
	display: none;
	top: 165px;
	position: absolute;
	z-index: 100;
	background-color: #FFFFFF;
	background-image: url(../img/efecto-boto.png);
	background-position: top;
	background-repeat: repeat-x;
}
#btCelu ul {
	margin: 0 10px 15px 40px;
	/*background-color: antiquewhite;*/
}

/*cambios en estados*/
.btCeluluu {
	display: block !important;
}
.btImagCam {
	background-image: url(../img/../img/ico-menu.png);
}
.btImagCamP {
	background-image: url(../img/../img/ico-menuCierra.png) !important;
}


.bt-line {
	border-bottom: 1px solid #0b2e13;
	margin: 33px 0px !important;
}
.bt-menu {
	margin: 0px;
	padding: 30px 0px;
	vertical-align: top !important;
}
  /* cada item del menu */
.bt-menu  br { display:none; }
.bt-menu  li {
    /*display: block;*/
    list-style: none;
    /*float: left;*/ /*la lista se ve horizontal */
    margin: 0;
    padding: 0;
  }
.bt-menu li a {
	display: block;
	font-family: MyriadPro-Light;
	font-size: 25px;
	line-height: 28px;
    margin: 2px 0px;
    text-decoration: none;
	color: #003063;
	background-image: url(../img/flecha1.png);
	background-repeat: no-repeat;
	background-position: right;
}
  /* eliminamos los bordes del primer y el último */
  /*.mi-menu li:first-child a { border-left: none; }
  .mi-menu li:last-child a{ border-right: none; }*/

/* efecto hover cambia el color */
.bt-menu li:hover > a {
	color: #003063;
	background-image: url(../img/flecha2.png);
	background-repeat: no-repeat;
	background-position: right;
}

/* los submenús */
.bt-menu ul {
	margin: 10px 0px 0px 25px !important;
	padding: 0;
	opacity: 1; /* no son visibles */
	/*position: absolute;*/
	/*top: 40px;*/ /* se ubican debajo del enlace principal */

	/* animamos su visibildiad 
	-moz-transition: opacity .25s ease .1s;
	-webkit-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;*/
}

  /* son visibes al poner el cursor encima */
.mi-menu li:hover > ul { 
	opacity: 1;
}


   /* cada un ode los items de los submenús */
  .bt-menu ul li {
    height: 0px; /* no son visibles */
    overflow: hidden;
	margin: 0px;
	text-align: left;
    padding: 0px;
	/* animamos su visibildiad */
   	-moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
  }
  .bt-menu ul li a {
	border: none;
	text-align: left;
	font-size: 21px !important;
	color: #464747;
	/*border-bottom: 1px solid #111;*/
	margin: 0px;
	/* el ancho dependerá de los textos a utilizar */
	padding: 2px 2px;
	background-image:none;
  }

/* cada un ode los items de los submenús */
.bt-menu li:hover > ul li {
	height: 42px; /* los mostramos */
	overflow: visible;
	padding: 0px;
}
/* el último n otiene un borde */
.bt-menu ul li:last-child a { border: none; }

.bt-menu ul li a:hover {
	margin-top: 0px !important;
	/*background-color: transparent !important;*/
}
.btCeluA{
	background-image: url(../img/flecha1.png);
	background-repeat: no-repeat;
	background-position: right;
}
.espaBtMenu {
	margin-top: 300px !important;
	background-color: #FFFFFF;
}



@media (min-width:576px) {

	#btCelu {
		top: 135px;
		left: 0;
	}
	#btCelu ul {
		margin: 0 30px 5px 60px;
		/*background-color: antiquewhite;*/
	}


}
