/* INICIO STYLE SHEET */
@import url(general.css); 
@import url(inicio.css);

div#contenido{
  margin:0;
  padding:0;
  width:760px;
  height:auto;
  background-color:white;
}
/* contenido del lado izquierdo */
div#left_contenido{
  width:270px;
  height:800px;
  float:left;
  background-image:url(../imagenes/fondo_left_contenido.jpg);
  background-repeat:repeat-y;
  background-color:white;
}
/* right contenido */
div#expositores{
  width:488px;
  height:780px;
  border:1px solid white;
  float:right;
  background-image:url(../imagenes/marco_dos.jpg);
  background-repeat:no-repeat;
  background-color:white;
  padding-bottom:-30px;
}
div#table{
  margin:20px auto 0 auto;

}
div#expositores ul{
  margin:15px 0 0 0;
  padding:0;
  width:486px;
}
div#expositores li{
  list-style-type:none;
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  line-height:25px;
}
div#expositores a{
  display:block;
  text-decoration:none;
  text-align:center;
  color:black;
  height:100%;
  color:#00008B;
}
div#expositores a:hover{
  background-color:#FF7F00;
}
div#iframe{
  margin:10px 0 0 0;
}
.titulo{
  margin:0;
  padding:6px 0 0 50px;
  font-family:verdana;
  font-size:13px;
  font-weight:bold;
  color:white;
}
.texto{
  margin:15px 8px 0 8px!important;
  color:#00008B!important;
  font-family:verdana;
  font-size:10px!important;
  text-align:justify;
}
/*tabla de programacion*/
div#expositores table{
  background-color:#00008B;
  margin:20px auto 0 auto;
}
div#expositores tr{
  
}
div#expositores td{
  background-color:#FFA500;
  font-family:verdana;
  font-size:10px;
  color:#00008B;
  text-align:center;
  padding:5px 5px 5px 5px;
}
.titulo_table{
  background-color:#00008B!important;
  border:1px solid white;
  color:white!important;
  text-align:center;
  font-weight:bold;
}
.tabla_dos{
  margin:0 auto 0 auto!important;
}
/* boton para programa medellin */
.link_becas{
  margin:15px 0 0 10px;
  color:#00008B;
  font-family:verdana;
  font-size:12px;
  background-image:url(../imagenes/arrow.gif);
  background-repeat:no-repeat;
  background-position:left center;
  text-indent:-200px;
  display:block;
  height:25px!important;
  text-decoration:underline!important;
}
.link_becas:hover{
  border:none!important;
  color:#FF8C00!important;
  background-color:white!important;
}
