/* 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:920px;
  float:left;
  background-image:url(../imagenes/fondo_left_contenido.jpg);
  background-repeat:repeat-y;
  background-color:white;
}
/* right contenido */
div#right_contenido{
  width:488px;
  height:750px;
  border:1px solid white;
  float:right;
  background-image:url(../imagenes/marco_dos.jpg);
  background-repeat:no-repeat;
  background-color:white;
}
div#right_contenido table{
  margin:25px auto 0 auto;
  background-color:#00008B;
}
div#right_contenido tr{

}
div#right_contenido td{
  padding:0;
  font-family:verdana;
  font-size:11px;
  background-color:#FFA500;
  color:#00008B;
}
.titulo_becas{
  font-weight:bold;
}
.link_becas{
  margin:15px 0 0 65px;
  color:#00008B;
  font-family:verdana;
  font-size:12px;
  background-image:url(../imagenes/arrow.gif);
  background-repeat:no-repeat;
  background-position:left center;
  text-indent:30px;
  display:block;
  height:19px;
  text-decoration:underline!important;
}
.link_becas:hover{
  border:none!important;
  color:#FF8C00;
}
.total_becas{
  color:red!important;
}
.subject{
  background-color:#00008B!important;
  color:white!important;
  border:1px solid white!important;
}
/* flash de galeria de fotos */
div#fotos{
  margin:50px 0 0 8px;
}
