#principal {
    width: 1140px;
    margin: auto;
}

.fila {
    margin: 10px 0;
}

.fila::after {
    content: "";
    display: table;
    clear: both;
}

.columna {
    float: left;
    padding: 0 10px;
    position: relative;
}



* {
    box-sizing: border-box;
}


.cien {
    width: 100%;
}

.noventa {
    width: 90%;
}

.ochenta {
    width: 80%;
}

.setentaycinco {
    width: 75%;
}

.setenta {
    width: 70%;
}

.sesenta {
    width: 60%;
}

.cincuenta {
    width: 50%;
}

.cuarenta {
    width: 40%;
}

.treintaytres {
    width: 33.333333%;
}

.veinticinco {
    width: 25%;
}

.veinte {
    width: 20%;
}

.diez {
    width: 10%;
}

.descripcion {
    background-color: red;
    position: absolute;
    width: 700px;
    padding: 20px;
    z-index: 100;
    display: none;
    height: 670px;
}

.visible {
    display: block;
}

.derecha {
    left: calc(100% - 10px);
}

.izquierda {
    right: calc(100% - 10px);
}

.arriba {
    top: 0;
}

/*-------media--------*/

img {
    width: 65%;
    float: right;
    margin-left: 0 0 20px 20px;

}

/* -----Tipografia----- */

body {
    font-family: "Roboto Slab", serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.descripcion-titulo {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

h1 {
    font-weight: 500;
    font-size: 46px;
    text-align: center;
}

h2 {
    font-size: 24px;
    text-align: center;
}

h3 {

    font-size: 22px;
    font-weight: bold;
}

h4 {
    font-size: 20px;

}



.icono {
    font-weight: bold;
    font-size: 100px;
    text-align: center;
    margin: 0;
}

.descripcion-titulo {
    font-size: 18px;
    text-align: center;
}

.marco {
    border: solid 2px #f02d00;
    padding: 15px;
    height: 325px;
}

.marco:hover {
    background-color: #00f01c;
    border: #f02d00;
    transition: all 0.5s;
    cursor: pointer;


}

.marco-central {
    background-color: rgb(251, 255, 0);


}

.marco,
.marco-central {
    padding: 15px;
    height: 325px;
}



.numeroarriba,
.numeroabajo {
    font-size: 20px;
    margin: 0%;
    color: red;
    font-weight: bold;
}

.numeroabajo {
    position: absolute;
    bottom: 15px;
    right: 25px;

}