body {
	background-color: #89785c;
	font: 12px  sans-serif, verdana, helvetica, arial, geneva;
	margin: 0px;
	padding: 0px;
}
div.index {
    text-align:center
}
#contenedor {
	position: absolute;
	width: 1000px;
}
#arriba {
	background: url(imagenes/caseriaelba.png) no-repeat;
	height: 126px;
	min-height: 126px;
}
#abajo {
	background: url(imagenes/abajo.png) no-repeat;
	font-weight: bold;
	padding-left: 80px;
	padding-top: 25px;
}
#abajo a {
	color: #fff;
	text-decoration: none;
}
#centro {
	background: url(imagenes/centro.png) repeat;
	padding: 0px 20px 0px 80px;
}
.trans {
	padding: 10px;
	margin: 0px;
	border: solid 1px #555;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='75p_white.png');
}
.trans[class] {
	background-image:url(75p_white.png);
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
img {
	border: 0px;
}
img.borde {
	border: 1px solid #000;
}
img.titulo {
    padding: 15px;
}
img.tituloAlt {
    padding: 18px;
}
img.tituloDow {
    padding: 10px;
}
img.tituloCit {
    padding-bottom: 15px;
}
a.pe {
	font-style: oblique;
	text-decoration: none;
}
a.pi {
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	font-style: oblique;
}
#galeriaSpacer {
	*height: 500px;
	min-height: 500px;
}
#rounded-corner {
	margin: 15px;
	width: 580px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner th {
	background: #524839;
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	background: #524839;
}
#rounded-corner td {
	padding: 8px;
	background: #9d8c6e;
	border-top: 1px solid #fff;
	color: #fff;
}
#rounded-corner tbody tr:hover td {
	background: #000;
}