/* 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:750px;
  border:1px solid white;
  float:right;
  background-image:url(../imagenes/marco_dos.jpg);
  background-repeat:no-repeat;
  background-color:white;
}
div#expositores table{
  margin:auto;
  font-family:verdana;
  font-size:12px;
  color:#00008B;
}
div#expositores td{

}
.title{
  padding:15px 0 0 0!important;
}
div#errores{
  margin:0 0 0 150px;
  width:300px;
  text-align:left;
}
div#errores li{
  list-style-type: square;
  font-weight: bold;
  color:red;
  font-size:13px;
}
div#errores p{
  font-weight: bold;
  color:#00008B;
  font-size:13px;
}
.titulos{
  margin:10px 0 0 0!important;
  font-weight:bold!important;
  font-family:verdana!important;
  font-size:15px!important;
  color:#00008B!important;
}
