/*

	Portal Editions 1.0 - diseñado por Santiago Eximeno
	http://www.eximeno.com

*/


/* BODY */ 

body {
	margin-top: 0px;
	padding:0px;
	background-color: #e7dfb2;
  font-family: arial; font-size: 12px; /*font-weight: bold;*/
	color:#341e1c;
	scrollbar-arrow-color:#eed39b; 
	scrollbar-base-color:#eed39b; 
	scrollbar-darkshadow-color:#444444; 
	scrollbar-face-color:black; 
	scrollbar-highlight-color:#BBBBBB; 
	scrollbar-shadow-color:#999999;
	
}

/* CABECERA */

#header-wrapper {
	width: 850px;

}

#header {
	width: 850px;

}

/* Menu */

#menu {
	float: left;
	width: 850px;
	vertical-align: bottom;
}


#pagina {background-color: #e7dfb2; margin:10px auto;width:800px;}

#contenedor
{

float: left;
width: 581px;
margin-left: 0.4em;

}

#sidebar {
  width: 181;
	margin-right: 1.1em;
  float: right;
  font-family: arial; font-size: 11px; /*font-weight: bold;*/
	color:#341e1c;  

}

/* barralateral */
#barralateral_arriba {
	background: url('imagenes/barralateral_arriba.gif') no-repeat;
	height: 14px;
	width: 181px;

}

#barralateral_abajo {
	background: url('imagenes/barralateral_abajo.gif') no-repeat;
	height: 20px;
	width: 181px;

}

#barralateral {
	background: url('imagenes/barralateral_fondo.gif') repeat-y;
	clear: both;
	width: 181px;
	height:375px;
}

#texto_barralateral {
margin-left: 2.0em;
margin-right: 2.0em;
}


/* caja principal */
#caja_arriba {
	background: url('imagenes/caja_arriba.gif') no-repeat;
	height: 14px;
	width: 581px;
}

#caja_abajo {
	background: url('imagenes/caja_abajo.gif') no-repeat;
	height: 20px;
	width: 581px;
}

#caja {
	background: url('imagenes/caja_fondo.gif') repeat-y;
	clear: both;
	width: 581px;

}

#texto_caja {
width:550;
margin-left: 2.0em;
margin-right:1.0em;
padding-right:10px;
text-align: justify;
font-family: arial; font-size: 12px; /*font-weight: bold;*/
	height:375px;
overflow:auto;
}


/* Pie */
#pie-wrapper {
	width: 300px;
	margin: 0 auto;
	margin-top:0;
	float:center;
}

#pie {
	width: 300px;
	/*margin-left: 120px;*/
	  font-family: arial; font-size: 9px; font-weight: bold;
	color:#341e1c;
}

#pie img {
  border: 0;
  vertical-align: bottom;
}


#caja img {
  border: 0;
}

#sidebar img {
  /*border: 2px solid #341e1c;*/
  border: 0;
  float:center;
}

#sidebar h3 {
  font-family: arial; font-size: 14px; font-weight: bold;
	color:#341e1c;
	margin: 0;
}

#menu img {
  border: 0px;
  margin: 5px;
}

#contenedor hr {
color:#e2e0e0;

}
/* Enlaces */

a
{
text-decoration: none; cursor: pointer; font-weight: bold; color:#111111;
}

a:hover
{
text-decoration: underline;
}

.enlace 
{text-decoration: none; cursor: pointer}
.enlace:hover
{text-decoration: underline}

/* Barra separadora */
#barra
{
width: 800px;
margin: 0 auto;
background: #e7dfb2 url('imagenes/barra.png') no-repeat center center;
height: 35px;
}

.base
{
margin: 0px;
}

/* Estilos párrafo */
.texto
{
margin: 0px;
text-align: justify;
}
.error
{
margin: 0px;
text-align: center;
font-weight: bold;
}
.titulolistalibro
{
margin: 0px;
text-align: left;
font-family: arial; font-size: 10px; /*font-weight: bold;*/
	color:#341e1c;
}
.titulolibro
{
margin: 0px;
text-align: center;
font-family: arial; font-size: 10px; /*font-weight: bold;*/
	color:#341e1c;
}
.tituloidioma
{
margin: 0px;
text-align: center;
font-family: arial; font-size: 10px; /*font-weight: bold;*/
	color:#341e1c;
}
.nombreconsejo
{
margin: 0px;
text-align: center;
font-family: arial; font-size: 12px; /*font-weight: bold;*/
	color:#341e1c;
}
.titulocoleccion
{
margin: 0px;
text-align: center;
font-family: arial; font-size: 14px; font-weight: bold;
	color:#341e1c;
}
#sidebar p
{
margin: 0px;
text-align: left;
}

