body {
	background-color: rgb(73, 96, 101);
}

#faja {
	padding-top: 8px;
	padding-bottom: 8px;
	height: 100px;
	white-space: nowrap;
}

#faja a {
	text-decoration: none;
}

hr {
	width: 100%;
	border-top: 2px solid #EEE;
	border-bottom: 2px solid gray;
}

#principal {
	padding: 8px;
	width: 100%;
}

td#logo, td#rubros {
	width: 50%;
	text-align: center;
	color: #DDD;
}

table#botones {
	width: 100%;
	border-spacing: 10px;
}

table#botones a {
	display: block;
	width: 100%;
	line-height: 4;
	text-decoration: none;
	color: rgb(222, 222, 221);
}

td.boton {
	font-variant: small-caps;
	color: rgb(222, 222, 221);
	text-align: center;
	background-color: rgb(91, 112, 116);
	border-bottom: 3px solid rgb(77, 73, 72);
	border-right: 3px solid rgb(77, 73, 72);
	border-top: 1px solid rgb(222, 222, 221);
	border-left: 1px solid rgb(222, 222, 221);
	background-position: center right;
	background-repeat: no-repeat;
}

td#btn-empresa {
	background-image: url('img/btn-empresa.png');
}

td#btn-contacto {
	background-image: url('img/btn-contacto.png');
}

td#btn-galeria {
	background-image: url('img/btn-galeria.png');
}

#rubros img {
	margin: 8px;
}

.rubro {
	color: rgb(77, 73, 72);
	background-color: rgb(222, 222, 221);
}
