<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#retos {
    top: 0;
    right: 0;
    padding:0;
    position: absolute;
}

#retos .textoretos{
	display:block;
	position:absolute;
	top:-18px;
	left:10px;
}


#retos &gt; div {
    background: none;
    display: inline-block;
    height: 53px;
    margin-right: 5px;
    padding: 0;
}

#reto1{
}</pre></body></html>