/* CSS Document */

* {
  padding:0;
  margin:0;
}

html {
  height: 100%;
}

body {
  font-family:"Times New Roman", Times, serif;
  /*font-family:Arial, Helvetica, sans-serif;*/
  font-size:12px;
  color:999999;
  height: 100%;
  background-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#000000;
}

#cakeSqlLog {
	display:none;
}

div {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  /*para que mozilla calcule los márgenes de los divs en función a los bordes en vez de a contenido*/
  /*-moz-box-sizing:border-box;
  box-sizing:border-box;*/
}

p {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}



a, a:link, a:visited , a:hover{
  font-family:"Times New Roman", Times, serif;
  font-size:16px;
  color:#666;
  text-decoration:none;
}


img {
  border-collapse: collapse;
  border:none;
  border:0px;
  border-width:0px 0px 0px 0px;
}




div.centrador {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top:-308px;
	left: 50%;
	margin-left:-450px;
	width: 900px;
	height:616px;
	/*background-image:url(/img/fondobetasmall.jpg);
	background-repeat:no-repeat;*/
	/*para que mozilla calcule los márgenes de los divs en función a los bordes en vez de a contenido*/
 	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/**STU NICHOLS horizontal gallery **/
#galleryh {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:495px; 
  height:240px; 
  border:1px solid #666; 
  background:#333 url(/img/home/portada.jpg);
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:240px;
  width:28px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #999; 
  cursor:default;
  }
#galleryh li a img {
  width:28px; 
  height:240px; 
  border:0;
  }
#galleryh li a:hover {
  background:#eee; 
  width:320px;
  }
#galleryh li a:hover img {
  width:320px;
  }

/**Adaptacion IE5**/
#galleryie {
  padding:0; 
  margin:0 auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:495px; 
  height:240px; 
  border:1px solid #666; 
  background:#333 url(/img/home/portada.jpg);
  }
#galleryie li {
  float:left;
  }
#galleryie li a {
  display:block; 
  height:240px;
  width:28px;
  overflow:hidden;
  float:left; 
  text-decoration:none; 
  border-right:1px solid #999; 
  cursor:default;
  }
#galleryie li a img {border:0;}
#galleryie li a:hover {
  background:#eee; 
  width:320px;
  }

