@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;	
}

body{
	text-align:center;	
	font-family: Roboto, arial, sans-serif;
}

#caja{
	width:1000px;	
	margin: 10px auto;
}

h1{
	font: bold 30px Roboto;	
	margin-bottom:10px;
}

article{
	text-align:justify;
}

header, footer{
	background-color:#E8A528;
	padding:15px;
	border-radius:15px;
}

section{
	background-color:#EFE3A8;
	padding:10px;
	margin:15px;	
	border-radius:10px;
}

p{
	padding-bottom:10px;	
}



