body{background-color:gray}

#header1 { background-image:url(guitarraVerde.jpg);
	background-color: #096; 
    font-family: "Lucida Console", Monaco,monospace;	
    font-size:30px;
	width: 100%;
	height: 70px;
}
header { background-color: #999;
         font-family:Georgia, "Times New Roman", Times, serif;
}
article{
	background: #CCC;
	float: left;
	padding: 0px;
	text-align: justify;
	width:30%;
    height:500px;
}
nav {
    width: 100px;
	height: 150px;
	float:left;
}
ul { 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-top-style: solid;
	border-right-style:solid;
	border-left-style:solid;
	border-top-color:#ccc;
	border-right-color:#ccc;
	border-left-color:#ccc;
}
a {
	font-family:"Times New Roman", Times, serif, Courier, monospace;
	color:#000;
	text-decoration:none;
	font-size: 14px;
	display:block;
	padding:6px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#666;
	background-color: #CF9;
}
a:hover {
	color: #063;
	background-color:#9C9;
	border-rigth-width: 5px;
	border-right-style: solid;
	border-right-color:#0F0
}

#Contenedor {
  height:100%;
  width: 70%;
  max-width: 1200px;
  margin: 2;
  overflow: hidden;
  float:left;
}

#Contenedor section {
	float: left;
	width: 200%;
	height: 50px;
}
 
div#ContenedorAside {
	width: 150px;
	height: 400px;
	background-color: orange;
	float: left;
	position: relative;
	in
}
h1 { font-size:12px;
}
p { font-size:14px;
}
footer1 { clear: right;
    width: 100px;
	height: 400px;
}
footer { font-size:50px;
background-color: #699;
clear:both;
}
