@charset "UTF-8";
/* COMPLEXUS */
body {

}
.storyteller {
	height: 250px;
	width: 250px;
	background-image:url("../IMG/iconos/10.gif");
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}
h1 {
	text-align: center;
	font-size: 2em;
}
h2 {
	text-align: center;
	font-size: 1.5em;
}
.texto1 {
	column-count: 2;
    column-gap: 30px;
    column-rule: 1px solid;
	padding: 20px;
}
.poema {
	background: -webkit-linear-gradient(rgba(253, 153, 0, 0.5) 0%,
                                        rgba(253, 153, 0, 0.5) 50%,
                                        rgba(253, 153, 0, 0.7) 50%,
										rgba(253, 157, 0, 0.7) 100%),
                    -webkit-linear-gradient(left,   rgba(253, 153, 0, 0.5) 0%,
                                                    rgba(253, 153, 0, 0.5) 50%,
                                                    rgba(253, 153, 0, 0.7) 50%,
                                                    rgba(253, 157, 0, 0.7) 100%);
	background-size: 50px 50px;
	width: 300px;
	padding: 13px;
	margin: auto;
	border-radius: 10px;
	box-shadow: 0px 5px navajowhite,
			 	0px 10px coral,
				0px -2px indianred;
}
.poema p:last-child {
	font-size: 0.7em;
	/*color:lightslategrey;*/
	color: var(--rojo);
	
}