body{
    /* background-color:#21163d; */
    background-image: url(../img/fondo2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    color: rgb(0, 0, 0);
}

p{
    font-size: 25px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: Goudy Old Style;
}

li{
    font-size: 22px;
    
}

footer{
    background-color:rgb(0, 143, 179);
}



/*  */
/*  */
#contenedor_principal{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    width: 600px;
    height:auto;
    position:relative;
    
    
    }
    .contenedor_imagen_texto{
    width: 100%;
    height:50%;
    position:relative;
    display:inline-block;
    overflow:hidden;
    margin-left: 500px;
    }

    .imagen, .texto{
    width:50%;
    height:auto;
    position:relative;
    display:inline;
    }
    .texto{
    height:auto;
    text-align:center;
    }

    .parrafo1{
        font-size: 20px;
    }

