#principal {
	background-color: black;
	color: white;
}

#principal-izq {
	width: 50%;
}

#principal-izq img { margin: 4px; }

#principal-izq td { text-align: center; }

#principal-der {
	vertical-align: top;
	width: 50%;
	padding-left: 16px;
}

#principal-der img { margin: 4px; }

#principal-der td { text-align: center; }

#principal-der div { margin-bottom: 8px; }

h1 {
	line-height: 2;
	text-align: center;
	width: 100%;
	background-color: black;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url('img/btn-galeria.png');
}

#desc {
	text-align: center;
	font-size: 75%;
	color: white;
	padding-bottom: 1ex;
	border-bottom: 2px solid gray;
	margin-bottom: 1ex;
}

caption {
	color: white;
	font-weight: bold;
	font-family: Trebuchet, Helvetica, Arial, sans-serif;
	padding: 3px;
}

#principal table {
	width: 100%;
	margin-bottom: 3ex;
}

#corporativa { border: 1px solid rgb(192, 209, 229); }
#corporativa caption {	color: black; background-color: rgb(122, 209, 229); }
#stands { border: 1px solid rgb(255, 133, 49); }
#stands caption { background-color: rgb(255, 133, 49); }
#ope { border: 1px solid rgb(132, 194, 37); }
#ope caption { background-color: rgb(132, 194, 37); }
#ope table caption { font-size: 80%; color: rgb(132, 194, 37); background-color: black; border-top: 1px solid;}

#stands td {
	height: 150px;
}

strong {
	font-variant: small-caps;
}