#cabecera {
	font: normal 10px Verdana, sans-serif;
	color: #4e4e4e;
/*	width: 768px;*/
	width: 100%;
	border-collapse: collapse;
	height: 30px;
}

#imagenLogo {
	text-align: left;
	vertical-align: bottom;
}

#imagenLogo img {
	/*margin-top: 10px;*/
}

#cabecera td {
	padding: 0;
}

#cabecera td.pestana {
/*	height: 25px;*/
	vertical-align: bottom;
	text-align: center;
	background: url(/imagenes/pestana-izq.jpg) bottom left no-repeat;
	white-space: nowrap;
}

#cabecera td.pestana img {
	vertical-align: bottom;
}

#cabecera td.activa {
	height: 25px;
	text-align: center;
	background: url(/imagenes/pestana2-izq.jpg) bottom left no-repeat;
}

#cabecera td#carrito {
	padding-left: 50px;
	width: 210px;
	margin: 150px;
	vertical-align: bottom;
	padding-bottom: 5px;
}

#cabecera .pestana a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #4E4E4E;
	background: url(/imagenes/pestana-der.jpg) bottom right no-repeat;
	height: 25px;
	padding: 5px 5px 0 5px;
	line-height: 22px;
}

#cabecera .activa a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #4E4E4E;
	background: url(/imagenes/pestana2-der.jpg) bottom right no-repeat;
	height: 25px;
	padding: 5px 5px 0 5px;
	line-height: 22px;
}

#cabecera #buscador {
	text-align: right;
	padding: 0 0 5px 0;
/*	border-bottom: 5px solid #e4f897;*/
	border-left: 1px solid #787878;
	border-top: 1px solid #787878;
	border-right: 1px solid #787878;
	background: #e4f897;
}

#cabecera #buscador form {
	background: #B3DB11 url(/imagenes/top-verde.gif) left no-repeat;
	padding: 5px;
	margin: 0;
}

#cabecera #pedidos a {
	cursor: default;
}

#cabecera #pedidos .texto {
	display: inline;
}

#cabecera #pedidos .telefono {
	display: inline;
	font-weight: bold;
	font-size: 1.2em;
}

#cabecera select {
	font-size: 0.85em;
	color: #777;
}