/* {} */

.separador{clear: both; background: none; height: 1%;}

/*{}*/

@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400italic);

body{
    background-image: url('imagenes/besos.png');
    background-repeat: repeat;
    background-color: white;
    font-family: 'Ubuntu Mono';
    font-size: 1rem;
    height: auto;
    width: 80%;
    padding: 1%;
    margin: auto;
    
}

nav, section, aside, footer{
    border-radius: 10px;
    background: linear-gradient(white, #f5f5f5);
    padding: 1%;
    box-shadow: 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px 1px rgba(85, 85, 85, 0.5);
    margin: 1%;
}

header{
    width: 100%;
    margin: 0% auto;
    height: auto;
}

header nav{
padding: 0.5rem;
}

h1{
    letter-spacing: 1rem;
    text-transform: uppercase;
    font-style: none;
    text-shadow: 5px 0px #eaeaea;
    font-weight: 100;
    font-size: 5rem;
}

header ul li, section ul li{
    
    margin: 0 2%;
    text-align: center;
    color: #c3c3c3;
    font-style: normal;
    letter-spacing: 0rem;
    clear: both;
    display: inline;
    list-style: none;
    
}

header ul{
    list-style-type: none;
    text-align: center;
}

aside{
    float: left;
    width: 30%;
    height: 72rem;
}

section{
    float: right;
    width: 60%;
    height: 72rem;
}

header ul li a, section a, aside a{
    text-decoration: none;
    color: #6a6a6a;
    text-shadow: 1px 1px #c1c1c1;
}

header span, a:hover{
    text-shadow: none;
    background-color: black;
    color: white;
    font-style: italic;
}

footer{
    margin-top: 1rem;
    text-align: center;
}  

img{
    padding: auto;
    float: center;
    max-width: 100%;
    height: auto;
    border: solid 1px #c3c3c3;
    margin: auto;
} 

img:hover{
    box-shadow: 1px 1px 10px 1px rgba(85, 85, 85, 0.5);
}

.galeria{
    float: left;
    align-content: center;
    width: 50%;
}

h6{
    padding: 5px;
}

h5{
    border: 1px dashed #c3c3c3;
    padding: 1rem;
    letter-spacing: 1rem;
    font-size: 0.8rem;
    font-weight: 400;
    text-shadow: 1px 1px #c1c1c1;
}

hr{
    margin-top: 1rem;
    border-top: 1px solid #8d8d8d;
}

p{
font-size: 0.75rem;
}

/*cursada*/

.cursada{
    font-size: 0.75rem;
width: 98%;
}

.cursada ul{
    margin: 1rem;
    padding: 1rem;
    /*border: 1px dashed #c3c3c3;*/
}

.cursada ul li{
    display: inline-block;
}

.cursada ul li:hover ul{
    display: block;
}

.cursada ul li ul{
  position: relative;
  width: auto;
  display: none;
}

.cursada ul li ul li { 
  background: white; 
  display: block; 
}

.cursada ul li ul li a {
    display:block !important;
} 






/*


p{
    padding: 0.5rem;
    margin: 0.5rem;
}


body h5{
    font-weight: 300;
    text-align: left;
    align-self: center;
    background-color: #fff;
    padding: 0.25rem;
    border-bottom: solid 1px #ff3784;
    font-weight: 700;
}

body 

body ul li{
    list-style: none;
}


*/