body {
	font-family: "trebuchet MS", tahoma, verdana, arial;
	font-size: 12px;
	color: #000000;
	background-color: #003366;
}
#contenedor {
	width: 760px;
	background-color:#003366;
}
/* /////////// CABECERA */
#cabecera {
	width: 760px;
	height: 65px;
	padding: 5px 5px 0px 5px;
	margin-bottom: 0px;
	background-image: url(../imagenes/cabecera-fondo.gif);
	background-repeat: no-repeat;
}
#logo {
	float: left;
}
#contacto {
	float: left;
	color: #fff;
}
#contacto p {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
#contacto a {
	color: #fff;
}
/* ////////// CONTENIDOS */
#contenidos {
	clear: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 6px;
	margin-right: 6px;
	background-color: #fff;
}	
/* /////////// IZQUIERDO */
#izquierdo {
	float: left;
	width: 270px;
	background-color: #fff;
}
#menu {
}
#menu a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#menu h2 {
	width: 266px;
	height: 24px;
	padding: 2px 2px 2px 10px;
	margin: 0px;
	font-size: 14px;
	color: #000;
	background-image: url(../imagenes/menu-h2-fondo.gif);
	background-repeat: no-repeat;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
	width: 266px;
	height: 24px;
	padding: 2px 2px 2px 50px;
	margin: 0px;
	font-size: 14px;
	color: #000;
	background-image: url(../imagenes/menu-li-fondo.gif);
	background-repeat: no-repeat;
}
.menuactivo {
	background-image: url(../imagenes/menu-li-fondo-activo.gif);
	background-repeat: no-repeat;
}
#publicidadizquierda {
	margin-top: 10px;
}
#publicidadizquierda h2 {
	width: 215px;
	height: 24px;
	padding: 2px 2px 2px 10px;
	margin: 0px 0px 0px 10px;
	font-size: 14px;
	color: #fff;
	background-image: url(../imagenes/publicidadizquierda-fondo.gif);
	background-repeat: no-repeat;
}

/* /////////// PRINCIPAL */
#principal {
	background-color: #fff;
	float: right;
	width: 450px;
}

/* ///////// BUSCADOR Y PUBLICIDAD PRINCIPAL */
#bloque2 {
	clear: left;
}
#buscador {
	float: left;
}
#buscador h2 {
	width: 215px;
	height: 24px;
	padding: 2px 2px 2px 10px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
	background-image: url(../imagenes/buscador-h2-fondo.gif);
	background-repeat: no-repeat;
}
#buscador form, #buscador form p {
	margin-top: 0px;
}
#publicidadprincipal {
	float: left;
}
#publicidadprincipal h2 {
	width: 210px;
	height: 24px;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #fff;
	background-image: url(../imagenes/publicidadizquierda-fondo.gif);
	background-repeat: no-repeat;
}
#marcas {
	clear: left;
}
#marcas h2 {
	width: 450px;
	height: 24px;
	padding: 2px 2px 2px 10px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
	background-image: url(../imagenes/ofertasdestacadas-h2-fondo.gif);
	background-repeat: no-repeat;
}

/* /////////// PIE */
#pie {
	clear: both;
	color: #fff;
	text-align: center;
	background-color: #003ea3;
	background-image: url(../imagenes/pie-fondo.gif);
	background-repeat: no-repeat;
}
#pie a {
	color: #fff;
}
