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

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

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

#cabecera td {
	padding: 0;
}

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

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

#cabecera td.activa {
	height: 38px;
	text-align: center;
	background: url(/imagenes/pestana2-izq.gif) 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: 97%;
	*width: 100%;
	text-decoration: none;
	background: url(/imagenes/pestana-der.gif) top right no-repeat;
	height: 23px;
	*height: 38px;
	padding: 15px 5px 0 5px;
	font-weight: bold;
	font-size: 11px;
	color: #2956b6;
}

#cabecera .activa a {
	display: block;
	text-decoration: none;
	background: url(/imagenes/pestana2-der.gif) top right no-repeat;
	padding: 15px 5px 0px 5px;
	color: #c40107;
	font-size: 11px;
	font-weight: bold;
}

#cabecera #buscador {
/*	text-align: right;*/
	margin-top: 10px;
	padding: 0 0 0 0;
	border-left: 1px solid #787878;
	border-top: 1px solid #787878;
	border-right: 1px solid #787878;
	height: 30px;
	background: #f2f2f2;
}

#cabecera #buscador form {
	/*background: #fbebde url(/imagenes/fondoBuscador.gif) top left repeat-x;*/
	padding: 5px 5px 0 5px;
	margin: 0;
/*	border-bottom: 5px solid #5e0011;*/
}

#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;
}

#imagenCabecera {
	padding-bottom: 10px;
}

#imagenCabecera img {
	border-bottom: 4px solid #3a9d67;
}