﻿
.superindice
{
	vertical-align:super;
	font-size:10px;
 
 } 

#div-wrap-listado
{
	margin-bottom: 12px; 
	border: solid 1px GREEN; 
	width: 90%; 
	position: relative;
	max-height: 380px;
	overflow:hidden;
	height:expression(this.scrollHeight > 380? "380px" : "auto" );

}

#div-wrap-listado img{border:none;}
	
#content-image
{
	text-align: left; 
    position:relative; 
    top:0px; 
    left:0px; 
    float:left; 
    width:275px; 
    vertical-align:middle;
}


	
#div-info-texto
{
	text-align: left; 
	float: left; 
	width: 205px; 
	position:relative; 
	margin-left:15px;	
	/*background-color:Gray;*/
 
}

#div-info-precios
{
	text-align: left; 
	float: left; 
	width: 205px; 
	position:relative; 
	margin-left:15px;
	padding-top:15px;	
	/*background-color:Gray;*/
}