body, html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	color:black;
	background:url("../gfx/fondo.jpg") top repeat-x #b2ddf2;
}

* {
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size:9pt;
}

a {
	text-decoration:none;
}

a img {
	border:0;
}

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

form {
	margin:0;
	padding:0;
}

strong {
	font-weight:bold;
}

#todo {
	background:url("../gfx/fondo.jpg") top repeat-x #b2ddf2;
}

#pagina {
	width:998px;
	margin:0 auto 0 auto;
}

#header {
	height:146px;
	margin-bottom:14px;
}


#header #info {
	color:white;
	margin-left: 20px;
	margin-top: 50px;
}

#header #info a {
	color:white;
}
#header #info a:hover {
	color: #F8931D;
}
#header_botones {
	margin-bottom: 26px;
	margin-left: 20px;
}

.header_fondo {
	background-image: url(../gfx/header_fondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.header_info {
	background-image: url(../gfx/header_info.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


#contenido {
	background:#e0f1fa;
	padding:20px;
	margin-bottom:5px;
}

#footer {
	background:#003974;
}

#footer table {
	width:100%;
}

#footer td {
	color:white;
	font-size:8pt;
	vertical-align:middle;
}

/* catalogo */

.tablamarcas {
	width:100%;
}

.tablamarcas td {
	text-align:center;
}

.marca {
	width:150px;
	height:115px;
	background:url("../gfx/marcas_fondomarca.jpg");
	text-align:center;
	vertical-align:middle;
}

.boton_productos {
	width:80px;
	height:15px;
	background:url("../gfx/marcas_botonproductos.jpg");
	display:block;
}

.boton_poleas {
	width:54px;
	height:15px;
	background:url("../gfx/marcas_botonpoleas.jpg");
	display:block;
}

.tablaitems {
	width:100%;
}


.tablaitems td {
	margin-bottom:10px;
}

.itemimagen {
	width:150px;
	height:149px;
	background:url("../gfx/productospoleas_fondoimagen.gif");
	text-align:center;
	vertical-align:middle;
	padding:0px;
}

.itemdesc {
	vertical-align:top;
	padding:0 10px 0 10px;
}

.buscador {
	margin-bottom:20px;
}

.buscador_texto {
	font-weight:bold;
	color:#003974;
}

.navegador {
	margin-bottom:10px;
}

.navegador .textoactual {
	color:#7C9640;
	font-weight:bold;
}

.navegador .textoopuesto {
	color:#C9252B;
	font-weight:bold;
}

.navegador .textohome {
	color:#003974;
	font-weight:bold;
}

.nohayitems {
	padding:140px 0 140px 0;
	font-weight:bold;
	text-align:center;
}
