body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a {text-decoration: none;}
.container {
    width: 90%;
    max-width: 85%;
    margin: 10px auto;
    background: #ffffff;
    color: #000000;
}
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
}

.nav {
    list-style: none;
     *zoom: 1;
     background: #99547E;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 15px;
    color: #ffffff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 1px solid #104336;
}
.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #99547E;
    position: relative;
    z-index:100;
    border-top: 1px solid #99547E;
}
.nav li li li a {
    background: #99547E;
    z-index:200;
    border-top: 1px solid #99547E;
}

.rwd-table {
  margin: 1em 0;
  min-width: 240px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

.formulario {
	font-family:verdana,arial; 
    font-size:9pt; 
	color: #00f0aa;
	background: #A4C1FF;
	border-radius: 7px;
}

.informacion {
	font-family:verdana,arial; 
    font-size:10pt; 
	color: #00f0aa;
	background: #A4C1FF;
	border-radius: 7px;
	border: 1px solid #99547E;
}

#main {
   min-height: 800px;
   margin: 0px;
   padding: 0px;
   display: -webkit-flex;
   display:         flex;
   -webkit-flex-flow: row;
           flex-flow: row;
   }
 
  #main > article {
   margin: 4px;
   padding: 5px;
   border: 1px solid #99547E;
   border-radius: 7pt;
   background: #ffffff;
   -webkit-flex: 3 1 70%;
           flex: 3 1 70%;
   -webkit-order: 1;
           order: 1;
   }
	
  #main > aside {
   margin: 4px;
   padding: 5px;
   border: 1px solid #99547E;
   border-radius: 7pt;
   background: #ffffff;
   -webkit-flex: 1 6 25%;
           flex: 1 6 25%;
   -webkit-order: 2;
           order: 2;
   }

/* Too narrow to support 2 columns */
  @media all and (max-width: 600px) {
  
   #main, #page {
    -webkit-flex-flow: column;
            flex-flow: column;
   }

   #main > article, #main > aside {
    /* Return them to document order */
    -webkit-order: 0;
            order: 0;
   }
  
   #main > aside, footer {
    min-height: 50px;    
   }
  }


.footer{
	display: block;
	background: #ffffff;
	width:100% ;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
}

@media (min-width: 676px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}

@media (min-width: 676px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {  
  color: #ffffff;
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #34495E;
   background: #34495E;
}
.rwd-table th{
  background: #096c2a; 
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 676px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
 }
 
.rwd-table th, .rwd-table td:before {
  color: #dddd55;
}

.rwd-table a:link, .rwd-table a:visited, .rwd-table a:active {
  color: #ffffff;
  text-decoration: none;
}

.rwd-table a:hover {
  color: #ffffff;
  text-decoration: none;
}

