*{
    
    margin: 0;
    padding: 0;
    
}

html, body{
    width: 100%;
    height: 100%;
}

body{
    
 overflow-y: hidden;
   width: 100%;
    height: 100%;
    
}

@font-face {
    font-family: LiderG;
    src: url(../font/Lobster.otf);
}


@font-face {
    font-family: Myrad;
    src: url(../font/MYRIADPRO-BOLDIT.woff);
}


@font-face {
    font-family: MyradR;
    src: url(../font/MYRIADPRO-REGULAR.woff);
}

#Wrapper{
    
    width: 100%;
    height: auto;
    overflow: auto;
    min-height:100%;
    position: relative;
 
}

.boldF{
    font-family: "Myrad";
}


#Wrapper2{
    width: 100%;
    height: auto;
    overflow: auto;
    min-height:100%;
    background-color: #d11f25;
     overflow-x: hidden;
    position: relative;
}

#Wrapper3{
     width: 100%;
    height: auto;
    overflow: auto;
    min-height:100%;
    overflow:hidden
}

#Wrapper4{
    width: 100%;
    height: auto;
    overflow: auto;
    min-height:100%;
    background-color: #FFF;
     overflow-x: hidden;
    
}


#Wrapper5{
     width: 100%;
    height: auto;
    overflow: auto;
    min-height:100%;
    background-color: #d11f25;
}

#Wrapper6{
     width: 100%;
    height: auto;
    overflow: auto;
    min-height:100%;
    background-color: #d11f25;
}


#containerTB{
    clear: both;
    float: left;
  
    width: 100%;
    position: relative;
    z-index: 100;
    

}

#topBar{
   
     
    
    
 
    max-height: 64px;

    font-size:0;
    

  

margin:auto;
	
	text-align:center;
    bottom:10; 
    z-index: 10;
   
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;
    position: absolute;
    margin-top:-15px;
}

#logoLG{
    float: left;
    width: 340px;
    height: 166px;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    margin-top: 0.1%;
    left: 100px;
}

#topBarMini{
    width: 560px;
    height: auto;
    position: fixed;
    letter-spacing: -0.35em;
    z-index: 1000;
    background-color: white;
    opacity: 0.8;
    display: none;
     margin-left: auto;
	margin-right: auto;
left: 0;
right: 0;
    padding: 5px;
    -moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
    border: 1px solid #d11f25;
    border-top: none;
}


.imgHeaderMini{
    float:left;
    margin-left: 10px;
    margin-top: 10px;
    border-right: 3px solid #d11f25;
    padding-right: 20px;
    width: 45px;
    height: 50px;
     display: inline-block;
    vertical-align: top;
}

.imgHeader{
    float:left;
    margin-left: 10px;
    margin-top: 10px;
    border-right: 3px solid #d11f25;
    padding-right: 20px;
    width: 380px;
    height: 100px;
     display: inline-block;
    vertical-align: top;
}

.btnOpcionMini{
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 30px;
    line-height: 30px;
    color: #d11f25;
    font-family: "LiderG";
    font-size: 20px;
    padding:10px;
    border-right: 1px solid #d11f25;
    margin-top: 10px;
    cursor: pointer;
    letter-spacing: normal;
}




.btnOpcionMini:hover{
        
        border-bottom: 4px solid #d11f25;

}

.btnOpcion{

    display: inline-block;
    vertical-align: top;
   
    color: #d11f25;
    font-family: "LiderG";
    
    padding: 10px 20px 9px 15px;
   
    margin-left: 2px;
    margin-right: 2px;
   font-size: 28px;
    cursor: pointer;

 
 
    background-color: #fdfdfd;
    
    -webkit-box-shadow: inset 0px -4px 20px 0px rgba(50, 50, 50, 0.3), 3px 3px 9px 0px rgba(50, 50, 50, 0.66);
-moz-box-shadow:    inset 0px -4px 20px 0px rgba(50, 50, 50, 0.3), 3px 3px 9px 0px rgba(50, 50, 50, 0.66);
box-shadow:         inset 0px -4px 20px 0px rgba(50, 50, 50, 0.3), 3px 3px 9px 0px rgba(50, 50, 50, 0.66);
    
 
    
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    
}

.btnOpcion:hover{
    background-color: #d11f25;
    color: #fdfdfd;
}

.cotizar{
   
    background-color: #fdfdfd;
    
    -webkit-box-shadow: inset 0px -4px 20px 0px rgba(50, 50, 50, 0.3),  3px 3px 5px 0px rgba(50, 50, 50, 0.66);
-moz-box-shadow:    inset 0px -4px 20px 0px rgba(50, 50, 50, 0.3), 3px 3px 5px 0px rgba(50, 50, 50, 0.66);
box-shadow:         inset 0px -4px 20px 0px rgba(50, 50, 50, 0.3), 3px 3px 5px 0px rgba(50, 50, 50, 0.66);
    

 
     color: #d11f25;
    font-family: "LiderG";
    font-size: 21px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    padding:3px;
    word-wrap: break-word;
     text-decoration: none;
    width: 150px;
}

.tableSurprise{
    font-family: "MyradR";
    font-size: 16px;
    color: white;
    text-align: center;
    margin-top: 8px;
  
}

#contenedorTable{
   position: fixed;
bottom: 0;
width:100%;
    text-align: center;
}

.tableSurprise td{
    min-width: 35px;
}

a{
    text-decoration: none;
}

.iconTS{
    cursor: pointer;
}

#tituloW{
    margin-top: 60px;
    color: white;
    font-family: "LiderG";
    font-size: 70px;
    padding: 20px;
    text-decoration: underline;
        text-shadow: 2px 2px 0px rgba(119, 0, 0, 1);
}

#tituloW2{
    margin-top: 60px;
    color: #d11f25;
    font-family: "LiderG";
    font-size: 70px;
    padding: 20px;
    text-decoration: underline;
        text-shadow: 2px 2px 0px rgba(119, 0, 0, 1);
}

#Info{
    font-family: "LiderG";
    font-size: 15px;
    padding: 20px;
     color: white;
      text-shadow: 1px 1px 0px #650F12;
   
}

#Info td{
    padding: 5px;
    text-align: left;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ad1e27+0,771a22+100 */
background: #ad1e27; /* Old browsers */
background: -moz-linear-gradient(top,  #ad1e27 0%, #771a22 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ad1e27), color-stop(100%,#771a22)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ad1e27 0%,#771a22 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ad1e27 0%,#771a22 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ad1e27 0%,#771a22 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ad1e27 0%,#771a22 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad1e27', endColorstr='#771a22',GradientType=0 ); /* IE6-9 */
    border: 1px solid black;
}


#Info td:hover{
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#771a22+0,4c1015+100 */
background: #771a22; /* Old browsers */
background: -moz-linear-gradient(top,  #771a22 0%, #4c1015 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#771a22), color-stop(100%,#4c1015)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #771a22 0%,#4c1015 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #771a22 0%,#4c1015 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #771a22 0%,#4c1015 100%); /* IE10+ */
background: linear-gradient(to bottom,  #771a22 0%,#4c1015 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#771a22', endColorstr='#4c1015',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
}

#Info a{
    text-decoration: none;
    cursor: pointer;
    color:  white;
}

.imgLanding{
    width: 800px;
    height: 200px;
    
}


#areaAnimada{
    height: 100px;
    
}

#Birds{
  
    z-index: 200;
    position: relative;
    float: left;
}


/*
 *  STYLE 7
 */

body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #d11f25;
	border-radius: 10px;
}

body::-webkit-scrollbar
{
	width: 10px;
	background-color: #d11f25;
       
}

body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
    background-color: white;
border-top: 1px solid black;
border-bottom: 1px solid black;
}

/*
 *  STYLE 7
 */



#showInfoQS::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #d11f25;
	border-radius: 10px;
}

#showInfoQS::-webkit-scrollbar
{
	width: 10px;
	background-color: #d11f25;
       
}

#showInfoQS::-webkit-scrollbar-thumb
{
	border-radius: 10px;
    background-color: white;
border-top: 1px solid black;
border-bottom: 1px solid black;
}


/*
 *  STYLE 7
 */

#contenedorCatalogo::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #d11f25;
	border-radius: 10px;
}

#contenedorCatalogo::-webkit-scrollbar
{
	width: 10px;
	background-color: #d11f25;
       
}

#contenedorCatalogo::-webkit-scrollbar-thumb
{
	border-radius: 10px;
    background-color: white;
border-top: 1px solid black;
border-bottom: 1px solid black;
}


/*
 *  STYLE 7
 */

#contenedorCatalogo2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #d11f25;
	border-radius: 10px;
}

#contenedorCatalogo2::-webkit-scrollbar
{
	width: 10px;
	background-color: #d11f25;
       
}

#contenedorCatalogo2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
    background-color: white;
border-top: 1px solid black;
border-bottom: 1px solid black;
}



/*
 *  STYLE 7
 */

#frameCatalogo::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #d11f25;
	border-radius: 10px;
}

#frameCatalogo::-webkit-scrollbar
{
	width: 10px;
	background-color: #d11f25;
       
}

#frameCatalogo::-webkit-scrollbar-thumb
{
	border-radius: 10px;
    background-color: white;
border-top: 1px solid black;
border-bottom: 1px solid black;
}


/*
 *  TABLAS 
 */

#tablaFlechas td{
 
    webkit-box-shadow: 0px 0px 5px 0px rgba(255, 103, 15, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(255, 103, 15, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(255, 103, 15, 0.75);
   background-color: white;
  border: 1px solid black;
    
}

#panelInfo{
    width: 110px;
    height: 110px;
    border-radius: 110px;
    background-color: white;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    color: #d11f25;
    margin: 5px;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(114, 11, 0, 0.75);
-moz-box-shadow:    2px 2px 0px 0px rgba(114, 11, 0, 0.75);
box-shadow:         2px 2px 0px 0px rgba(114, 11, 0, 0.75);
    
     
}

#panelInfo:hover{
 
    animation-name: botonesQMS;
    animation-duration:1s;
   
}

#Quienes{
      width: 110px;
    height: 110px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../image/Quienes.png);
    
}

#Quienes:hover{
  
  animation-name: QuienesSomos;
    animation-duration:2s;
    background-image: url(../image/Quienes4.png);
    cursor: pointer;
}

#Mision{
      width: 110px;
    height: 110px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../image/Mision.png);
    
}

#Mision:hover{
  
  animation-name: Mision;
    animation-duration:2s;
    background-image: url(../image/Mision4.png);
    cursor: pointer;
}

#Vision{
      width: 110px;
    height: 110px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../image/Vision.png);
    
}

#Vision:hover{
  
  animation-name: Vision;
    animation-duration:2s;
    background-image: url(../image/Vision3.png);
    cursor: pointer;
}

.titPI{
    font-family: "LiderG";
    font-size: 18px;
    line-height: 110px;

}

#contenedorItems{

    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: auto;
   
}

#showInfoQS{
    width: 60%;
    height: 400px;
    background-color: white;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    margin-left: 20px;
-webkit-box-shadow: 2px 2px 0px 0px rgba(114, 11, 0, 0.75);
-moz-box-shadow:    2px 2px 0px 0px rgba(114, 11, 0, 0.75);
box-shadow:         2px 2px 0px 0px rgba(114, 11, 0, 0.75);
    padding: 20px;
    overflow-y: auto;
      background-image: url(../image/patterns/07t2mb2.gif);
    background-repeat: repeat;
    border: 1px solid white;
}

.tituloSI{
    
    font-family: "LiderG";
    font-size: 30px;
    text-decoration: underline;
    color: #d11f25;
    text-shadow: 1px 1px 0px rgba(25, 0, 0, 1);
        
}

.parrafoSI{
    width: 95%;
    height: auto;
    font-family: sans-serif;
    font-size: 18px;
    text-align: justify;
    color: white;
     text-shadow: 2px 1px 0px black;
    letter-spacing: 1px;
   
}


/* ANIMACIÓNES */
/* The animation code */
@keyframes botonesQMS {
   0% {
        
       margin-left: 5px;
   }
    
    25%{
     
        margin-left: -5px;
        
    }
    
    50%{
     
        margin-left: 10px;
        
    }
  
  
    100% {
        
         margin-left: 5px;
  
    }
 
}

/* The animation code */
@keyframes QuienesSomos {
   0% {
        
      background-image: url(../image/Quienes1.png);
   }
    
    25%{
     
       background-image: url(../image/Quienes2.png);
        
    }
    
    50%{
     
        background-image: url(../image/Quienes3.png);
        
    }
  
  
    100% {
        
         background-image: url(../image/Quienes4.png);
  
    }
 
}

/* The animation code */
@keyframes Mision {
   0% {
        
      background-image: url(../image/Mision1.png);
   }
    
    25%{
     
       background-image: url(../image/Mision2.png);
        
    }
    
    50%{
     
        background-image: url(../image/Mision3.png);
        
    }
  
  
    100% {
        
         background-image: url(../image/Mision4.png);
  
    }
 
}

/* The animation code */
@keyframes Vision {
   0% {
        
      background-image: url(../image/Vision1.png);
   }
    
    25%{
     
       background-image: url(../image/Vision1.png);
        
    }
    
    50%{
     
        background-image: url(../image/Vision2.png);
        
    }
  
  
    100% {
        
         background-image: url(../image/Vision3.png);
  
    }
 
}

#contenedorCatalogo{
    width: 95%;
   
  
   -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 3px 0px 0px rgba(50, 50, 50, 0.75);
box-shadow:         3px 3px 0px 0px rgba(50, 50, 50, 0.75);
    border: 1px solid rgba(50, 50, 50, 0.75);
    overflow-y: auto;
    background-color: #d11f25;
     height: 70%;
    position: absolute;
  
    margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}

#panelSeccionesProductos{
    position: absolute;
    width: 200px;
    height: 70%;
    overflow-y: auto;
    -moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
     background-color: #d11f25;
    border: 1px solid rgba(50, 50, 50, 0.75);
        -webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 3px 0px 0px rgba(50, 50, 50, 0.75);
box-shadow:         3px 3px 0px 0px rgba(50, 50, 50, 0.75);
      margin-left: auto;
margin-right: auto;
left: 0;
right: 60%;
    
}

#contenedorCatalogo2{
  
    width: 60%;
    min-width: 300px;
  
  -moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;

    -webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 3px 0px 0px rgba(50, 50, 50, 0.75);
box-shadow:         3px 3px 0px 0px rgba(50, 50, 50, 0.75);
    border: 1px solid rgba(50, 50, 50, 0.75);
    overflow-y: auto;
    background-color: #d11f25;
    
        height: 70%;
    position: absolute;
  
    margin-left: auto;
margin-right: auto;
left: 15%;
right: 0;
    
}

.secPro{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
     color: white;
    font-family: "Myrad";
    font-size: 14px;
    border-bottom: 1px solid white;
     text-shadow: 1px 1px 0px rgba(25, 0, 0, 1);
    text-align: left;
    font-weight: bold;
}

.secProt{
 color: #d11f25;
    background-color: white;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    
    font-family: "LiderG";
    font-size: 18px;
    border-bottom: 1px solid black;
     text-shadow: 1px 1px 0px rgba(25, 0, 0, 1);
}

.secPro:hover{
    color: #d11f25;
    background-color: white;
    cursor: pointer;
}



#boxCata2{
    width: 160px;
    height: auto;
    padding: 5px;
     -webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 3px 0px 0px rgba(50, 50, 50, 0.75);
box-shadow:         3px 3px 0px 0px rgba(50, 50, 50, 0.75);
    border: 1px solid rgba(50, 50, 50, 0.75);
     -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    background-color: #FFF;
    cursor: pointer;
    min-height: 220px;
}


#boxCata{
    width: 160px;
    height: auto;
    padding: 5px;
     -webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 3px 0px 0px rgba(50, 50, 50, 0.75);
box-shadow:         3px 3px 0px 0px rgba(50, 50, 50, 0.75);
    border: 1px solid rgba(50, 50, 50, 0.75);
     -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    background-color: white;
     cursor: pointer;
}

.headerBC{
    color: #d11f25;
    font-family: "Myrad";
    font-size: 16px;
    border-bottom: 1px solid #d11f25;
  
}

.headerBC2{
    color: #d11f25;
    font-family: "Myrad";
    font-size: 14px;
    border-bottom: 1px solid #d11f25;
    height: 50px;
  
}

.imgBC{
    margin-top: 5px;
    
}

.imgBC img{
    width: 150px;
    height: 150px;
    border-radius: 150px;
     -webkit-box-shadow: 3px 3px 0px 0px rgba(119, 0, 0, 1);
-moz-box-shadow:    3px 3px 0px 0px rgba(119, 0, 0, 1);
box-shadow:         3px 3px 0px 0px rgba(119, 0, 0, 1);
}

#frameCatalogo{
    width: 90%;
    height: 600px;
     -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 3px 0px 0px rgba(50, 50, 50, 0.75);
box-shadow:         3px 3px 0px 0px rgba(50, 50, 50, 0.75);
    border: 1px solid rgba(50, 50, 50, 0.75);
}

#contactoForm{
      font-family: "LiderG";
    font-size: 30px;

    color: white;
    text-shadow: 1px 1px 0px rgba(25, 0, 0, 1);
}

.inputCF{
    background-color:#fbe5da;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    color: black;
    width: 300px;
    height: 25px;
     font-family: "Myrad";
    font-weight: bold;
    padding-left: 20px;
    margin-top: 14px;
    font-size: 16px;
    text-align: left;
    
    border: 1px solid #fbe5da;
-webkit-box-shadow: 1px 1px 9px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 9px 0px rgba(50, 50, 50, 0.75);
box-shadow:         1px 1px 9px 0px rgba(50, 50, 50, 0.75);
   
    
}

::-webkit-input-placeholder {
   color: #7e7a6f;
}

:-moz-placeholder { /* Firefox 18- */
   color: #7e7a6f;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #7e7a6f;
}

:-ms-input-placeholder {  
   color: #7e7a6f;
}

.submitCF{
    width: auto;
    padding: 5px;
     border: 2px solid white;
-webkit-box-shadow: 1px 1px 9px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 9px 0px rgba(50, 50, 50, 0.75);
box-shadow:         1px 1px 9px 0px rgba(50, 50, 50, 0.75);
    border-radius: 3px;
     color:#d11f25;
     background-color:#fbe5da;
     font-family: "LiderG";
     font-size: 20px;
    cursor: pointer;
}


#imgCtc{
   display: inline-block;
    vertical-align: top;
    
    margin-top: 5%;
    padding: 50px;
float: left;
    margin-right:-10%;
   margin-left:  5%;
    
}

#cajaCtc{
    display: inline-block;
    vertical-align: top;
 
   
}

#imgCtc2{
   display: inline-block;
    vertical-align: top;
    
    margin-top: 5%;
    padding: 50px;
float: left;
    margin-right:-5%;
   margin-left: 5%;
    
}

#cajaCtc2{
    display: inline-block;
    vertical-align: top;
 
   
}

#tituloW3{
    margin-top: 60px;
    color: #d11f25;
    font-family: "LiderG";
    font-size: 60px;
    padding: 20px;
 
}

#tels{
   

    float: right;
    margin-right:20px;
    margin-top: 20px;
}


/* MEDIA QUERYS */

@media (max-height: 500px) {
    
body{
    
 overflow-y: auto;

    
}
    
    #contenedorCatalogo{
        height: 180px;    
    }
    #contenedorCatalogo2{
        height: 180px;
    }
    #panelSeccionesProductos{
        height: 180px;
        overflow-y: auto;
    }
    #tituloW3{
        margin-top: 0px;
    }
    #imgCtc2{
         margin-right: 0px;
        margin-left: 0px;   
    }
    
    #tels{
        display: none;
    }
    
    #cajaCtc2{
        margin-left: -120px;
    }
}


@media (max-width: 600px) {
    
body{
    
 overflow-y: auto;

    
}
    
 
    #imgCtc2{
         margin-right: 0px;
        margin-left: 0px; 
        padding: 0px;
    }
    
 #cajaCtc2{
        margin-left: -200px;
    }
    

}
