*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*-----------------------------------------------------------------------*/
.seccion-Cat{
    height: 100%;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 3%;
    padding-bottom: 3%;
    font-family: Arial, Helvetica, sans-serif;
}

.seccion-Cat table{
    width: 100%;
    margin-top: 20px;
    background-color: #ffffff;
    
}
.seccion-Cat td{
    padding-left: 20px;
    padding-right: 20px;
}
.seccion-Cat th,td{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    
}

.seccion-Cat table, th, td{
    /*border: 1px solid black;*/
    border-collapse: collapse;
}

.seccion-Cat tr:nth-child(even) {background-color: #ecebeb;}
/*-------------------- tablink --------------------*/
.tablink{
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 15px;
    /*width: 20%;*/
}

.tablink:hover{
    background-color: #777;
}
/*-------------------- tablink --------------------*/
/*-------------------- tabcontent --------------------*/
.tabcontent{
    color: black;
    display: none;
    padding: 80px 40px;
    height: 100%;
}

#inicio1{background-color:  #f1f1f1 }
#inicio2{background-color:  #f1f1f1 }
#caracteristica1{background-color:  #f1f1f1 }
#caracteristica2{background-color:  #f1f1f1}
#formulario{background-color:  #f1f1f1 ;}

/*-------------------- tabcontent --------------------*/
#dimensiones .contenedor{
    /*Las imagenes estaran en una sola linea*/
    display: flex;
    justify-content: center;
    /*Para que los elementos que no caben los desplace hacia abajo*/
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 23px;
    width: 100%;
}
#dimensiones article{
    margin: 15px;
}
#dimensiones img{
    width: 100%;
    max-width: 600px;
}
#datos .contenedor{
    /*Las imagenes estaran en una sola linea*/
    display: flex;
    justify-content: center;
    /*Para que los elementos que no caben los desplace hacia abajo*/
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 23px;
    margin: 1px auto;
    width: 100%;
}
#datos article{
    margin: 15px;
    width: 100%;
    max-width: 300px;
}
#datos img{
    width: 100%;
    max-width: 350px;
}
/*-----------------------------------------------------------------------*/
.seccion-Cat #formul .contenedor{    
    height: 100%;
    max-height: 860px;
    border: 0px;
}
/*-----------------------------------------------------------------------*/
#caracteristica1 .dimension{
    text-align: center;
}
/*--=================================
    PUNTOS DE QUIEBRE PERSONALIZADOS
===================================*/
/*--======================================================================
            ESCRITORIO GRANDE (LG revisamos en 1366 en adelante)
========================================================================*/
@media (min-width: 1200px)
{
    .tablink{
        width: 20%;
    }
}
/*--======================================================================
        ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
========================================================================*/
@media (max-width: 1199px) and (min-width: 992px)
{
    .tablink{
        width: 20%;
        font-size: 12px;
    }
}
/*--======================================================================
        ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
========================================================================*/
@media (max-width: 991px) and (min-width: 768px)
{
    .tablink{
        width: 20%;
        height: 50px;
        font-size: 12px;
    }
    
}
/*--======================================================================
                                MOVILES (XS revisamos en 320px)
========================================================================*/
@media (max-width: 767px)
{
    .seccion-Cat th,td{
        font-size: 13px;
    }
    .tablink{
        width: 100%;
        padding: 10px 12px;
        font-size: 13px;
    }
    .tabcontent{
        margin-top: 110px;
        padding: 90px 40px;
    }
    .seccion-Cat #formul .contenedor{    
        height: 100%;
        max-height: 1120px;
        border: 0px;
    }
    
    #caracteristica1 .dimension td{
        font-size: 12px;
    }
}
