

body {
    background: #D8D7D0;
    font-size:16px; font-family: 'Muli', sans-serif;
    line-height: 20px;
    color: #151001;}
 

header p {text-align: center; font-family:'Muli'; sans-serif; font-size: 2rem; }

.fotografia {;width:225px; height: 225px; display: block; margin-bottom: 2rem; margin-top: 0.5rem; margin-left: 35%; margin-top: 1rem; ¡}

img {width:225px; height: 225px; display: block; margin-bottom: 2rem; margin-top: 0.5rem; margin-left: 40%; margin-top: 1rem; border-radius: 51%;}
  

article { display:flex;background-image:url(fondo.jpg)}


article div {margin: 20px;}

.contenedor {background-color: rgba(238, 236, 230, 100)}
.m1{background-color: rgba(238, 236, 230, 100); width:29%; padding:1rem; line-height: 1.5; font-size: 0.85;}

.m2{background-color: rgba(238, 236, 230, 100); width: 29%; padding:1rem;line-height: 1.5;font-size: 0.85;}

.m3{background-color: rgba(238, 236, 230, 100); width: 29%; padding:1rem;line-height: 1.5;font-size: 0.85;}
 

nav {margin: 30px auto;
    background-color: #151001}

nav ul {padding: 0;
    margin: 0 auto;
    list-style: none;
    position: relative;
    text-align: center;}
    
nav ul li {
    display:inline-block;
    background-color: #151001;}

nav a {
    display:block;
    padding:0 20px; 
    color:#FFF;
    font-size:16px;
    line-height: 60px;
    text-decoration:none;
}

nav a:hover { 
    background-color: #000000; 
}


nav ul ul {
    display: none;
    position: absolute; 
    top: 60px; 
}
    

nav ul li:hover > ul {
    display:inherit;
}
    

nav ul ul li {
    width:200px;
    float:none;
    display:list-item;
    position: relative;
}


nav ul ul ul li {position: relative;
    top:-60px; 
    left:170px;
}

    
i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    margin: -7px 0 0px 7px;
    vertical-align: middle;}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}



.botontp { text-decoration: none;
    text-align: center;
    max-width:25%;
    padding: 15px;
   font-size: 20px; font-family: 'Muli', sans-serif; text-decoration-color:#000000; 
   margin-top: 2rem;
    margin-left: 2rem;
    background-color: #E0DDD7;
    border-radius: 3px}
