body
{
 background-color: #B2704B;
}


h2
{
 color: #C28D61;	
} 
.bloque
{
	background-color:#43281E;
	border-radius: 10px;
	color: #DADDD9;
 max-width:700px;
margin: auto;
height: auto;
 line-height:1.6; 
 padding-left: 15px;
 padding-right: 15px;
}

.img-izq
{
 float: left;
 width: 200px;
 height: 200px;
margin: 0 15px 10px 0;
 border-radius: 50%;
 shape-outside: circle(50%);
 
}

.img-der
{
 float: right;
 width: 200px;
 height: 200px;
margin: 0 0 10px 15px;
border-radius: 50%;
width: 45%;
shape-margin: 2%;
 shape-outside: circle(50%)
}

.bloque::after
{
 content: "";
 display:block;
 clear: both; 
}

.btn-verde { display: inline-block; margin-top: 1rem; background-color: #24CC63; color: white; padding: 1rem 2rem 1rem 6rem; border-radius: 8px; font-weight: bold; text-decoration: none; transition: background 0.6s; width: 60%; margin: 0 auto; }
 
.btn-verde:hover { background-color: #D5F0C0; }

a 
{
 text-align: center;	
}

