body{
    background-color: beige;
    margin: auto;
    width: 700px;
    font-family: 'Indie Flower', cursive;
    
}
#fotomia{
    float: right;
    margin-top: 50px;
    width: 200px;
    
}
img.ico{
    margin: auto 5px;
    width: 30px;
}
img.ico2{
    width: 10px;
}
h1{ 
    font-family: 'Merriweather', serif;
    text-align: center;
}
h2{
    background-color: aqua;
    border-radius: 5px;
}
#datosbasicos{
    margin-bottom: 50px;
}
#cadb{
    border-color: aqua;
    border-radius: 5px;
    border-style: solid;
    padding-left: 5px;
    width: 350px;
    
}
footer{
    text-align: center;
    
}