DIV.cotizacion{
	position:absolute;
	left:0px;
	bottom:0px;
	width:920px;
	height:35px;
	background-image:url(../images/cotizacion_bkg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
DIV.texto_cotizacion{
	position:absolute;
	left:5px;
	bottom:12px;
	padding-left:22px;
	color:#7A7A7A;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;		
	background-image:url(../images/cotizacion_arrow.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
DIV.imagen_cotizacion{
	position:absolute;
	left:145px;
	top:4px;
	width:663px;
	height:28px;
}
DIV.detalles_cotizacion A{
	position:absolute;
	right:10px;
	bottom:12px;
	padding-left:17px;
	text-decoration:none;
	color:#407ACC;
	font:bold 11px Verdana,Arial, Helvetica, sans-serif;		
	background-image:url(../images/detalle_cotizacion_arrow.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
