@charset "utf-8"
/*css document*/

*{
  margin:0;
  }
  
  
  a{
    text-decoration: none;
    color: mediumvioletred;
      
  }

#contenedor{
    background-color: white;
    width: 960px;
    margin: auto;
    height: auto;
    }


body{
    font-family: sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: black;
    
}

article{
    background-color: lavenderblush;
    color: black;
    font-size: 10px;
    width: 20%;
    float: left;
    margin-top: -14rem;
    margin-left: 44rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 7px;
    
}

header article a:hover{color: firebrick;}

header{
    background-color: #cd919e;
    position: relative;
    height: 219px;
    color: white;
    margin-top: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 900px;
    text-align: left;
    clear: both;


    }

header img{
    float: left;
    }

header h1{
    font-family: sans-serif;
    font-size: 3rem;
    font-weight: 200;
    margin-top: 4rem;
    padding-left: 2rem;
    float: left;
    list-style-type: none;
    
    }

header h1 p{
    font-family: sans-serif;
    font-size: 0.9rem;
    font-weight: 200;
    color: white;
    margin-top: 4px;
    list-style-type: none;
    }

header nav ul{
	width: 600px;
	margin-top: -20px;
    margin-bottom: 0px;
	list-style: none;
    margin-left: 11rem;
    margin-right: 10rem;
	height: 40px;
	float:left;

}

header nav ul li{
	font-size: 12px;
	color: black;
    background-color: #c4eacd;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
    margin-left: 1.4rem;
    margin-right: 1px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}

header nav a{ text-decoration:none; color:inherit;}
header nav a:hover{color: firebrick;}


main{
    background-color: whitesmoke;
    width: 700px;
    height: 445px;
    float: left;
    color: dimgrey;
    margin-top: -20px;
    border-radius: 3px;
    font-size: 12px;

    
   }

#info{
    width: 600px;
    margin: 2.5rem;
}


aside {
    background-color: lightgoldenrodyellow;
    float:left;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: -20px;
    padding-top: 0.5rem;
    padding-bottom: 1.7rem;    
    display: inline-block;
    width: 216px;
}

aside a{
    color: mediumseagreen;
    font-size: 14px;

}

aside a:hover{
    color: firebrick
}



article {
    display: table-column-group;
    float:left;
    font-size: 12px;
    
    
}




footer{
    background-color: white;
    table-layout: auto;
    color: gray;
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
    padding-left: 2rem;
    padding-right: 1.5rem;
    margin-top: 1rem;
    font-size: 10px;
    clear: both;
    
}
   

ul li a{
    padding: 8px;
    display: inline-table;
    margin-bottom: auto;
    font-family: sans-serif;
    font-weight: 600;
    color:darkslategray

}



h4 { /*titulos*/
    font-family: sans-serif;
    font-weight: 750;
    font-size: 0.8rem;
    background-color:;
    background-size: contain;
    color: #cd919e;
    margin-right: 0px;
    }

  h5 { /*titulos*/
    font-family: sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    margin-bottom: 10px;
    }
