/* CSS Document */

body {
  margin: 0; 
  padding: 0;
}

#wrapper {
  width: 100%;
  height: 100%;
}

#main {
  background: transparent url(img/fondo_Inicio.jpg) no-repeat;
  width: 1000px;
  height: 625px;
}

#menu {
  float: left;;
  height: 500px;
  margin: 100px 0 0 20px;
  padding: 0;
}

#contenido {
  float: left;
  /*height: 400px;
  width: 750px;*/
  width:0px;
  height:0px;
  overflow: hidden;
  margin: 191px 0 0 0;
  padding: 0px;
  background: #f0f0ff;
  border: 1px solid gray;
  font-family: Arial;
}

#contenido h1 {
  margin-top: 1px;
  color: #909099;
  text-align: left;
}

#opciones {
  list-style-type: none;
  text-align: right;
  width: 145px;
  margin: 220px 0 0 0;
  padding: 0;
}

#opciones li {
  background: #89a;
  color: #f9f9f9;
  margin: 0 2px 3px 0;
  padding: 0 10px 0 0;
  font-family: trebuchet MS;
  font-weight: bold;
  cursor: hand;
}

.certifi {
  border: 1px solid black;
}

.certifi td {
  border: 1px solid black;
  padding: 3px;
}

#lista_mat {
  margin: 0px;
  list-style-type: none;
  width: 100%;
}

#lista_mat li {
  display: inline;
  margin: 1px;
  width: 230px;
  height: 175px;
  overflow: hidden;
  border: 1px solid black;
  vertical-align: top;
}

#lista_con {
  margin: 0px;
  list-style-type: none;
}

#lista_con li {
  display: inline;
  width: 230px;
  height: 100px;
  margin: 1px;
  border: 1px solid black;
  vertical-align: top;
}

#lista_con #publica {
  background: transparent url(img/ban_con_publica.jpg) top right no-repeat;
}

#lista_con #civil {
  background: transparent url(img/ban_con_civil.jpg) top left no-repeat;
}

#lista_compl {
  margin: 0px;
  list-style-type: none;
  width: 100%;
}

#lista_compl li {
  display: inline;
  margin: 0px;
  width: 60px;
  height: 310px;
  overflow: hidden;
  border: 1px solid black;
  vertical-align: top;
}

.link {
  font-size: 0.75em;
  text-decoration: none;
  color: #2222ee;
}

#curriculum {
  font-size: 0.75em;
}

#curriculum input {
  width: 350px;
}

#curriscroll {
  overflow: scroll;
  height: 342px;
}
