#container {
 width: 100%;
 }

#sidebar-a, .imagenes, .tools, .sortby {
 display: none;
 }

img {
 border: 0;
 }
 
 .imagenright {
 float: right;
 background: #fff;
 border: 1px solid #000;
 margin-left: 10px;
 }
 
.browsethumb {
   width: 100px;
   height: 100px;
 }

hr.browse {
 clear: right;
 height: 1px;
 color: #999;
 }

#banner {
 margin-bottom: 20px;
 }
 
#footer {
 border-top: 1px solid #000;
 margin-top: 20px;
 color: #666;
 font-size: .8em;
 }

#content {
 width: 100%;
 margin-bottom: 20px;
 }

h1 {
 border-bottom: 1px solid #000;
 }

.sIFR-flash, object, embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;

}

#content .listingimages {
 text-align: center;
 padding: 5px;
 }

#content .listingimages img {
 border: 1px solid #999;
 margin: 3px;
 width: 100px;
 height: 100px;
 }
 
 #content div.descripcion {
  margin: 10px 0;
  font-size: 1.2em;
 }
 
 #content .listingview {
  margin: 10px 0 0 10px;
  padding: 5px;
  background: #eee;
  float: right;
  color: #666;
  border: 1px solid #999;
 }