/*Desde aqui colocare mis estilos CSS.*/
*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}

body{
	background:#56753D;
}


header{
	width:1000px;
	height:100px;
	padding:10px;
	background:#4C3518;
	margin: auto;
	position:relative;
}

h1{
	color: #FFFFFF;
	padding-left:150px;
	text-transform: uppercase;
	font-family:Calibri;
	position:absolute;
}

#logo{
	position: absolute;
	padding-left:50px;
	cursor:pointer;
}





.botones{
	position:absolute;
	right:0px;
	top:20px;
	font-size:24px;
	font-weight:bold;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}

#a{
	background:#FF0004;
	right:10px;
}

#b{
	background: #0064FF;
	right:100px;
}

#c{
	background: #12B12F;
	right:190px;
}
/*Estilos para el Nav*/
#btnr{
	width: 1000px;
	margin: auto;
	background:#0033FF;
	text-align: center;
}

#btnr ul{
	list-style: none;

}

#btnr li{
	display: inline-block;

}

#btnr a{
	text-decoration:none;
	color: #FFFFFF;
	padding: 20px;
	display: block;

}

#btnr a:hover{
	background: #000000;
	color:#FFF500;
	

}

#act{
	color:#E3FF00;
	text-decoration: underline;
}

section{
	width:1000px;
	padding:10px;
	margin:auto;
	background:#6CC0C8;
	overflow: hidden;
	line-height:150%;
	font-family:Tahoma; 
	color: #625B5B;
}

.top{
	width:950px;
	margin: auto;
}

.top li{
	list-style: none;
	width:300px;
	float: left;
	padding-right:10px; 
}

.img-top{
	width:100%;
}

h2{
	font-family:Copper black;
	color: #2000FF;
	margin-bottom:10px;
	text-align: center;
}

h2:hover{
	text-decoration: underline;
	cursor: pointer;
}

.img-inicio{
	width: 100%;
}

footer{
	clear: both;
	width: 1000px;
	padding:10px;
	margin: auto;
	background: #000000;
	background:#4C3518;
	text-align: center;
	color: #FFFFFF;
}

/*Estilos para la Caja*/

h3{
	color:#3A3535;
	padding-bottom:10px;
}
#caja{
	width:100%;
	overflow: hidden;
	padding:10px;
	color: #FFFFFF;
	background:#8B5A12;
}

/*El section contenia 980px*/

#article{
	width:500px;
	float: left;
	text-align: justify;
}

aside{
	width:400px;
	float: right;
	text-align:justify;
}

.img-aside{
	border-radius:50%;
}

/*Cambiando el Nav*/


/*Usando las Tablas*/
table{
	border:2px solid #0038FF;
	width:600px;
	margin:auto;
	text-align: center;
}

table td{
	border:1px solid #0005FF;
	padding:10px;
}

#btnp{
	text-align: center;
	margin-top: 20px;
}

#btnp ul{
	list-style:none; 
}

#btnp li{
	display: inline;
}

#btnp a{
	text-decoration:none;
	color:#FFFD00;
}