#divPedido{
	height: auto;
	/*min-height: 200px;*/
	max-height: 600px;
	padding: 10px;
}

#divPedido .titulo{
	border-bottom: 2px solid #000000;
    color: #40648A;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}
#divPedido .close{
    background-image: url("img/overlayClose.png");
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: -25px;
    top: -27px;
    width: 50px;
}

#divPedido #tablaCotizacion{
	height: auto;
	max-height: 500px;
	overflow: auto;
}