/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
* { font-family: Helvetica, arial, sans-serif;}

  body, p, a, td, tr, th { font-family: Helvetica, arial, sans-serif;
    font-weight: inherit;
    font-size: 12pt; 
	/* font-size: medium; */
    line-height: normal;
    }

  body, pre { color: black;
    background-color: rgb(180, 180, 180);
    }

  h1.verde, h2.verde { 
  text-align: center;
    }

  h2, h2.verde { color: rgb(255, 203, 0);
    font-size: 115%;
    font-weight: bold;
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
    margin-bottom: 2px;
    margin-top: 4px;
    }

  h3, h3.verde { font-size: 110%;
    color: rgb(255, 203, 0);
	font-size: 105%;
    font-weight: bold;
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
    margin-bottom: 1px;
    margin-top: 2px;
    }
  h4, h4.verde { font-size: 110%;
    color: rgb(255, 203, 0);
	font-size: 90%;
    font-weight: bold;
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
    margin-bottom: 1px;
    margin-top: 2px;
    }
  a:link, a:visited, a:active { text-decoration: none;
    color: blue;
    }

  a:hover { text-decoration: none;
    color: black;
    background-color: yellow;
    text-shadow: none;
    }

  a.dxcode:hover { text-decoration: none;
    color: black;
    background-color: rgb(180, 180, 180);
    }

  .menu { font-size: 100%;
   line-height: 150%;"
    }

  a.menu:link, a.menu:active, a.menu:visited, a.menu:hover { color: white;
    background-color: blue;
    }

  a.menu:hover { text-decoration: none;
    color: black;
    background-color: yellow;
    text-shadow: none;
    }

  table, td, th { border: 1px solid black;
    padding: 5px;
    background-color: white;
    border-collapse: collapse;
    color: black;
    }

  table.menu, td.menu, th.menu { border: 0px none ;
    padding: 5px;
    background-color: rgb(180, 180, 180);
    border-collapse: collapse;
    color: black;
    }

  .verde { border: 1px none ;
    background-color: rgb(180, 180, 180);
    color: black;
    border-collapse: collapse;
	line-height: 125%;"
    }

  a.verde:link, a.verde:visited, a.verde:active { text-decoration: none;
    color: blue;
    }

  a.verde:hover { color: black;
    background-color: yellow;
    }

  iframe.verde { border: 0px none ;
    background-color: rgb(180, 180, 180);
    color: black;
    border-collapse: collapse;
    }

  .left { border: 0px none ;
    text-align: left;
    background-color: rgb(180, 180, 180);
    color: black;
    border-collapse: collapse;
    }

  input.text { font-family: Tahoma,Geneva,sans-serif;
    }

  input.submit { 
  background: rgb(0, 153, 204) none repeat scroll 0% 50%;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    width: 130px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: rgb(255, 255, 255);
    font-family: Tahoma,Geneva,sans-serif;
    height: 30px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    }

  input.submit:hover { background: rgb(255, 255, 255) none repeat scroll 0% 50%;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    color: rgb(0, 153, 204);
    }

  .pregunta { font-size: 100%;
    text-shadow: rgb(51, 51, 51) 1px 1px 1px;
    color: rgb(255, 203, 0);
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    }

/* NAVEGADOR PARTE SUPERIOR */

/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 12px 14px;
    text-decoration: none;
    font-size: 14px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}