/* CSS Document */
/* Hoja de estilos para www.caxtonbooks.com */

body, td{
	margin:0;
	padding:0;	
	text-align: center;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  	font-size: 0.8em;
  	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 100%;
	min-width:900px; /*** This is needed for moz. Otherwise, the header and footer will
	slide off the left side of the page if the screen width is narrower than the design.
	Not seen by IE. Left Col + Right Col + Center Col + Both Inner Borders + Both Outer Borders ***/
}
td{
	min-width:0px; 
  	font-size: 1em;
}
body{
	background-color: #FFFFFF;
}
br {
	clear: both;
}
.clear{
	clear:both;
	/*** these next attributes are designed to keep the div height to 0 pixels high, critical for Safari and Netscape 7 ***/
	height:1px;
	overflow:hidden;
	line-height:1%;
	font-size:0px;
	margin-bottom:-1px;
}
a img{
	border: 0;
}
a{
	text-decoration: none;
	color: #6B66BA;
}
a:link{
	color: #6B66BA;
}
a:visited{
	color: #6B66BA;
}
a:hover{
	text-decoration: underline;
}
.ayuda-acces{
	position: absolute;
	left: -1000px;
	width: 1px;
	font-size:1px; 
	line-height:1%;
}

/* Capa que contiene a todas las demas */
#web {
	margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	width:800px; /*** Needed for Moz/Opera to keep page from sliding to left side of
	page when it calculates auto margins above. Can't use min-width. Note that putting
	width in #fullheightcontainer shows it to IE and causes problems, so IE needs a hack
	to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
	text-align:left; /*** IE Win re-alignment of page if page is centered ***/
	position:relative; /*** Needed for IE, othewise header and footer aren't contained
	directly above and below the body ***/
	height:570px;/*** Needed for Moz to give full height design if page content is too small to fill the page ***/
	font-size: 100%;
	background-color:#FFFFFF;
	background-image:url(http://www.caxtonbooks.com/images/fondo.jpg);
	background-repeat:no-repeat;
}
/*  PDFS izq - Inicio  */
#pdf_izq_1, #pdf_izq_2, #pdf_izq_3, #pdf_izq_4, #pdf_izq_5, #pdf_izq_6 {
	top:47px;
	left:51px;
	position:absolute;
}
#pdf_izq_2 {
	top:132px;
}
#pdf_izq_3 {
	top:218px;
}
#pdf_izq_4 {
	top:303px;
}
#pdf_izq_5 {
	top:389px;
}
#pdf_izq_6 {
	top:475px;
}
/*  PDFS izq - Fin  */
/*  PDFS drc - Inicio  */
#pdf_drc_1, #pdf_drc_2, #pdf_drc_3, #pdf_drc_4 {
	top:56px;
	left:686px;
	position:absolute;
}
#pdf_drc_2 {
	top:186px;
}
#pdf_drc_3 {
	top:314px;
}
#pdf_drc_4 {
	top:440px;
}
/*  PDFS drc - Fin  */
/*  TEXTO BIENVENIDA - Inicio  */
#bienvenida{
	color:#6B66BA;
	height: 55px;
	width: 66%; /*=528px*/
	top:170px;
	left:17%;
	text-align:center;
	position:absolute;
}
#bienvenida div{
	font-size:1.8em;
	letter-spacing:0.1em;
}
#bienvenida span{
	font-size:1.2em;
	line-height:1.5em;
}
/*  TEXTO BIENVENIDA - Fin  */
/*  BANNERS ARRIBA - Inicio  */
#banners_arriba{
	width: 66%; /*=528px*/
	height:100px;
	top:230px;
	left:17%;
	text-align:center;
	position:absolute;
}
/*  BANNERS ARRIBA - Fin  */
/*  BANNERS ABAJO - Inicio  */
#banners_abajo{
	width: 66%; /*=528px*/
	height:100px;
	top:350px;
	left:17%;
	text-align:center;
	position:absolute;
}
/*  BANNERS ABAJO - Fin  */
/*  PIE - Inicio  */
#pie {
	height: 60px;
	width: 60%;
	color:#FFFFFF;
	font-size:0.85em;
	margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	text-align:center;
	top:500px;
	left:20%;
	position:absolute;
}
#pie a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

#pie a:hover{
	text-decoration: underline;
	color:#FFFFFF;
	font-weight:bold;
}
/*  PIE - Fin  */
