@charset "utf-8";
/* CSS Document */


body {
    background-color: rgb(220, 220, 220);
    margin: 0;
}

h1 {
    text-align: center;
    font-size: 50px;
    color: rgb(216, 82, 33);
}

.centrar_textos {
    margin: 50px;
}

div p strong {
    font-size: 25px;
}

div p {
    font-size: 20px;
}

img {
    margin: 25px 50px;
}

p {
    font-size: 20px;
    margin: 1px;
    color: black;
}

li {
    color: black;
}

ul li a {
    color: blue;
}


h2 {
    text-align: left;
    margin: 25px 5px;
    color: black;
}





/* Estilos de los errores que hay debajo de cada campo */


.error {
    background: rgba(240, 246, 252, 1);
    background-color: rgba(123, 147, 161, 0.418);
    border-radius: 0%;
    text-align: center;
     
}

.error p {
    color: red;
}

@media (max-width:1000px) {

    img {
        margin: 10px 10px;
    }

}






/* Da formato al footer */

footer {
    background-color: #1a1a61;
    border-top: 100px;
    border-top: solid;
    border-top-color: rgb(0, 255, 234);
    padding-top: 100px;
}

footer p {
    color: #f0f6fc;
    font-size: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-align: center;
}


div {
    color: #f0f6fc;
    font-size: 17px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

}


li a {
    color: #f0f6fc;
    font-size: 17px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

}

.num_lista_ordenada_a_blanco {
    color: #f0f6fc;
}

/* Fin del formato del footer */

span {
    color: black;
}




