body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #003366;

}

h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;

}	

#cuerpo {
   width: 700px;
   margin: auto;
   height: 100%;
   min-height: 450px;
   border: #EEEEEE solid 1px;
   padding-bottom: 15px;

}

#contenido {
  width: 700px;
  height: 350px;
  height: 100%;
  margin: auto;	

}

.separador {
  width: auto;
  height: 15px;
  clear: both;

}

.titulo {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;	

}

.text {
  width: 250px;
  height: 18px;
  background-color: #FAFAFA;
  font-weight: bold;
  text-align: center;
  border: #FF9900 solid 1px;
  line-height: 18px;
  margin-left: auto;
  margin-right: auto;	

}

.form {
  font-weight: bold;
  text-align: center;

}

input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: #003366 solid 1px;

}

.button {
  background-color: #003366;
  color: #FFFFFF;
  font-weight: bold;
  width: 50px;

}

#menu {
  width: 525px;
  margin: auto;
  text-align: center;

}

#menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px

}

#menu li {
  float: left;
  width: 175px;

}

#menu a {
  height: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #003366;
  display: block;
  border: #CCCCCC solid 1px;
  line-height: 20px;

}

#menu a:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: #FFCC66;
  line-height: 20px;
  color: #333333;

}

#menu a:active {
	font-weight: bold;
	text-decoration: none;
	background-color: #DDDDDD;
	color: #6C3;

}

.comunicado {
  font-size: 11px;
  text-align: justify;
  border: #FF9900 solid 1px;
  line-height: 15px;
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 15px;
  padding-right: 15px;

}

.titablas {
  font-weight: bold;
  text-align: center;
  background-color: #F5F5F5;
  border-bottom: #FF9900 solid 2px;

}

.lista {
  border-bottom: #EEEEEE solid 1px;

}

.postulantes {
  text-align: center;

}

form {
  margin: 0px;
  padding: 0px;

}	

.copyright {
  text-align: center;
  margin-top: 5px;
  color: #CCCCCC;

}

a:link {
  color: #666666;
  text-decoration: none;

}

a:hover {
  color: #000000;
  text-decoration: none;	

}

a:visited {
  text-decoration: none;
  color: #999999;

}

.notfound {
  width: 250px;
  height: 18px;
  background-color: #FFFFEE;
  color: #FF0000;
  font-weight:bold;
  text-align: center;
  border: #FF9900 solid 1px;
  margin: auto;
  line-height: 18px;

}

.restringido {
  text-align: center;
  color: #333333;

}

