* {
    box-sizing: border-box;
}

/* esta regla no contara el valor de los margenes */



#principal {
    width: 50%;
    margin: auto;
}

/* esta regla de body aplica a toda la pagina el cuerpo */
body {
    margin: 0;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f0f0f0;
}

/* div {
    border: 2px red solid;
    margin: 10px 0;
} */

/* img {
    width: 500px;
}con esta regla todas las imagenes tendran esta anchura */

.izquierda {
    float: left;
}

.derecha {
    width: 250;
    padding: 200 auto;
    float: right;
    margin-left: 30px;
}

.izquierda {
    float: left;
    width: 250px;
    padding: 0;
}

.columna {
    float: left;
    padding: 0 15px;
}
.fila{
    margin-top: 10px;
}
.fila::after {
    clear: both;
    display: block;
    content: "";
    padding: 10px;
}

/* tipos de ancho de columnas */
.cien {
    width: 100%;
}

.noventa {
    width: 90%;
}

.ochenta {
    width: 80%;
}

.setenta {
    width: 70%;
}

.sesenta {
    width: 60%;
}

.cincuenta {
    width: 50%;
}

.cuarenta {
    width: 40%;
}

.treinta {
    width: 30%;
}

.veinte {
    width: 20%;
}

.diez {
    width: 10%;
}

.tercio {
    width: 33.3333333%;
    box-sizing: border-box;
    padding: 10px;
}



img {
    width: 100%;
}

div#cabecera {
    background-color: #fd502a;
    color: white;
}

nav li {
    display: inline;
}

.fondoprimario {
    background-color: #fd502a;
}

.fondosecundario {
    background-color: grey
}

.fondonegro {
    background-color: black;
}

.letrablanca {
    color: white;
}

/* pagina conceptos */


.fondocuadradoazul>div {
    color: #000000;
    background-color: #cc56b0;
    padding: 20px;
    /* font-size: 36px; */
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(0, 0, 0);
    height: 200px;
}

/* .fondocuadradoazul:hover{
    scale: 1.1;
    z-index: 10;
} */

.numero {
    color: #000000;
    font-size: 17px;
    margin: 0;

}

.simbolo {
    font-size: 64px;
    margin: 0;
    font-weight: 500;
}

h2,
.simbolo,
h1 {
    text-align: center;
}

h2::after {
    display: block;
    font-family: fontAwesome;
    font-size: 35px;
    font-weight: 900;
    color: #000000;
    margin-right: 8px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px
}

/* para añadir iconos diferentes a cada caja */
#cd-definicion+h2::after {
    content: "\f085";

}

#co-definicion+h2::after {
    content: "\f043";

}

#rf-definicion+h2::after {
    content: "\f042";

}

#dg-definicion+h2::after {
    content: "\f0b2";

}

#pt-definicion+h2::after {
    content: "\f044";

}

#pd-definicion+h2::after {
    content: "\f0c1";

}


.tituloH1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 2em;
    font-weight: 200;
    margin: 0
}

#parrafointro {
    font-size: medium;
}

/* .CD-boton {
    background-color: white;
    color: #402C9A;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.5s;
    position: absolute;
    right: 25px;
    bottom: 10px;
} */

/* .CO-boton {
    background-color: white;
    color: #402C9A;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.5s;
    position: absolute;
    right: 25px;
    bottom: 10px;
} */

/* .RF-boton {
    background-color: white;
    color: #402C9A;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.5s;
    position: absolute;
    right: 25px;
    bottom: 10px;
} */

.info {
    background-color: rgb(0, 0, 0);
    color: #f402e0;
    padding: 5px 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 800;
    transition: all 0.5s;
    position: absolute;
    right: 25px;
    bottom: 10px;
}


.ciclo-desarrollo {
    background-color: white;
    color: #402C9A;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.5s;
    position: absolute;
    right: 25px;
    bottom: 10px;
}

.info:hover {
    background-color: aqua;
    color: #ffffff
}

.cd-definicion {
    width: 700px;
    height: 530px;
    background-color: #F29F05;
    position: absolute;
    z-index: 10;
    left: calc(100% + 20px);
    top: 0;
    padding: 10px;
    display: none;
    color: black;
    font-family: sans-serif;
    font-size: 17px;
}

.co-definicion {
    width: 700px;
    height: 530px;
    background-color: #F29F05;
    position: absolute;
    z-index: 10;
    right: 50%;
    top: 0;
    padding: 20px;
    display: none;
    color: black;
    font-family: sans-serif;
    font-size: 17px;
}

.rf-definicion {
    width: 700px;
    height: 530px;
    background-color: #F29F05;
    position: absolute;
    z-index: 10;
    right: calc(100% + 20px);
    top: 0;
    padding: 10px;
    display: none;
    color: black;
    font-family: sans-serif;
    font-size: 17px;
}

.definicion {
    width: 700px;
    height: 530px;
    background-color: #F29F05;
    position: absolute;
    z-index: 10;
    padding: 10px;
    display: none;
    color: black;
    font-family: sans-serif;
    font-size: 17px;

}

.derecha {
    left: calc(100% + 20px);
    top: 0;
}

.izquierda {
    right: 50%;
    top: 0;
}

.visible {
    display: block;
}

.imagenCD {
    width: 45%;
    float: right;

}

.imagenCO {
    width: 70%;
    float: right;
    padding: 10px 10px 10px 50px;
}

.imagenRF {
    width: 60%;
    float: right;
    padding: 10px;
}

/* .columna:hover .definicion{
    display: block;
    cursor: pointer;
} */
/* .definicion img{
    width: 275px;
 } */