body {
margin:0;
padding:0;
background:#004e9b;
}

#wrapper { /* wrapper */
width:780px;
margin:0 auto 0 auto;
}

#header { /* header */
}

#contenedor { /* contenedor */
background:url(img/ejecutivos.jpg) no-repeat 100% 100% white;
padding-top:25px;
}

#wrapper_inner { /* wrapper_inner */
width:680px;
margin:0 auto 0 auto;
}

   /* ESTILOS */
   h1,h2,h3,h4 {
   margin:0;
   padding:0;
   font:Georgia, "Times New Roman", Times, serif;
   }

   h3 { /* Titulos: "carecterísticas", "inscripción", "requisitos" */
   font:bold 24px Georgia, "Times New Roman", Times, serif;
   }
   
   h2 { /* Titulos: "inicio de clases", "exámenes de ubicación" */
   font:24px Georgia, "Times New Roman", Times, serif;
   }
   
      h2 span.azul { /* color azul */
      font-size:30px;
	  color:#004e9b;
	  font-weight:bold;
      }
   
   ul { /* lista: "características" */
   margin:0;
   padding:0;
   font:20px Georgia, "Times New Roman", Times, serif;
   color:#004e9b;
   margin-left:15px;
   }
   
   h4 { /* textos: "1 hora al día"..etc */
   font:bold 17px Georgia, "Times New Roman", Times, serif;
   color:#012e5a;
   }
   
   table.interna { /* las 2 tablas internas (horarios) */
   border-collapse:collapse;
   width:306px;
   border:1px solid black;
   }
   
   table.interna thead tr { /* <thead> */
   background:#e2001a;
   color:white;
   }
   
   table.interna thead tr td {
   font:24px Georgia, "Times New Roman", Times, serif;
   }
   
   table.interna td { /* los <td> */
   text-align:center;
   font:18px Arial, Helvetica, sans-serif;
   padding:5px;
   }
   
   .georgia18 {
   font:18px Georgia, "Times New Roman", Times, serif;
   }
   
   .georgia14em {
   font:14px Georgia, "Times New Roman", Times, serif;
   font-style:italic;
   }
   
   ul#requisitos { /* lista: "requisitos" */
   margin:0;
   padding:0;
   font:18px Georgia, "Times New Roman", Times, serif;
   color:black;
   margin-left:15px;
   }
   
      ul#requisitos li {
	  margin-bottom:15px;
	  }
	  
   table#planteles { /* tabla para los planteles */
   width:590px;
   }
   
   table#planteles tr td {
   font:12px Verdana, Arial, Helvetica, sans-serif;
   padding:5px;
   }
      table#planteles tr td .azul {
	  color:#004e9b;
	  }
   
   div.division { /* las divisiones */
   height:1px;
   background:#dbdbdb;
   margin-top:20px;
   margin-bottom:20px;
   }
   
   div.division_chica { /* las divisiones */
   height:1px;
   background:#dbdbdb;
   margin-top:20px;
   margin-bottom:20px;
   width:512px;
   }
   
   /* ----- */

#footer { /* footer */
background:#001f3e;
text-align:center;
padding:10px;
color:white;
font:24px Georgia, "Times New Roman", Times, serif;
}

   #footer a { /* links */
   text-decoration:none;
   color:white;
   }
   
   #footer a:hover {
   text-decoration:underline;
   }