body, html {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  height: 100%;
}



#myNavbar{
  
  color: #fff;
}


/*tipografias*/

h2{
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}

h3{
  font-family: 'Raleway', sans-serif;
  font-size: 1.1em;
  text-align: center;
  margin: .8rem 0;

}

h4{
  font-family: 'Raleway', sans-serif;
  font-size: 1.4em;
  padding: 0 .6rem;
  font-weight: bold;
}

p{
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  padding: 0 1rem;
}

.ins{
  font-family: 'Raleway', sans-serif !important;
  color: black !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  padding-bottom: 10px !important;
}

.info{  
  font-family: 'Raleway', sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
  padding-top:.8rem;
}



.prediseno>div{
  padding-top: .6em;
}

.prediseno div p{
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  padding: 0 .6rem;
}

.prediseno div button{
  margin: 0 .6rem;
}



.img-thmb img{
  width: 70px;
}


.img-center{
  display: block;
  margin: 0 auto;

}

.col-center{
    float: none;
    margin: 0 auto;
}
.logo img{
  width: 25%;
    float: none;
    margin: 0 auto;
}
.border{
  border:1px #333 solid;
}

.border2{
  border:1px blue solid;                 
}

.bkg01{
  background-color: #f1f1f1;
}


.bkg02{
  
  min-height: 640px;
  border: 1px solid #e3e3e3;
  background-image: url('../img/bkg02.jpg');
  background-attachment: fixed;
  /*background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}










#divSquare ul li b            {font-size: 22px; color: #999; cursor: pointer; font-weight: 600; margin:2px;}

#divSquare ul li b:hover      {font-size: 24px; color: #000;}

#divSquare ul li span         {font-size: 20px; color: #999; cursor: pointer; font-weight: 600; margin:2px; }

#divSquare ul li span:hover   {font-size: 22px; color: #000;}

#divSquare ul li a            {font-size: 20px; color: #555; font-weight: 600;  margin:2px; }

#divSquare ul li a:hover      {font-size: 22px; color: #e60000; text-decoration: none;}




.iconos{
  font-size: 1.7em;
  color: #333;
  padding: 0;
  margin: 0;
}




/* barra de progreso */

.loader-page {
    position: fixed;
    z-index: 25000;
    background: rgb(255, 255, 255);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .3s ease;
  }

  .personalizarBar{
    width: 100%;
    max-width: 70%;
  }

  .colorBar{
    color:white;
    background-color: #cc0000;
  }
  /*
  .loader-page::before {
    content: "";
    position: absolute;
    border: 2px solid rgb(50, 150, 176);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176,0);
    border-top: 2px solid rgba(50, 150, 176,0);
    animation: rotarload 1s linear infinite;
    transform: rotate(0deg);
  }
  @keyframes rotarload {
      0%   {transform: rotate(0deg)}
      100% {transform: rotate(360deg)}
  }
  .loader-page::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(50, 150, 176,.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176, 0);
    border-top: 2px solid rgba(50, 150, 176, 0);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
  }
*/





/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7 {
    background-attachment: scroll;
    min-height: 400px;
  }
}




                                                  /* HOME */


/* Create a Parallax Effect */
.bgimg-1, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url('../img/bkg01.jpg');
  min-height: 100%;
}



.bgimg-2 {
  background-color: #fff;
  background-image: url('../img/bkg03.jpg');
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




.fondoBtn{
  background-color: #fff;
  border-radius: 25px;
}

.fondoBtn img{
  width: 80%;
}



.fondoBtn a{
  display: block;
  transition: transform .2s ease-out;
}


.fondoBtn a:hover{
-moz-transform: translateX(70px);
-webkit-transform: translateX(70px);
-o-transform: translateX(70px);
-ms-transform: translateX(70px);
transform: translateX(70px);
}







                                                  /* CREA TU MUEBLE */

.crea{
  min-height: 800px;
}





/** Range slider**/

/**circulo visitado**/
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #cc0000 0%, #990000 100%);
  background-image: -o-linear-gradient(top, #cc0000 0%, #990000 100%);
  background-image: linear-gradient(to bottom, #cc0000 0%, #990000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  opacity: 1;
}

/**circulo inicio**/
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #cc0000;
  background-image: -webkit-linear-gradient(top, #cc0000 0%, #990000 100%);
  background-image: -o-linear-gradient(top, #cc0000 0%, #990000 100%);
  background-image: linear-gradient(to bottom, #cc0000 0%, #990000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}

/**circulo barra visitada**/
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #cc0000 0%, #990000 100%);
  background-image: -o-linear-gradient(top, #cc0000 0%, #990000 100%);
  background-image: linear-gradient(to bottom, #cc0000 0%, #990000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
}



#lista-conf{
    border:5px solid #f1f1f1;
    height: 8em;

}
#lista-conf li{
    display:inline;
}

/*escala 25px es 10 cm*/

.b-100{
    width: 100%;
    max-width: 300px;
  }
.colorbase{
    color: #fff !important;
    background-color: #b91e02 !important;
  }
.color-text-base{
    color: #b91e02 !important;
  }
.slider-horizontal{
    width: 100% !important;
  }
.slider-vertical{
    height: 551px !important;
  } 
/*muebles*/



/************************************   scroll menu *****************************/

.scroll{
   transition-duration: 0ms;
}


div.scroll {
    width: auto;
    /*height: 150px;*/
    overflow-y: hidden;
    overflow-x: auto;
   padding: 10px;
/*    background: #F0F0F0;*/
    white-space: nowrap;

}
/*div.scrollmenu a {
}
div.scrollmenu a:hover {
}
*/


div.scroll div{
/*    width: 100px;
    height: 100px;*/
    margin: 0 5px;
    padding: 0;
   /* background: red;*/
    display: inline-block;
    text-align: center;
/*    color: #FFF;*/
    /*line-height: 50px;*/
}



 @media only screen and (max-device-width: 480px) {

                          div.scroll {
                              width: auto;
                              overflow-y: hidden;
                              overflow-x: auto;
                              padding: 10px;
                              white-space: nowrap;
                            /*  border: 2px solid blue;*/

                          }

                          div.scroll div{
                              margin: 0 5px;
                              padding: 0;
                              display: inline-block;
                              text-align: center; 
                            /*  border: 1px solid green;*/
                          }

                          .ins{
                              /*border: 1px solid gray;*/
                              color: black !important;
                              font-size: .8rem !important;
                              font-weight: bold !important;
                              padding: 0px !important;
                              margin: 0px !important;
                              line-height: 0;
                          }
                          #Tamanio div{
                            padding: 0px 0!important;

                          }

 }


 @media only screen and (max-device-width: 667px) {

                          div.scroll {
                              width: auto;
                              overflow-y: hidden;
                              overflow-x: auto;
                              padding: 2px;
                              white-space: nowrap;
                              /*border: 2px solid blue;*/

                          }

                          div.scroll div{
                              margin: 0 5px;
                              padding: 0;
                              display: inline-block;
                              text-align: center; 
                              /*border: 1px solid green;*/
                          }

                          .ins{
                              /*border: 1px solid gray;*/
                              color: black !important;
                              font-size: .85rem !important;
                              font-weight: bold !important;
                              padding: 0px !important;
                              margin: 0px !important;
                              line-height: 0;
                          }
                          #Tamanio div{
                            padding: 0px 0!important;

                          }

 }














/*.alturaTex{
  max-width:70%; 
}*/

div.alturaTex{
  margin: 0 10px;
  padding: 0px;

}


.alturaTex{
  width: 85px;
  height: 85px;

}

.alturaTex img{
  width: 100%;
  height: 100%;

}











/* Style the buttons inside the tab */                                  
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 16px;
  transition: 0.3s;
  font-size: .9em;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #000;
  color: #fff;
}




/* Style the tab content */
.tabcontent {
  display: none;
  /*padding: 6px 12px;*/
  border: 1px solid #ccc;
  border-top: none;
  background-color: rgb(250, 250, 250, .9); 
} 

#Tamanio div{
  padding: 10px 0;

}


.tabcontent p {
    text-align: center;
    font-size: .7rem;
    margin: 0 auto;
}



.bordeRojo{
  /*background-color: rgb(153, 255, 255, .6);*/
  border: 2px dotted red;
}

@media only screen and (max-device-width: 667px) {               
                .w3-container, .w3-panel {
                padding: 0em 0px;
                }

                .stickyFootContent{
                /*  margin: 0;
                  padding: 0;
                  min-height: 100vh;
                  flex-wrap: wrap;*/
                }
                .stickyFoot{
                /*  align-self: flex-end;
                  width: 100%;*/
                  border: 2px solid #ff0000;
                }


                /*boton flotante*/
                .float{
                  position:fixed;
                  width:100%;
                  height:100px;
                  bottom: 100px;
                 /* right: 32px;
                  color:#FFF;
                  background-color: #25d366;
                  border-radius:50px;
                  text-align:center;
                  font-size:30px;
                  box-shadow: 2px 2px 3px #999;*/
                  z-index:100;
                }

                .my-float{
                  margin-top:16px;
                }

                .tabcontent{
                  padding: 0px;
                    
                }

                .tab button{
                  padding: 4px 4px;
                }

                h3{
                  font-size: .8em;
                }

                .my-float h3{
                  margin: 0;
                }

                .info{ 
                  font-size: .9em;
                }

}





@media only screen and (max-device-width: 480px) {

                .w3-container, .w3-panel {
                padding: 0em 0px;
                }

                .stickyFootContent{
                /*  margin: 0;
                  padding: 0;
                  min-height: 100vh;
                  flex-wrap: wrap;*/
                }
                .stickyFoot{
                /*  align-self: flex-end;
                  width: 100%;*/
                  border: 2px solid #ff0000;
                }


                /*boton flotante*/
                .float{
                  position:fixed;
                  width:100%;
                  height:100px;
                  bottom: 100px;
                  z-index:100;
                }

                .my-float{
                  margin-top:16px;
                }

                .tabcontent{
                  padding: 0px;
                    
                }

                .tab button{
                  padding: 4px 4px;
                }

                h3{
                  font-size: .8em;
                }

                .my-float h3{
                  margin: 0;
                }

                .info{ 
                  font-size: .9em;
                }


}/*FIIINNN (max-device-width: 480px*/







#mueble2{                                                            
  /*margin-top:15px;                                                  
  display: none;*/
}
 #divSquare{
  height: 571px;
  margin-top: 5px;
 }
 
  #divSquare ul{
   margin:0;
   list-style-type:none;
   padding: 0.5px;
  }
 
 #divSquare ul li{
   text-align:center;
  }
 
 #lineaMedicion{
   border: 2px;
   border-color: #777;
   border-style: none solid dotted solid;
   width:55px;
 }



#lineaMedicionV-Cont{
   width:20px;
   float: left;
   height: 550px !important;
}


 #lineaMedicionV{
   border: 2px;
   border-color: #777;
   border-style: solid dotted solid none;
/*   width:20px;*/
  height:551px; 
  margin: 0;
  padding: 0;/*
  display: flex;
  flex-direction: column-reverse;*/
 }

#lineaMedicionV p{
  writing-mode: vertical-lr;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 400px;
  padding: 0;
  /*float: left;
  transform-origin: left bottom 0;
  transform-origin: left top 0;
  margin-left: 50px;
  padding: 10px;
  color: #FFF;*/
}

#profundoCont{
  margin-left: 50px;
  margin-top: -20px;
  width: 120px;

}
.profundo span{

}
.profundo img{
  width: 25px;
  float: right;
  
}





 .der{
   text-align:right;
   }
  .izq{
   text-align:left;
  }

 .close-div{
   color: dark gray;
 }

.flexbox-container {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    width: 55px;
    margin-left:-10px;
  }
.flexbox-container-init {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    width: 55px;
  }
.flexbox-container-principal {
  display: flex;
  align-items: flex-end;
} 
.contenedorTorre{
  background-color: transparent;
  height: 571px;
  margin-right: 2px;
}

.bordeSelect{
  /*background-color: #f1f1f1;*/
  background-color: transparent;
 /* outline: 2px solid #ff9999 !important;
  border-top: 2px solid #990000 !important;*/
}

.bordeSelect div{
  background-color:rgba(252, 179, 11, 0.35)!important;
}







.indice7{z-index:7}
.indice6{z-index:6}
.indice5{z-index:5}
.indice4{z-index:4}
.indice3{z-index:3}
.indice2{z-index:2}
.indice1{z-index:1}

.contentMueble  {
  height: 75px;
  width: 100%;
  /*border: 1px solid #000;
  background-image: url('../img/torres/torre-w20-1nivel.png');*/
  background-repeat:no-repeat;
  background-size: 100% 100%;
}

.contentMuebleInit  {
  height: 104px;
  width: 100%;
  /*border: 1px solid #000;
  background-image: url('../img/torres/torre-w20-1nivel.png');*/
  background-repeat:no-repeat;
  background-size: 100% 100%;
}

.contentMuebleInit2  {
  height: 92px;
  width: 100%;
  /*border: 1px solid #000;      
  background-image: url('../img/torres/torre-w20-bottom.png');*/
  background-repeat:no-repeat;
  background-size: 100% 100%;
}

.contentMuebleMiddle  {
  height: 75px;
  width: 100%;
  /*border: 1px solid #000;      
  background-image: url('../img/torres/torre-w20-middle.png');*/
  background-repeat:no-repeat;
  background-size: 100% 100%;
}

.contentMuebleTop  {
  height: 86px;
  width: 100%;
  /*border: 1px solid #000;      */
  background-image: url('../img/torres/torre-w20-top.png');
  background-repeat:no-repeat;
  background-size: 100% 100%;
}


/*Techos TEXTURA 1*/
.techo20tex1top{background-image: url(../img/torres/torreE-w20-top.png)!important;}
.techo20tex1middle{background-image: url(../img/torres/torreE-w20-middle.png)!important;}
.techo30tex1top{background-image: url(../img/torres/torreE-w30-top.png)!important;}
.techo30tex1middle{background-image: url(../img/torres/torreE-w30-middle.png)!important;}
.techo40tex1top{background-image: url(../img/torres/torreE-w40-top.png)!important;}
.techo40tex1middle{background-image: url(../img/torres/torreE-w40-middle.png)!important;}
.techo50tex1top{background-image: url(../img/torres/torreE-w50-top.png)!important;}
.techo50tex1middle{background-image: url(../img/torres/torreE-w50-middle.png)!important;}
.techo60tex1top{background-image: url(../img/torres/torreE-w60-top.png)!important;}
.techo60tex1middle{background-image: url(../img/torres/torreE-w60-middle.png)!important;}

/*Techos TEXTURA 2*/
.techo20tex2top{background-image: url(../img/torres/torreE-w20-top-B.png)!important;}
.techo20tex2middle{background-image: url(../img/torres/torreE-w20-middle-B.png)!important;}
.techo30tex2top{background-image: url(../img/torres/torreE-w30-top-B.png)!important;}
.techo30tex2middle{background-image: url(../img/torres/torreE-w30-middle-B.png)!important;}
.techo40tex2top{background-image: url(../img/torres/torreE-w40-top-B.png)!important;}
.techo40tex2middle{background-image: url(../img/torres/torreE-w40-middle-B.png)!important;}
.techo50tex2top{background-image: url(../img/torres/torreE-w50-top-B.png)!important;}
.techo50tex2middle{background-image: url(../img/torres/torreE-w50-middle-B.png)!important;}
.techo60tex2top{background-image: url(../img/torres/torreE-w60-top-B.png)!important;}
.techo60tex2middle{background-image: url(../img/torres/torreE-w60-middle-B.png)!important;}


/*Techos TEXTURA 3*/
.techo20tex3top{background-image: url(../img/torres/torreE-w20-top-C.png)!important;}
.techo20tex3middle{background-image: url(../img/torres/torreE-w20-middle-C.png)!important;}
.techo30tex3top{background-image: url(../img/torres/torreE-w30-top-C.png)!important;}
.techo30tex3middle{background-image: url(../img/torres/torreE-w30-middle-C.png)!important;}
.techo40tex3top{background-image: url(../img/torres/torreE-w40-top-C.png)!important;}
.techo40tex3middle{background-image: url(../img/torres/torreE-w40-middle-C.png)!important;}
.techo50tex3top{background-image: url(../img/torres/torreE-w50-top-C.png)!important;}
.techo50tex3middle{background-image: url(../img/torres/torreE-w50-middle-C.png)!important;}
.techo60tex3top{background-image: url(../img/torres/torreE-w60-top-C.png)!important;}
.techo60tex3middle{background-image: url(../img/torres/torreE-w60-middle-C.png)!important;}

/*Techos TEXTURA 4*/
.techo20tex4top{background-image: url(../img/torres/torreE-w20-top-D.png)!important;}
.techo20tex4middle{background-image: url(../img/torres/torreE-w20-middle-D.png)!important;}
.techo30tex4top{background-image: url(../img/torres/torreE-w30-top-D.png)!important;}
.techo30tex4middle{background-image: url(../img/torres/torreE-w30-middle-D.png)!important;}
.techo40tex4top{background-image: url(../img/torres/torreE-w40-top-D.png)!important;}
.techo40tex4middle{background-image: url(../img/torres/torreE-w40-middle-D.png)!important;}
.techo50tex4top{background-image: url(../img/torres/torreE-w50-top-D.png)!important;}
.techo50tex4middle{background-image: url(../img/torres/torreE-w50-middle-D.png)!important;}
.techo60tex4top{background-image: url(../img/torres/torreE-w60-top-D.png)!important;}
.techo60tex4middle{background-image: url(../img/torres/torreE-w60-middle-D.png)!important;}

/*Techos TEXTURA 5*/
.techo20tex5top{background-image: url(../img/torres/torreE-w20-top-E.png)!important;}
.techo20tex5middle{background-image: url(../img/torres/torreE-w20-middle-E.png)!important;}
.techo30tex5top{background-image: url(../img/torres/torreE-w30-top-E.png)!important;}
.techo30tex5middle{background-image: url(../img/torres/torreE-w30-middle-E.png)!important;}
.techo40tex5top{background-image: url(../img/torres/torreE-w40-top-E.png)!important;}
.techo40tex5middle{background-image: url(../img/torres/torreE-w40-middle-E.png)!important;}
.techo50tex5top{background-image: url(../img/torres/torreE-w50-top-E.png)!important;}
.techo50tex5middle{background-image: url(../img/torres/torreE-w50-middle-E.png)!important;}
.techo60tex5top{background-image: url(../img/torres/torreE-w60-top-E.png)!important;}
.techo60tex5middle{background-image: url(../img/torres/torreE-w60-middle-E.png)!important;}

/*Techos TEXTURA 6*/
.techo20tex6top{background-image: url(../img/torres/torreE-w20-top-F.png)!important;}
.techo20tex6middle{background-image: url(../img/torres/torreE-w20-middle-F.png)!important;}
.techo30tex6top{background-image: url(../img/torres/torreE-w30-top-F.png)!important;}
.techo30tex6middle{background-image: url(../img/torres/torreE-w30-middle-F.png)!important;}
.techo40tex6top{background-image: url(../img/torres/torreE-w40-top-F.png)!important;}
.techo40tex6middle{background-image: url(../img/torres/torreE-w40-middle-F.png)!important;}
.techo50tex6top{background-image: url(../img/torres/torreE-w50-top-F.png)!important;}
.techo50tex6middle{background-image: url(../img/torres/torreE-w50-middle-F.png)!important;}
.techo60tex6top{background-image: url(../img/torres/torreE-w60-top-F.png)!important;}
.techo60tex6middle{background-image: url(../img/torres/torreE-w60-middle-F.png)!important;}






/* TORRES */
/*Textura 1 ancho 20*/
.textura1ancho20top{background-image: url(../img/torres/torre-w20-top.png);}
.textura1ancho20middle{background-image: url(../img/torres/torre-w20-middle.png);}
.textura1ancho20pata0init2{background-image: url(../img/torres/torre-w20-bottom.png);}
.textura1ancho20pata0init{background-image: url(../img/torres/torre-w20-1nivel.png);}
.textura1ancho20pata1init2{background-image: url(../img/torres/torre-w20-p2-bottom.png);}
.textura1ancho20pata1init{background-image: url(../img/torres/torre-w20-p2-1nivel.png);}
.textura1ancho20pata2init2{background-image: url(../img/torres/torre-w20-p3-bottom.png);}
.textura1ancho20pata2init{background-image: url(../img/torres/torre-w20-p3-1nivel.png);}
.textura1ancho20pata3init2{background-image: url(../img/torres/torre-w20-p4-bottom.png);}
.textura1ancho20pata3init{background-image: url(../img/torres/torre-w20-p4-1nivel.png);}

/*Textura 1 ancho 30*/
.textura1ancho30top{background-image: url(../img/torres/torre-w30-top.png);}
.textura1ancho30middle{background-image: url(../img/torres/torre-w30-middle.png);}
.textura1ancho30pata0init2{background-image: url(../img/torres/torre-w30-bottom.png);}
.textura1ancho30pata0init{background-image: url(../img/torres/torre-w30-1nivel.png);}
.textura1ancho30pata1init2{background-image: url(../img/torres/torre-w30-p2-bottom.png);}
.textura1ancho30pata1init{background-image: url(../img/torres/torre-w30-p2-1nivel.png);}
.textura1ancho30pata2init2{background-image: url(../img/torres/torre-w30-p3-bottom.png);}
.textura1ancho30pata2init{background-image: url(../img/torres/torre-w30-p3-1nivel.png);}
.textura1ancho30pata3init2{background-image: url(../img/torres/torre-w30-p4-bottom.png);}
.textura1ancho30pata3init{background-image: url(../img/torres/torre-w30-p4-1nivel.png);}


/*Textura 1 ancho 40*/
.textura1ancho40top{background-image: url(../img/torres/torre-w40-top.png);}
.textura1ancho40middle{background-image: url(../img/torres/torre-w40-middle.png);}
.textura1ancho40pata0init2{background-image: url(../img/torres/torre-w40-bottom.png);}
.textura1ancho40pata0init{background-image: url(../img/torres/torre-w40-1nivel.png);}
.textura1ancho40pata1init2{background-image: url(../img/torres/torre-w40-p2-bottom.png);}
.textura1ancho40pata1init{background-image: url(../img/torres/torre-w40-p2-1nivel.png);}
.textura1ancho40pata2init2{background-image: url(../img/torres/torre-w40-p3-bottom.png);}
.textura1ancho40pata2init{background-image: url(../img/torres/torre-w40-p3-1nivel.png);}
.textura1ancho40pata3init2{background-image: url(../img/torres/torre-w40-p4-bottom.png);}
.textura1ancho40pata3init{background-image: url(../img/torres/torre-w40-p4-1nivel.png);}


/*Textura 1 ancho 50*/
.textura1ancho50top{background-image: url(../img/torres/torre-w50-top.png);}
.textura1ancho50middle{background-image: url(../img/torres/torre-w50-middle.png);}
.textura1ancho50pata0init2{background-image: url(../img/torres/torre-w50-bottom.png);}
.textura1ancho50pata0init{background-image: url(../img/torres/torre-w50-1nivel.png);}
.textura1ancho50pata1init2{background-image: url(../img/torres/torre-w50-p2-bottom.png);}
.textura1ancho50pata1init{background-image: url(../img/torres/torre-w50-p2-1nivel.png);}
.textura1ancho50pata2init2{background-image: url(../img/torres/torre-w50-p3-bottom.png);}
.textura1ancho50pata2init{background-image: url(../img/torres/torre-w50-p3-1nivel.png);}
.textura1ancho50pata3init2{background-image: url(../img/torres/torre-w50-p4-bottom.png);}
.textura1ancho50pata3init{background-image: url(../img/torres/torre-w50-p4-1nivel.png);}

/*Textura 1 ancho 60*/
.textura1ancho60top{background-image: url(../img/torres/torre-w60-top.png);}
.textura1ancho60middle{background-image: url(../img/torres/torre-w60-middle.png);}
.textura1ancho60pata0init2{background-image: url(../img/torres/torre-w60-bottom.png);}
.textura1ancho60pata0init{background-image: url(../img/torres/torre-w60-1nivel.png);}
.textura1ancho60pata1init2{background-image: url(../img/torres/torre-w60-p2-bottom.png);}
.textura1ancho60pata1init{background-image: url(../img/torres/torre-w60-p2-1nivel.png);}
.textura1ancho60pata2init2{background-image: url(../img/torres/torre-w60-p3-bottom.png);}
.textura1ancho60pata2init{background-image: url(../img/torres/torre-w60-p3-1nivel.png);}
.textura1ancho60pata3init2{background-image: url(../img/torres/torre-w60-p4-bottom.png);}
.textura1ancho60pata3init{background-image: url(../img/torres/torre-w60-p4-1nivel.png);}


/*TEXTURA B*/
/*Textura 2 ancho 20*/
.textura2ancho20top{background-image: url(../img/torres/torre-w20-top-B.png);}
.textura2ancho20middle{background-image: url(../img/torres/torre-w20-middle-B.png);}
.textura2ancho20pata0init2{background-image: url(../img/torres/torre-w20-bottom-B.png);}
.textura2ancho20pata0init{background-image: url(../img/torres/torre-w20-1nivel-B.png);}
.textura2ancho20pata1init2{background-image: url(../img/torres/torre-w20-p2-bottom-B.png);}
.textura2ancho20pata1init{background-image: url(../img/torres/torre-w20-p2-1nivel-B.png);}
.textura2ancho20pata2init2{background-image: url(../img/torres/torre-w20-p3-bottom-B.png);}
.textura2ancho20pata2init{background-image: url(../img/torres/torre-w20-p3-1nivel-B.png);}
.textura2ancho20pata3init2{background-image: url(../img/torres/torre-w20-p4-bottom-B.png);}
.textura2ancho20pata3init{background-image: url(../img/torres/torre-w20-p4-1nivel-B.png);}


/*Textura 2 ancho 30*/
.textura2ancho30top{background-image: url(../img/torres/torre-w30-top-B.png);}
.textura2ancho30middle{background-image: url(../img/torres/torre-w30-middle-B.png);}
.textura2ancho30pata0init2{background-image: url(../img/torres/torre-w30-bottom-B.png);}
.textura2ancho30pata0init{background-image: url(../img/torres/torre-w30-1nivel-B.png);}
.textura2ancho30pata1init2{background-image: url(../img/torres/torre-w30-p2-bottom-B.png);}
.textura2ancho30pata1init{background-image: url(../img/torres/torre-w30-p2-1nivel-B.png);}
.textura2ancho30pata2init2{background-image: url(../img/torres/torre-w30-p3-bottom-B.png);}
.textura2ancho30pata2init{background-image: url(../img/torres/torre-w30-p3-1nivel-B.png);}
.textura2ancho30pata3init2{background-image: url(../img/torres/torre-w30-p4-bottom-B.png);}
.textura2ancho30pata3init{background-image: url(../img/torres/torre-w30-p4-1nivel-B.png);}

/*Textura 2 ancho 40*/
.textura2ancho40top{background-image: url(../img/torres/torre-w40-top-B.png);}
.textura2ancho40middle{background-image: url(../img/torres/torre-w40-middle-B.png);}
.textura2ancho40pata0init2{background-image: url(../img/torres/torre-w40-bottom-B.png);}
.textura2ancho40pata0init{background-image: url(../img/torres/torre-w40-1nivel-B.png);}
.textura2ancho40pata1init2{background-image: url(../img/torres/torre-w40-p2-bottom-B.png);}
.textura2ancho40pata1init{background-image: url(../img/torres/torre-w40-p2-1nivel-B.png);}
.textura2ancho40pata2init2{background-image: url(../img/torres/torre-w40-p3-bottom-B.png);}
.textura2ancho40pata2init{background-image: url(../img/torres/torre-w40-p3-1nivel-B.png);}
.textura2ancho40pata3init2{background-image: url(../img/torres/torre-w40-p4-bottom-B.png);}
.textura2ancho40pata3init{background-image: url(../img/torres/torre-w40-p4-1nivel-B.png);}

/*Textura 2 ancho 50*/
.textura2ancho50top{background-image: url(../img/torres/torre-w50-top-B.png);}
.textura2ancho50middle{background-image: url(../img/torres/torre-w50-middle-B.png);}
.textura2ancho50pata0init2{background-image: url(../img/torres/torre-w50-bottom-B.png);}
.textura2ancho50pata0init{background-image: url(../img/torres/torre-w50-1nivel-B.png);}
.textura2ancho50pata1init2{background-image: url(../img/torres/torre-w50-p2-bottom-B.png);}
.textura2ancho50pata1init{background-image: url(../img/torres/torre-w50-p2-1nivel-B.png);}
.textura2ancho50pata2init2{background-image: url(../img/torres/torre-w50-p3-bottom-B.png);}
.textura2ancho50pata2init{background-image: url(../img/torres/torre-w50-p3-1nivel-B.png);}
.textura2ancho50pata3init2{background-image: url(../img/torres/torre-w50-p4-bottom-B.png);}
.textura2ancho50pata3init{background-image: url(../img/torres/torre-w50-p4-1nivel-B.png);}

/*Textura 2 ancho 60*/
.textura2ancho60top{background-image: url(../img/torres/torre-w60-top-B.png);}
.textura2ancho60middle{background-image: url(../img/torres/torre-w60-middle-B.png);}
.textura2ancho60pata0init2{background-image: url(../img/torres/torre-w60-bottom-B.png);}
.textura2ancho60pata0init{background-image: url(../img/torres/torre-w60-1nivel-B.png);}
.textura2ancho60pata1init2{background-image: url(../img/torres/torre-w60-p2-bottom-B.png);}
.textura2ancho60pata1init{background-image: url(../img/torres/torre-w60-p2-1nivel-B.png);}
.textura2ancho60pata2init2{background-image: url(../img/torres/torre-w60-p3-bottom-B.png);}
.textura2ancho60pata2init{background-image: url(../img/torres/torre-w60-p3-1nivel-B.png);}
.textura2ancho60pata3init2{background-image: url(../img/torres/torre-w60-p4-bottom-B.png);}
.textura2ancho60pata3init{background-image: url(../img/torres/torre-w60-p4-1nivel-B.png);}



/*TEXTURA C/
/*Textura C ancho 20*/
.textura3ancho20top{background-image: url(../img/torres/torre-w20-top-C.png);}
.textura3ancho20middle{background-image: url(../img/torres/torre-w20-middle-C.png);}
.textura3ancho20pata0init2{background-image: url(../img/torres/torre-w20-bottom-C.png);}
.textura3ancho20pata0init{background-image: url(../img/torres/torre-w20-1nivel-C.png);}
.textura3ancho20pata1init2{background-image: url(../img/torres/torre-w20-p2-bottom-C.png);}
.textura3ancho20pata1init{background-image: url(../img/torres/torre-w20-p2-1nivel-C.png);}
.textura3ancho20pata2init2{background-image: url(../img/torres/torre-w20-p3-bottom-C.png);}
.textura3ancho20pata2init{background-image: url(../img/torres/torre-w20-p3-1nivel-C.png);}
.textura3ancho20pata3init2{background-image: url(../img/torres/torre-w20-p4-bottom-C.png);}
.textura3ancho20pata3init{background-image: url(../img/torres/torre-w20-p4-1nivel-C.png);}

/*Textura C ancho 30*/
.textura3ancho30top{background-image: url(../img/torres/torre-w30-top-C.png);}
.textura3ancho30middle{background-image: url(../img/torres/torre-w30-middle-C.png);}
.textura3ancho30pata0init2{background-image: url(../img/torres/torre-w30-bottom-C.png);}
.textura3ancho30pata0init{background-image: url(../img/torres/torre-w30-1nivel-C.png);}
.textura3ancho30pata1init2{background-image: url(../img/torres/torre-w30-p2-bottom-C.png);}
.textura3ancho30pata1init{background-image: url(../img/torres/torre-w30-p2-1nivel-C.png);}
.textura3ancho30pata2init2{background-image: url(../img/torres/torre-w30-p3-bottom-C.png);}
.textura3ancho30pata2init{background-image: url(../img/torres/torre-w30-p3-1nivel-C.png);}
.textura3ancho30pata3init2{background-image: url(../img/torres/torre-w30-p4-bottom-C.png);}
.textura3ancho30pata3init{background-image: url(../img/torres/torre-w30-p4-1nivel-C.png);}

/*Textura C ancho 40*/
.textura3ancho40top{background-image: url(../img/torres/torre-w40-top-C.png);}
.textura3ancho40middle{background-image: url(../img/torres/torre-w40-middle-C.png);}
.textura3ancho40pata0init2{background-image: url(../img/torres/torre-w40-bottom-C.png);}
.textura3ancho40pata0init{background-image: url(../img/torres/torre-w40-1nivel-C.png);}
.textura3ancho40pata1init2{background-image: url(../img/torres/torre-w40-p2-bottom-C.png);}
.textura3ancho40pata1init{background-image: url(../img/torres/torre-w40-p2-1nivel-C.png);}
.textura3ancho40pata2init2{background-image: url(../img/torres/torre-w40-p3-bottom-C.png);}
.textura3ancho40pata2init{background-image: url(../img/torres/torre-w40-p3-1nivel-C.png);}
.textura3ancho40pata3init2{background-image: url(../img/torres/torre-w40-p4-bottom-C.png);}
.textura3ancho40pata3init{background-image: url(../img/torres/torre-w40-p4-1nivel-C.png);}

/*Textura C ancho 50*/
.textura3ancho50top{background-image: url(../img/torres/torre-w50-top-C.png);}
.textura3ancho50middle{background-image: url(../img/torres/torre-w50-middle-C.png);}
.textura3ancho50pata0init2{background-image: url(../img/torres/torre-w50-bottom-C.png);}
.textura3ancho50pata0init{background-image: url(../img/torres/torre-w50-1nivel-C.png);}
.textura3ancho50pata1init2{background-image: url(../img/torres/torre-w50-p2-bottom-C.png);}
.textura3ancho50pata1init{background-image: url(../img/torres/torre-w50-p2-1nivel-C.png);}
.textura3ancho50pata2init2{background-image: url(../img/torres/torre-w50-p3-bottom-C.png);}
.textura3ancho50pata2init{background-image: url(../img/torres/torre-w50-p3-1nivel-C.png);}
.textura3ancho50pata3init2{background-image: url(../img/torres/torre-w50-p4-bottom-C.png);}
.textura3ancho50pata3init{background-image: url(../img/torres/torre-w50-p4-1nivel-C.png);}

/*Textura C ancho 60*/
.textura3ancho60top{background-image: url(../img/torres/torre-w60-top-C.png);}
.textura3ancho60middle{background-image: url(../img/torres/torre-w60-middle-C.png);}
.textura3ancho60pata0init2{background-image: url(../img/torres/torre-w60-bottom-C.png);}
.textura3ancho60pata0init{background-image: url(../img/torres/torre-w60-1nivel-C.png);}
.textura3ancho60pata1init2{background-image: url(../img/torres/torre-w60-p2-bottom-C.png);}
.textura3ancho60pata1init{background-image: url(../img/torres/torre-w60-p2-1nivel-C.png);}
.textura3ancho60pata2init2{background-image: url(../img/torres/torre-w60-p3-bottom-C.png);}
.textura3ancho60pata2init{background-image: url(../img/torres/torre-w60-p3-1nivel-C.png);}
.textura3ancho60pata3init2{background-image: url(../img/torres/torre-w60-p4-bottom-C.png);}
.textura3ancho60pata3init{background-image: url(../img/torres/torre-w60-p4-1nivel-C.png);}


/*TEXTURA D/
/*Textura D ancho 20*/
.textura4ancho20top{background-image: url(../img/torres/torre-w20-top-D.png);}
.textura4ancho20middle{background-image: url(../img/torres/torre-w20-middle-D.png);}
.textura4ancho20pata0init2{background-image: url(../img/torres/torre-w20-bottom-D.png);}
.textura4ancho20pata0init{background-image: url(../img/torres/torre-w20-1nivel-D.png);}
.textura4ancho20pata1init2{background-image: url(../img/torres/torre-w20-p2-bottom-D.png);}
.textura4ancho20pata1init{background-image: url(../img/torres/torre-w20-p2-1nivel-D.png);}
.textura4ancho20pata2init2{background-image: url(../img/torres/torre-w20-p3-bottom-D.png);}
.textura4ancho20pata2init{background-image: url(../img/torres/torre-w20-p3-1nivel-D.png);}
.textura4ancho20pata3init2{background-image: url(../img/torres/torre-w20-p4-bottom-D.png);}
.textura4ancho20pata3init{background-image: url(../img/torres/torre-w20-p4-1nivel-D.png);}

/*Textura D ancho 30*/
.textura4ancho30top{background-image: url(../img/torres/torre-w30-top-D.png);}
.textura4ancho30middle{background-image: url(../img/torres/torre-w30-middle-D.png);}
.textura4ancho30pata0init2{background-image: url(../img/torres/torre-w30-bottom-D.png);}
.textura4ancho30pata0init{background-image: url(../img/torres/torre-w30-1nivel-D.png);}
.textura4ancho30pata1init2{background-image: url(../img/torres/torre-w30-p2-bottom-D.png);}
.textura4ancho30pata1init{background-image: url(../img/torres/torre-w30-p2-1nivel-D.png);}
.textura4ancho30pata2init2{background-image: url(../img/torres/torre-w30-p3-bottom-D.png);}
.textura4ancho30pata2init{background-image: url(../img/torres/torre-w30-p3-1nivel-D.png);}
.textura4ancho30pata3init2{background-image: url(../img/torres/torre-w30-p4-bottom-D.png);}
.textura4ancho30pata3init{background-image: url(../img/torres/torre-w30-p4-1nivel-D.png);}

/*Textura D ancho 40*/
.textura4ancho40top{background-image: url(../img/torres/torre-w40-top-D.png);}
.textura4ancho40middle{background-image: url(../img/torres/torre-w40-middle-D.png);}
.textura4ancho40pata0init2{background-image: url(../img/torres/torre-w40-bottom-D.png);}
.textura4ancho40pata0init{background-image: url(../img/torres/torre-w40-1nivel-D.png);}
.textura4ancho40pata1init2{background-image: url(../img/torres/torre-w40-p2-bottom-D.png);}
.textura4ancho40pata1init{background-image: url(../img/torres/torre-w40-p2-1nivel-D.png);}
.textura4ancho40pata2init2{background-image: url(../img/torres/torre-w40-p3-bottom-D.png);}
.textura4ancho40pata2init{background-image: url(../img/torres/torre-w40-p3-1nivel-D.png);}
.textura4ancho40pata3init2{background-image: url(../img/torres/torre-w40-p4-bottom-D.png);}
.textura4ancho40pata3init{background-image: url(../img/torres/torre-w40-p4-1nivel-D.png);}

/*Textura D ancho 50*/
.textura4ancho50top{background-image: url(../img/torres/torre-w50-top-D.png);}
.textura4ancho50middle{background-image: url(../img/torres/torre-w50-middle-D.png);}
.textura4ancho50pata0init2{background-image: url(../img/torres/torre-w50-bottom-D.png);}
.textura4ancho50pata0init{background-image: url(../img/torres/torre-w50-1nivel-D.png);}
.textura4ancho50pata1init2{background-image: url(../img/torres/torre-w50-p2-bottom-D.png);}
.textura4ancho50pata1init{background-image: url(../img/torres/torre-w50-p2-1nivel-D.png);}
.textura4ancho50pata2init2{background-image: url(../img/torres/torre-w50-p3-bottom-D.png);}
.textura4ancho50pata2init{background-image: url(../img/torres/torre-w50-p3-1nivel-D.png);}
.textura4ancho50pata3init2{background-image: url(../img/torres/torre-w50-p4-bottom-D.png);}
.textura4ancho50pata3init{background-image: url(../img/torres/torre-w50-p4-1nivel-D.png);}

/*Textura D ancho 60*/
.textura4ancho60top{background-image: url(../img/torres/torre-w60-top-D.png);}
.textura4ancho60middle{background-image: url(../img/torres/torre-w60-middle-D.png);}
.textura4ancho60pata0init2{background-image: url(../img/torres/torre-w60-bottom-D.png);}
.textura4ancho60pata0init{background-image: url(../img/torres/torre-w60-1nivel-D.png);}
.textura4ancho60pata1init2{background-image: url(../img/torres/torre-w60-p2-bottom-D.png);}
.textura4ancho60pata1init{background-image: url(../img/torres/torre-w60-p2-1nivel-D.png);}
.textura4ancho60pata2init2{background-image: url(../img/torres/torre-w60-p3-bottom-D.png);}
.textura4ancho60pata2init{background-image: url(../img/torres/torre-w60-p3-1nivel-D.png);}
.textura4ancho60pata3init2{background-image: url(../img/torres/torre-w60-p4-bottom-D.png);}
.textura4ancho60pata3init{background-image: url(../img/torres/torre-w60-p4-1nivel-D.png);}



/*TEXTURA E/
/*Textura E ancho 20*/
.textura5ancho20top{background-image: url(../img/torres/torre-w20-top-E.png);}
.textura5ancho20middle{background-image: url(../img/torres/torre-w20-middle-E.png);}
.textura5ancho20pata0init2{background-image: url(../img/torres/torre-w20-bottom-E.png);}
.textura5ancho20pata0init{background-image: url(../img/torres/torre-w20-1nivel-E.png);}
.textura5ancho20pata1init2{background-image: url(../img/torres/torre-w20-p2-bottom-E.png);}
.textura5ancho20pata1init{background-image: url(../img/torres/torre-w20-p2-1nivel-E.png);}
.textura5ancho20pata2init2{background-image: url(../img/torres/torre-w20-p3-bottom-E.png);}
.textura5ancho20pata2init{background-image: url(../img/torres/torre-w20-p3-1nivel-E.png);}
.textura5ancho20pata3init2{background-image: url(../img/torres/torre-w20-p4-bottom-E.png);}
.textura5ancho20pata3init{background-image: url(../img/torres/torre-w20-p4-1nivel-E.png);}

/*Textura E ancho 30*/
.textura5ancho30top{background-image: url(../img/torres/torre-w30-top-E.png);}
.textura5ancho30middle{background-image: url(../img/torres/torre-w30-middle-E.png);}
.textura5ancho30pata0init2{background-image: url(../img/torres/torre-w30-bottom-E.png);}
.textura5ancho30pata0init{background-image: url(../img/torres/torre-w30-1nivel-E.png);}
.textura5ancho30pata1init2{background-image: url(../img/torres/torre-w30-p2-bottom-E.png);}
.textura5ancho30pata1init{background-image: url(../img/torres/torre-w30-p2-1nivel-E.png);}
.textura5ancho30pata2init2{background-image: url(../img/torres/torre-w30-p3-bottom-E.png);}
.textura5ancho30pata2init{background-image: url(../img/torres/torre-w30-p3-1nivel-E.png);}
.textura5ancho30pata3init2{background-image: url(../img/torres/torre-w30-p4-bottom-E.png);}
.textura5ancho30pata3init{background-image: url(../img/torres/torre-w30-p4-1nivel-E.png);}

/*Textura E ancho 40*/
.textura5ancho40top{background-image: url(../img/torres/torre-w40-top-E.png);}
.textura5ancho40middle{background-image: url(../img/torres/torre-w40-middle-E.png);}
.textura5ancho40pata0init2{background-image: url(../img/torres/torre-w40-bottom-E.png);}
.textura5ancho40pata0init{background-image: url(../img/torres/torre-w40-1nivel-E.png);}
.textura5ancho40pata1init2{background-image: url(../img/torres/torre-w40-p2-bottom-E.png);}
.textura5ancho40pata1init{background-image: url(../img/torres/torre-w40-p2-1nivel-E.png);}
.textura5ancho40pata2init2{background-image: url(../img/torres/torre-w40-p3-bottom-E.png);}
.textura5ancho40pata2init{background-image: url(../img/torres/torre-w40-p3-1nivel-E.png);}
.textura5ancho40pata3init2{background-image: url(../img/torres/torre-w40-p4-bottom-E.png);}
.textura5ancho40pata3init{background-image: url(../img/torres/torre-w40-p4-1nivel-E.png);}

/*Textura E ancho 50*/
.textura5ancho50top{background-image: url(../img/torres/torre-w50-top-E.png);}
.textura5ancho50middle{background-image: url(../img/torres/torre-w50-middle-E.png);}
.textura5ancho50pata0init2{background-image: url(../img/torres/torre-w50-bottom-E.png);}
.textura5ancho50pata0init{background-image: url(../img/torres/torre-w50-1nivel-E.png);}
.textura5ancho50pata1init2{background-image: url(../img/torres/torre-w50-p2-bottom-E.png);}
.textura5ancho50pata1init{background-image: url(../img/torres/torre-w50-p2-1nivel-E.png);}
.textura5ancho50pata2init2{background-image: url(../img/torres/torre-w50-p3-bottom-E.png);}
.textura5ancho50pata2init{background-image: url(../img/torres/torre-w50-p3-1nivel-E.png);}
.textura5ancho50pata3init2{background-image: url(../img/torres/torre-w50-p4-bottom-E.png);}
.textura5ancho50pata3init{background-image: url(../img/torres/torre-w50-p4-1nivel-E.png);}

/*Textura E ancho 60*/
.textura5ancho60top{background-image: url(../img/torres/torre-w60-top-E.png);}
.textura5ancho60middle{background-image: url(../img/torres/torre-w60-middle-E.png);}
.textura5ancho60pata0init2{background-image: url(../img/torres/torre-w60-bottom-E.png);}
.textura5ancho60pata0init{background-image: url(../img/torres/torre-w60-1nivel-E.png);}
.textura5ancho60pata1init2{background-image: url(../img/torres/torre-w60-p2-bottom-E.png);}
.textura5ancho60pata1init{background-image: url(../img/torres/torre-w60-p2-1nivel-E.png);}
.textura5ancho60pata2init2{background-image: url(../img/torres/torre-w60-p3-bottom-E.png);}
.textura5ancho60pata2init{background-image: url(../img/torres/torre-w60-p3-1nivel-E.png);}
.textura5ancho60pata3init2{background-image: url(../img/torres/torre-w60-p4-bottom-E.png);}
.textura5ancho60pata3init{background-image: url(../img/torres/torre-w60-p4-1nivel-E.png);}

/*TEXTURA F/
/*Textura F ancho 20*/
.textura6ancho20top{background-image: url(../img/torres/torre-w20-top-F.png);}
.textura6ancho20middle{background-image: url(../img/torres/torre-w20-middle-F.png);}
.textura6ancho20pata0init2{background-image: url(../img/torres/torre-w20-bottom-F.png);}
.textura6ancho20pata0init{background-image: url(../img/torres/torre-w20-1nivel-F.png);}
.textura6ancho20pata1init2{background-image: url(../img/torres/torre-w20-p2-bottom-F.png);}
.textura6ancho20pata1init{background-image: url(../img/torres/torre-w20-p2-1nivel-F.png);}
.textura6ancho20pata2init2{background-image: url(../img/torres/torre-w20-p3-bottom-F.png);}
.textura6ancho20pata2init{background-image: url(../img/torres/torre-w20-p3-1nivel-F.png);}
.textura6ancho20pata3init2{background-image: url(../img/torres/torre-w20-p4-bottom-F.png);}
.textura6ancho20pata3init{background-image: url(../img/torres/torre-w20-p4-1nivel-F.png);}

/*Textura F ancho 30*/
.textura6ancho30top{background-image: url(../img/torres/torre-w30-top-F.png);}
.textura6ancho30middle{background-image: url(../img/torres/torre-w30-middle-F.png);}
.textura6ancho30pata0init2{background-image: url(../img/torres/torre-w30-bottom-F.png);}
.textura6ancho30pata0init{background-image: url(../img/torres/torre-w30-1nivel-F.png);}
.textura6ancho30pata1init2{background-image: url(../img/torres/torre-w30-p2-bottom-F.png);}
.textura6ancho30pata1init{background-image: url(../img/torres/torre-w30-p2-1nivel-F.png);}
.textura6ancho30pata2init2{background-image: url(../img/torres/torre-w30-p3-bottom-F.png);}
.textura6ancho30pata2init{background-image: url(../img/torres/torre-w30-p3-1nivel-F.png);}
.textura6ancho30pata3init2{background-image: url(../img/torres/torre-w30-p4-bottom-F.png);}
.textura6ancho30pata3init{background-image: url(../img/torres/torre-w30-p4-1nivel-F.png);}

/*Textura F ancho 40*/
.textura6ancho40top{background-image: url(../img/torres/torre-w40-top-F.png);}
.textura6ancho40middle{background-image: url(../img/torres/torre-w40-middle-F.png);}
.textura6ancho40pata0init2{background-image: url(../img/torres/torre-w40-bottom-F.png);}
.textura6ancho40pata0init{background-image: url(../img/torres/torre-w40-1nivel-F.png);}
.textura6ancho40pata1init2{background-image: url(../img/torres/torre-w40-p2-bottom-F.png);}
.textura6ancho40pata1init{background-image: url(../img/torres/torre-w40-p2-1nivel-F.png);}
.textura6ancho40pata2init2{background-image: url(../img/torres/torre-w40-p3-bottom-F.png);}
.textura6ancho40pata2init{background-image: url(../img/torres/torre-w40-p3-1nivel-F.png);}
.textura6ancho40pata3init2{background-image: url(../img/torres/torre-w40-p4-bottom-F.png);}
.textura6ancho40pata3init{background-image: url(../img/torres/torre-w40-p4-1nivel-F.png);}

/*Textura F ancho 50*/
.textura6ancho50top{background-image: url(../img/torres/torre-w50-top-F.png);}
.textura6ancho50middle{background-image: url(../img/torres/torre-w50-middle-F.png);}
.textura6ancho50pata0init2{background-image: url(../img/torres/torre-w50-bottom-F.png);}
.textura6ancho50pata0init{background-image: url(../img/torres/torre-w50-1nivel-F.png);}
.textura6ancho50pata1init2{background-image: url(../img/torres/torre-w50-p2-bottom-F.png);}
.textura6ancho50pata1init{background-image: url(../img/torres/torre-w50-p2-1nivel-F.png);}
.textura6ancho50pata2init2{background-image: url(../img/torres/torre-w50-p3-bottom-F.png);}
.textura6ancho50pata2init{background-image: url(../img/torres/torre-w50-p3-1nivel-F.png);}
.textura6ancho50pata3init2{background-image: url(../img/torres/torre-w50-p4-bottom-F.png);}
.textura6ancho50pata3init{background-image: url(../img/torres/torre-w50-p4-1nivel-F.png);}

/*Textura F ancho 60*/
.textura6ancho60top{background-image: url(../img/torres/torre-w60-top-F.png);}
.textura6ancho60middle{background-image: url(../img/torres/torre-w60-middle-F.png);}
.textura6ancho60pata0init2{background-image: url(../img/torres/torre-w60-bottom-F.png);}
.textura6ancho60pata0init{background-image: url(../img/torres/torre-w60-1nivel-F.png);}
.textura6ancho60pata1init2{background-image: url(../img/torres/torre-w60-p2-bottom-F.png);}
.textura6ancho60pata1init{background-image: url(../img/torres/torre-w60-p2-1nivel-F.png);}
.textura6ancho60pata2init2{background-image: url(../img/torres/torre-w60-p3-bottom-F.png);}
.textura6ancho60pata2init{background-image: url(../img/torres/torre-w60-p3-1nivel-F.png);}
.textura6ancho60pata3init2{background-image: url(../img/torres/torre-w60-p4-bottom-F.png);}
.textura6ancho60pata3init{background-image: url(../img/torres/torre-w60-p4-1nivel-F.png);}











.ancho20{ width: 50px;}
.ancho30{ width: 75px;}
.ancho40{ width: 100px;}
.ancho50{ width: 125px;}
.ancho60{ width: 150px;}

.ancho201{ width: 55px;}
.ancho301{ width: 80px;}
.ancho401{ width: 105px;}
.ancho501{ width: 130px;}
.ancho601{ width: 155px;}
  
#Basura{
  height: 70px;
  width: 70px;
  background-image: url('../img/icn-bote.png');
  background-repeat:no-repeat;
  background-size: 100% 100%;
}


/*basura flotante*/
.floatBasura{
  position:fixed;
  width:70px;
  height:70px;
  top: 150px;
  z-index:100;
}

.my-floatBasura{
  margin-top:16px;
}









#addMueble{
  float:right;
  margin-top: 250px;
}
.contImgdorp{
  width: 75px;
  height: 75px;
}

.imgdrop{
  width:100%;
  height:100%;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}


.imgdrop:active{
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}




.noVisible{
  display: none !important;
  }
.Visible{
  display: block !important;
  } 
  
.menosB{
  float:right;
  display: contents;
}
.menosBvisible{
  display: block;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/*"btm1"+textura+fondo+aditamento+"20"*/












                                                  /* FOOTER 1 */

footer{
  background-color: #333;
  padding: 4em 0;
/*  position: absolute;
  bottom: 0;
  width: 100%;*/

}

footer img{
  width: 7em;

}

footer a{
  text-decoration: none;
  color: #fff;
}
footer a:hover{
  text-decoration: none;
  color: red;
}

footer div div div{
  padding: 10px;
}

.pie{
  background-color: #1a1a1a;
  text-align: center;
  padding: .5em 0;
  color: #999;
/*  margin-bottom: 0px;
    position: absolute;
  bottom: 0;*/
  width: 100%;
}