@charset "utf-8";

/* CSS Document */

section {
  width: 74%;

  background-color: #fff;

  border-top: 0px;

  border-bottom: 5px #0066cc solid;

  border-left: #06c 5px solid;

  border-right: #06c 5px solid;
}

#SE {
  width: 100%;

  background-color: #e1e1ff;

  color: #009;

  margin: 0;
}

#contenido {
  width: 45%;

  padding: 1px 22px 10px 1px;

  margin: 20px 5px 10px 25px;

  border-radius: 15px 15px;

  text-align: justify;

  float: left;
}

#contenidofinal {
  width: 98%;

  padding: 5px 5px;

  margin: 5px 5px;

  background-color: #00304a;

  text-align: center;

  color: #fff;
}

#imgcontenido {
  width: 47%;

  float: left;
}

#fotoportada {
  width: 100%;
}
