@import "portada.css";
@import "varios.css";
@import "catalogo.css";
/*  
Theme Name: Bux
Theme URI: http://www.oclube.com/
Description: Cave homnia unius libri
Version: 1.0
Date: 22-03-08
Author: Heitor Real (O CLube da Esquina, S.L.)
Author URI: http://www.oclube.com/
*/

/* 
-Xenéricos
================================================== */
*	{ 
	margin: 0;
	padding: 0;
	}
html {
	margin: 0;
	padding: 0;
	overflow: auto;
	}
body {
	margin: 0;
	padding: 0;
   font-size: 62.5%;  /* 1em = 10px */
	line-height: 140%;
   background: #d8e4ed;
	}
/* 
-Esquelete
================================================== */
#contentor {
	width: 800px;
	height: auto;
	margin: 0  auto;
	background: url(imaxes/base-03.jpg);
	}
#cabeceira {
	/*font-size: 0; IE6 tocando os collóns, como sempre */
	width: 800px;
	height: 120px;
	background: url(imaxes/cabeceira2.jpg) no-repeat;
}
#contido { 
	padding: 30px 0 0 0;
	width: 800px;
	height: auto;
}
#colesq { 
   width: 150px;
   height: auto;
   margin: 0 10px 0 0;
   float:left;
   min-height: 300px;
}
#pe {
	clear: both;
	padding: 5px 0 0 0;
	line-height: 1em;
	width: 800px;
	height: auto;
	background: #d8e4ed url(imaxes/base-04.jpg) no-repeat;
}
/*
-Cabeceira
================================================== */
#navegador {
	font: bold 1.1em/120% Arial, Helvetica, sans-serif;
}
#navegador ul {
	padding-top: 100px;
   margin: 0 auto;
   width: 400px;
}
#navegador li {
	display: block;
	float: left;
	text-align: center;
	margin-right:2px;
	width: 98px;
	height: 20px;
}
#navegador li a {
	display: block;
	padding: 3px 0 0 0;
	width: 98px;
	height: 17px;
	background: url(imaxes/botons_nav.gif) -200px 0;
	color: #fff;
	text-decoration: none;
}
#navegador li a:hover {
	display: block;
	background: url(imaxes/botons_nav.gif) -100px 0;
	color: #1e4775;
}

#novedades #un a,
#catalogo #do a,
#servicios #tr a,
#contacto #ca a {
	width: 98px;
	height: 17px;
	background: url(imaxes/botons_nav.gif);
	color: #1f4876;
}