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

#cabecera td {
	border-right: 1px solid white;
	padding: 0;
	text-align: center;
	padding-top: 5px;
	height: 28px;
	vertical-align: center;
}

#cabecera a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #4E4E4E;
	margin: 4px 10px;
}

#cabecera #buscador {
	border-right: 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;
}