<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.contenedor &gt; *{
  display: inline-block;
}



#seccion1{
  width: 100%;
}
#seccion1 &gt; article{
  width: 34%;
  display: inline-block;
  margin: 5px;
  padding: 0px;
}

.texto{
  font-family: helvetica;
  font-size: 14px;
  text-align: justify;
  padding: 10px;
}
#main{
  width: 70%;
  margin-top:0px;
}
#bloques {
  width:19%;
 margin:20px;
 margin-top:0px;
  position: absolute;
}
.contenidos{
  background: black;
  width: 100%;
  height: 4%;
  text-align: center;
  font-family:Helvetica;
  font-size: 16px;
}
.contenido &gt; * {
  width: 15%;
  display: inline-block;
  margin: 2px;
}


#main &gt; section &gt; article &gt; img{
  width: 100%;
  height: 100%
}

h1{
  padding: 10px;
  text-align: center;
  color: #0074b3;
}

.btn{
    text-decoration: none;
    padding: 7px;
    color: #ffffff;
    font-size: 13px;
    background-color: #1883ba;
    font-family: helvetica;
    border-radius: 3px;
}

.btn:hover{
    text-decoration: none;
    padding: 8px;
    color: #ffffff;
    font-size: 13px;
    background-color: #2a9cd6;
    font-family: helvetica;
    border-radius: 3px;
}
</pre></body></html>