body {
	background-color: #0B6138;	
	font-family: sans-serif;
}
h1 {
	color: white;
	font-size: 60px;
	text-shadow: 6px 6px black;
}
#intro {
	text-align: justify;
	padding: 30px;
	background: white;
	font-size: 27px;
	border-style: solid;
	border-width: 15px;
	border-radius: 50px;
	margin-left: 500px;
	margin-right: 500px;
}
#estilo-1 {
	text-align: justify;
	color: white;
	padding: 20px;
	background: #ac5a39; /*He utilizado la herramienta cuentagotas en Photoshop sobre las imagenes que pasaste para sacar los colores, espero que eso esté permitido y si no pues... supongo que lo averiguaré pronto :D...*/
	font-size: 27px;
	border-style: solid;
	border-width: 25px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-color: #802400;
	margin-right: 1000px;
}
#estilo-2{
	text-align: justify;
	color: white;
	padding: 20px;
	background: #ac7a39;
	font-size: 27px;
	border-style: solid;
	border-width: 25px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-color: #804800;
	margin-left: 900px;
}
#estilo-3{
	text-align: justify;
	color: white;
	padding: 20px;
	background: #004680;
	font-size: 27px;
	border-style: dashed;
	border-width: 7px;
	border-color: #3978ac;
	margin-left: 500px;
	margin-right: 500px;
}