/* 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#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;
}
.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;
  * margin:8px 8px 0 8px!important;
  color:#00008B!important;
  font-family:verdana;
  font-size:10px!important;
  text-align:justify;
}

