
body{
    background: lightcyan;
    font-family: Arial, Helvetica, sans-serif;
}
#inicio{


}
#contenido{
    width: 1100px;
    margin: 0px auto;
    border: 1px solid salmon;

}
.article{


    
}
header{
    background: lightgray;
    height: 150px;
    width: 100%;
    margin:0px ;
    text-align: center;
    line-height: 100px;
    color: rgb(3, 67, 3);
    font-size: xx-large;

}
nav{
 border: 2px solid salmon;
 width: 300px;   
 float: left;
 margin: 10px;
}
.separador{
    clear:both;
}
#contenide{
    width: 100%;
    float: left;
}


.article{
margin-top: 15px;
margin-bottom: 15px;
border-bottom: 1px solid black;
width: 100%;
}

p{

color: crimson;
}
#fotos{
    color: red;
    font-size: xx-large;
    text-align: center;
}
img{
    margin-right: 100x;
    margin-bottom: 100x;
}

.nombres{

    font-size: xx-large;
    color: rgb(215, 88, 215);
}