/*Sistema Rejilla*/

.centrado{
    width: 96%;
    margin: 0 auto;
}

section,.contenedor{
    width: 100%;
}

section{
    padding: 50px 0px;
}

article{
    padding: 25px 0px;
}

section,.contenedor,.mv-1,.mv-2,.mv-3,.mv-4,.mv-5,.mv-6,.mv-7,.mv-8,.mv-9,.mv-10,.mv-11,.mv-12,.tb-1,.tb-2,.tb-3,.tb-4,.tb-5,.tb-6,.tb-7,.tb-8,.tb-9,.tb-10,.tb-11,.tb-12,.pc-1,.pc-2,.pc-3,.pc-4,.pc-5,.pc-6,.pc-7,.pc-8,.pc-9,.pc-10,.pc-11,.pc-12{
    float: left;
}

.mv-1,.mv-2,.mv-3,.mv-4,.mv-5,.mv-6,.mv-7,.mv-8,.mv-9,.mv-10,.mv-11,.mv-12,.tb-1,.tb-2,.tb-3,.tb-4,.tb-5,.tb-6,.tb-7,.tb-8,.tb-9,.tb-10,.tb-11,.tb-12,.pc-1,.pc-2,.pc-3,.pc-4,.pc-5,.pc-6,.pc-7,.pc-8,.pc-9,.pc-10,.pc-11,.pc-12{
    margin: 0 1.0204081632653061%;
}

.ancho100{
    width:100%;
}

.mv-1{
    width: 6.25%;
}

.mv-2{
    width: 14.583333333333334%;
}

.mv-3{
    width: 22.916666666666668%;
}

.mv-4{
    width: 31.25%;
}

.mv-5{
    width: 39.583333333333336%;
}

.mv-6{
    width: 47.916666666666664%;
}

.mv-7{
    width: 56.25%;
}

.mv-8{
    width: 64.58333333333333%;
}

.mv-9{
    width: 72.91666666666667%;
}

.mv-10{
    width: 81.25%;
}

.mv-11{
    width: 89.58333333333333%;
}

.mv-12{
    width: 97.91666666666667%;
}

/*Fin Sistema Rejilla*/

/*Media Queries*/

@media only screen and (min-width: 768px){
    
    /*Sistema Rejilla*/
    
    article{
        padding: 40px 0px;
    }

    .tb-1{
        width: 6.25%;
    }

    .tb-2{
        width: 14.583333333333334%;
    }

    .tb-3{
        width: 22.916666666666668%;
    }

    .tb-4{
        width: 31.25%;
    }

    .tb-5{
        width: 39.583333333333336%;
    }

    .tb-6{
        width: 47.916666666666664%;
    }

    .tb-7{
        width: 56.25%;
    }

    .tb-8{
        width: 64.58333333333333%;
    }

    .tb-9{
        width: 72.91666666666667%;
    }

    .tb-10{
        width: 81.25%;
    }

    .tb-11{
        width: 89.58333333333333%;
    }

    .tb-12{
        width: 97.91666666666667%;
    }

    /*Fin Sistema Rejilla*/
    
}

@media only screen and (min-width: 1024px){
    
    /*Sistema Rejilla*/
	
	section{
		padding: 30px 0px;
	}

    .centrado{
        width: 960px;
    }

    .pc-1{
        width: 6.25%;
    }

    .pc-2{
        width: 14.583333333333334%;
    }

    .pc-3{
        width: 22.916666666666668%;
    }

    .pc-4{
        width: 31.25%;
    }

    .pc-5{
        width: 39.583333333333336%;
    }

    .pc-6{
        width: 47.916666666666664%;
    }

    .pc-7{
        width: 56.25%;
    }

    .pc-8{
        width: 64.58333333333333%;
    }

    .pc-9{
        width: 72.91666666666667%;
    }

    .pc-10{
        width: 81.25%;
    }

    .pc-11{
        width: 89.58333333333333%;
    }

    .pc-12{
        width: 97.91666666666667%;
    }

    /*Fin Sistema Rejilla*/
    
}

/*Fin Media Queries*/

/*Posicionamiento*/

.relativa{
    position: relative;
}

.absoluta{
    position: absolute;
}

.fija{
    position: fixed;
}

.right{
    float: right;
}

.tabla{
    display: table;
}

.celda{
    display: table-row;
    vertical-align: middle;
}

/*Fin Posicionamiento*/