@charset "UTF-8";

body{
    background-image: url("../Imagenes/fondo5.jpg");
    background-size: 400px;
    width: 1200px;
    margin: 50px;
}

p::first-letter{
    text-transform: uppercase;
    font-size: 120%;
}

p{
    color: maroon;
    letter-spacing: 2px;    
    font-weight: bold;
    word-spacing: 5px;
    font-size: 20px;
    text-align: justify;
    padding: 10px;
}

h1{
    color: yellow;
    font-style: italic;
    font-weight: bold;
    font-size: xx-large;
    text-align: left;
    text-decoration: underline;
    letter-spacing: 10px;
}

dd{
    color: maroon;
    text-align: justify;
    padding: 7px;
    font-size: 20px;
}

dt.propiedad, span{
    color: yellow;
    letter-spacing: 2px;    
    font-weight: bold;
    word-spacing: 5px;
    font-size: 20px;
    text-align: justify;
    padding: 10px;
}
a{
    text-decoration: none;

    color: yellow;
    cursor: crosshair;
}
a:visited{
    color: orangered;
}
