nav {
  color: #ffffff;
  background-color: #179c0b; }
  @media only screen and (min-width: 360px) {
    nav .brand-logo.right {
      font-size: 12pt;
      font-family: arial; } }
  @media only screen and (min-width: 480px) {
    nav .brand-logo.right {
      font-size: 14pt;
      font-family: arial; } }
  @media only screen and (min-width: 768px) {
    nav .brand-logo.right {
      font-size: 18pt;
      font-family: arial; } }
  @media only screen and (min-width: 1020px) {
    nav .brand-logo.right {
      font-size: 20pt;
      font-family: arial; } }
  @media only screen and (min-width: 1400px) {
    nav .brand-logo.right {
      font-size: 26pt;
      font-family: arial; } }

.side-nav .logo-wrapper {
  background: url("../../Modulos/Modulo_3/images/oa3.png") no-repeat;
  background-size: cover; }
  .side-nav .logo-wrapper p {
    font-size: 15pt;
    font-family: arial;
    color: #ffffff;
    padding-left: 8%; }

.side-nav a {
  line-height: 50px;
  padding: 0 18px; }

.style-side-nav {
  background-color: #179c0b; }
  .style-side-nav li > a, .style-side-nav a:focus, .style-side-nav a:hover {
    text-decoration: none;
    color: #ffffff; }

main .contenido {
  padding-top: 1%; }
  main .contenido i.texto-cursivo {
    font-size: 14pt;
    font-family: arial; }
main img#image-intro {
  width: 50%;
  float: left;
  margin: 0 2% 2% 0; }
main img.instrucciones {
  width: 60px; }
main p {
  font-size: 14pt;
  font-family: arial;
  text-align: justify; }
main .contenido-extra {
  font-size: 14pt;
  font-family: arial; }
main .contenido img.Con1 {
  width: 15%;
  float: left; }
main .contenido img.Con2 {
  width: 15%;
  float: right; }
main .contenido img.Con3 {
  width: 15%;
  float: left; }

.fuente {
  font-size: 14pt;
  font-family: arial; }

.Fuente_principal {
  font-size: 14pt;
  font-family: arial; }

table {
  width: 703; }
  table thead tr {
    background-color: #FF9900;
    font-weight: bold;
    font-size: 14pt;
    font-family: arial; }
    table thead tr th {
      text-align: center; }
  table tbody tr {
    background-color: #FFCC99;
    font-weight: bold;
    font-size: 14pt;
    font-family: arial; }
    table tbody tr td {
      text-align: justify; }
      table tbody tr td textarea {
        background-color: #ffffff; }

/*# sourceMappingURL=estilo_OA3.css.map */
