@charset "utf-8";
body {
	background-image:url(../images/composicion/fondo.jpg);
	background-position:center;
	background-repeat:repeat;
	background-attachment:fixed;
	background-color:#000;
	color:#666;
	font-size: 10px;
	text-align: center;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0px;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	font-family: Verdana, Geneva, sans-serif;
	vertical-align:bottom;

}
h1 {
	color: #967942;
	font-size: 12px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 20px;
	font-weight: bold;
}
h2 {
	color: #fccc44;
	font-size: 12px;
	text-align: inherit;
}
h3 {
	color:#999;
	font-size: 10px;
	text-align: inherit;
}
p {
	color: #999;
	font-size: 12px;
	text-align: inherit;
}
p2 {
	color:#666;
	font-size: 10px;
	text-align: inherit;
}
.oneColFixCtr a:link {
	text-decoration:none;
	color: #999;
}
.oneColFixCtr a:visited {
	color:#999;
	text-decoration:none;
}
.oneColFixCtr a:hover, a:active {
	color: #fff;
  	text-decoration: underline;
}
.oneColFixCtr #boton {
	width: 79px;
	height: 20px;
	background-repeat:no-repeat;
	background-position:center top;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
	padding-top: 2px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	float: left;
	background-image: url(../images/composicion/boton.png);
}
.oneColFixCtr #botonPresionado {
	float:left;
	width: 79px;
	height: 20px;
	background-repeat:no-repeat;
	background-position:center top;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
	padding-top: 2px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-image: url(../images/composicion/boton_presionado.png);
}
.oneColFixCtr #container {
	width: 970px;
	padding: 5px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
	height: 780px;
}
.oneColFixCtr #encabezado {
	width: 950px;
	text-align: left;
	height: 70px;
	vertical-align: bottom;
	font-size: 16px;
	color: #CCC;
	padding: 5px;
}
.oneColFixCtr #textos {
	width: 950px;
	text-align: left;
	font-size: 12px;
	color: #CCC;
	padding: 10px;
}
.oneColFixCtr #cajonLibro {
	float: left;
	width: 148px;
	text-align: left;
	font-size: 12px;
	color: #CCC;
	padding: 5px;
}
.oneColFixCtr #contenidoPrincipal {
	/*	background-image:url(../images/CDJ-2000_3-4_HERO.jpg);
	background-repeat:no-repeat;
	background-position:center center;*/
	width: 960px;
	text-align: center;
	padding: 5px;
	height: 670px;
	margin: auto;
}
.oneColFixCtr #colLateralIzq {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: auto;
	background-image: url(../images/composicion/cuadros_trasparentes.png);
	background-repeat: no-repeat;
	padding: 10px;
	text-align: left;
}
.oneColFixCtr #colLateralDer {
	float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: auto;
	background-image: url(../images/composicion/cuadros_trasparentes.png);
	background-repeat: no-repeat;
	padding: 10px;
	text-align:right;
}
.oneColFixCtr #pie {
	width: 970px;
	height:	130px;
	background-image: url(../images/composicion/fondo_pie.png);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.oneColFixCtr #containerPie {
	width: 950px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
.oneColFixCtr #notaPie {
	float: left;
	width: 170px;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.oneColFixCtr #creditos {
	width: 950px;
	height:	20px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #menu {
	width: 950px;
	height:	25px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #subMenu {
	padding-left: 295px;
	width: 650px;
	height:	25px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.columna-izquierda{
	float:left;
	text-align:left;
	width:80px;
	margin-left:5px;
	margin-top:5px;
}
#book-container, #book-flash {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	width: 100%;
	height: 600px;
}
#book-flash {
	display: block;
	min-width: 960px;
	min-height: 500px;
	overflow: hidden;
}

