body{background-color: #FFFFFF;margin: 0;}

.Contenedor{
	width:958px;
	height: 530px;
	/*background-color:#7F7F7F;*/
	position:relative;
	margin:auto;
	margin-bottom: 30px;
	left:0;
	right:0;
	bottom:0;
	/*box-shadow: 3px -3px 9px #000;*/
	/* border: 1px solid #c8c6c6; */
}

.Area_logos{
	width:958px;
	height: 210px;
	/*background-color:#7F7F7F;*/
	position:relative;
	margin:auto;
	margin-top:auto;
	left:0;
	right:0;
	bottom:0;
	/*box-shadow: 3px -3px 9px #000;*/
	/* border: 1px solid #c8c6c6; */
}

#header {margin:0 auto; width: 100%; height: 210px;
margin-top: -8px;
background-color:#ffffff ;
}

#footer {margin:0 auto;width: 100%;height: 50px;background-color:#35352B;z-index: 10;bottom: 0;position: fixed;}

#txt_footer{
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px; text-align: center;
	vertical-align: middle;
	position: relative;
	top:15px;
}

#logo_bac{
	position: absolute;
	right: 40px;
	top: 65px;
}

#logo_san{
	position: absolute;
	left: 40px;
	top: 65px;
	width:250px;
}

#titu_libro{
	width:100%; height:100px;
	text-align: center;
	/*background-color: green;*/	
}

#titulo{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	position: relative;
	top: 15px;
	color: #84B73C;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	font-weight: bold;
}

span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}




#links{
	position:absolute;
	width: 600px;
	height: 400px;
	top:100px;
	left: 0;
	right: 0;
	font-size: 14px;
	/*background-color: #F9B5B8;	*/
	margin: auto;
}

.pags{
	color:#0491CA;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.pag_tit{
	position: absolute; top:-10px; 
	font-family: Verdana, Geneva, sans-serif;
	color: rgb(37, 65, 178);
	font-size: 15px;
	font-weight: bold;
	 display: none;
}

#pag_1{	left:150px;}
#pag_2{	left:430px;}
#pag_3{	left:705px;}



#posicion{position:absolute;left:100px;}

#pos0,#pos1,#pos2,#pos3,#pos4,#pos5,#pos6,#pos7,#pos8,#pos9,#pos10,#pos11,#pos12,#pos13 {position:absolute;left:50px;}
#pos14,#pos15,#pos16,#pos17,#pos18,#pos19,#pos20,#pos21,#pos22,#pos23,#pos24,#pos25,#pos26,#pos27 {position:absolute;left:325px;}
#pos28,#pos29,#pos30,#pos31,#pos32,#pos33,#pos34,#pos35,#pos36,#pos37,#pos38,#pos39,#pos40,#pos41 {position:absolute;left:600px;}

#pos_p0,#pos_p1,#pos_p2,#pos_p3,#pos_p4,#pos_p5,#pos_p6,#pos_p7,#pos_p8,#pos_p9,#pos_p10,#pos_p11,#pos_p12,#pos_p13 {position:absolute;left:200px;}
#pos_p14,#pos_p15,#pos_p16,#pos_p17,#pos_p18,#pos_p19,#pos_p20,#pos_p21,#pos_p22,#pos_p23,#pos_p24,#pos_p25,#pos_p26,#pos_p27 {position:absolute;left:475px;}
#pos_p28,#pos_p29,#pos_p30,#pos_p31,#pos_p32,#pos_p33,#pos_p34,#pos_p35,#pos_p36,#pos_p37,#pos_p38,#pos_p39,#pos_p40,#pos_p41 {position:absolute;left:750px;}

#pos0,#pos14,#pos28,#pos_p0,#pos_p14,#pos_p28{top:25px;}
#pos1,#pos15,#pos29,#pos_p1,#pos_p15,#pos_p29{top:50px;}
#pos2,#pos16,#pos30,#pos_p2,#pos_p16,#pos_p30{top:75px;}
#pos3,#pos17,#pos31,#pos_p3,#pos_p17,#pos_p31{top:100px;}
#pos4,#pos18,#pos32,#pos_p4,#pos_p18,#pos_p32{top:125px;}
#pos5,#pos19,#pos33,#pos_p5,#pos_p19,#pos_p33{top:150px;}
#pos6,#pos20,#pos34,#pos_p6,#pos_p20,#pos_p34{top:175px;}
#pos7,#pos21,#pos35,#pos_p7,#pos_p21,#pos_p35{top:200px;}
#pos8,#pos22,#pos36,#pos_p8,#pos_p22,#pos_p36{top:225px;}
#pos9,#pos23,#pos37,#pos_p9,#pos_p23,#pos_p37{top:250px;}
#pos10,#pos24,#pos38,#pos_p10,#pos_p24,#pos_p38{top:275px;}
#pos11,#pos25,#pos39,#pos_p11,#pos_p25,#pos_p39{top:300px;}
#pos12,#pos26,#pos40,#pos_p12,#pos_p26,#pos_p40{top:325px;}
#pos13,#pos27,#pos41,#pos_p13,#pos_p27,#pos_p41{top:350px;}


ul {
	list-style-type:none;
	background-color: beige;
	width: 250px;
	height: 150px;
}

li {	
	height: 25px;
}

a{
	color: #27B8CD;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

a:hover{
	color:#0491CA;
	transform: scale(1.1);
	font-weight: bold;
}


