#arriba{
	z-index: 25;
	width: 10px;
}
#abajo{
	z-index: 20;
	width: 10px;
}
.contenido {
	font-size:8pt;
	font-family:Arial, Verdana, Helvetica;
	color: #000000;
	overflow: hidden;
	visibility: visible;
	height: 250px;
	clip:                 rect(auto auto 250px auto);
	position: relative;
}
.tituloContenido {
	width: 100%;
}
.capaPosicion {
	height: 200px;
	width: 448px;
	overflow: hidden;

}
.capaEstatica {
	position: static;
}
.borde_abajo {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A7A970;
	border-right-color: #A7A970;
	border-bottom-color: #A7A970;
	border-left-color: #A7A970;
}
