/* style para biblioteca japonesa de Barcelona */

body{
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
  color:#101010;
  background:url(img/fondo.gif);
  font-family: Verdana, Arial, Tahoma, sans serif;
  font-size:12px;
}
a{
  text-decoration:none;
  color:#101010;
}
a:hover{
  text-decoration:underline;
}
h1{
  margin:0px;
  padding:30px 0px 0px 0px;
  color:#CC0000;
  font-size:18px;
}
h2{
  margin:10px 0px 0px 0px;
  padding:0px;
  color:#CC0000;
  font-size:12px;
  clear:left;
}
/* ---------------------- CABECERA -------------------------- */
#cabeceraGeneral{
  background-color: white;
  width: 100%;
  height:130px;

}
#cabecera{
  background:url(img/cabeceraFlor.jpg) no-repeat white 0% 0%;
  width: 700px;
  height:100px;
  margin:0px auto 0px auto;
}
#cabeceraImg{
padding:15px 0px 0px 0px;
}
/* ---------------------- IDIOMAS Y DIRECCION -------------------------- */
#idiomas{
  float:right;
  padding:2px 0px 0px 0px;
}
#idiomas a#activo{
  font-weight:bold;
}
#direccion{
  float:right;
  color:#CC0000;
  clear:right;
  text-align:right;
  padding:5px 0px 0px 0px;
}
/* ---------------------- MENU -------------------------- */
#menuGeneral{
  background-color: black;
  width: 100%;
  height:30px;
}
#menu{
  width:700px;
  height:30px;
  margin:0px auto 0px auto;
  display:block;
  clear:both;
}
#menu ul#menuEs,#menu ul#menuJp {
  width:600px;
  height:30px;
  margin:0px auto 0px auto;
  list-style:none;
  /*display:inline;*/
  float:left;
}
#menu ul#menuEs li{  /*cambia width*/
float:left;
height:26px;
text-align:center;
width:25%;
padding-top:4px;
}
#menu ul#menuJp li{  /*cambia width*/
float:left;
height:26px;
text-align:center;
width:20%;
padding-top:4px;
}
#menu ul#menuEs li#activo, #menu ul#menuJp li#activo{
background:url(img/menuActivo.gif) no-repeat 50% 100%;
}
#menu ul#menuEs li a, #menu ul#menuJp li a{
color:white;
font-size: 14px;
}
/* ---------------------- CONTENIDO -------------------------- */
#generalContenido{
  width:740px;
  margin:0px auto 0px auto;
  background:url(img/fondoContenido.gif) repeat-y;
  padding:0px;
}
#contenidoTop{
  width:740px;
  margin:0px auto 0px auto;
  background:url(img/fondoContenidoTop.gif) no-repeat;
  display:block;
  height:6px;
}
#contenidoBottom{
  width:740px;
  margin:0px auto 0px auto;
  background:url(img/fondoContenidoBottom.gif) no-repeat;
  display:block;
  height:25px;
}
#contenido{
  width:600px;
  margin:0px auto 0px auto;
  padding:0px 50px 30px 50px;
  background:url(img/contenidoFlor.gif) no-repeat 2% 0%;
  min-height:550px;
  height:auto !important;
  height:100%;
  _height:550px;
  text-align:justify;
  position:relative;
}
/* ---------------------- PIE -------------------------- */
#pie{
  background-color: black;
  position:absolute;
  bottom:0%;
  width:600px;
  display:block;
  height:20px;
  color:white;
  font-size:10px;
}
#pie a{
  color:white;
}
#pieLeft{
  float:left;
  padding:3px 0px 0px 5px;
}
#pieRight{
  float:right;
    padding:3px 5px 0px 0px;
}
/* ---------------------- HOME -------------------------- */
#contenido img{
float:right;
padding:0px 0px 10px 10px;
}
#contenido img#imgLeft{
float:left;
padding:20px 30px 10px 0px;
}
#contenido #txtLeft{
  float:left;
  margin-bottom:10px;
}
#contenido strong#red{
   color:#CC0000;
}
p#mensaje{
  color:#CC0000;
  display:block;
  width:100%;
  padding:10px 0px 0px 0px;
  margin-bottom:30px;
  text-align:center;
  clear:both;
}
p#mensaje a{
  color:#CC0000;
  font-weight:bold;
}



/* ---------------------- PRESTAMOS -------------------------- */
#contenido span{
  padding:0px 0px 0px 30px;
}
#contenido ul, ul#ulHome{
list-style: square;
}
#contenido ul li, ul#ulHome{
list-style-image: url(img/listadoRojo.gif);
}
#mapa{
  float:right;
  margin-bottom:10px;
}
#localizacion, #localizacion2{
  float:left;
  margin-bottom:10px;
  text-align:left;
}
/* ---------------------- CALENDARIO -------------------------- */
#calendario{
margin:0px auto 10px auto;
width: 600px;
display: table;
}
#calendario img{
float:left;
padding: 10px 0px 0px 25px;
}
/* ---------------------- LIBROS -------------------------- */
#tipoLibros{
width:350px;
margin:0px auto 0px auto;
}
#tipoLibros img{
 float:none;
 padding:0px 4px 0px 0px;
 border:0px;
}
#tipoLibros a{
margin:0px 4px 0px 4px;
font-weight:bold;
}
table {
  width:100%;
  margin:10px 0px 10px 0px;
}
table tr td{
 padding:3px 0px 3px 4px;
}
table tr td#tituloJapon{
background:url(img/iconoLibrosJapon.gif) no-repeat 0% 50%;
padding:3px 0px 3px 10px;
}
table tr td#tituloNovelas{
background:url(img/iconoLibrosNovelas.gif) no-repeat 0% 50%;
padding:3px 0px 3px 10px;
}
table tr td#tituloOtros{
background:url(img/iconoLibrosOtros.gif) no-repeat 0% 50%;
padding:3px 0px 3px 10px;
}
table tr td#separador{
  height:1px;
  background-color:#BDBDBD;
  padding:0px;
}
table tr td#titulo img{
  float:left;
  padding:5px 5px 0px 0px;
}